-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.0.0 DXP FP92, 7.0.10.14 DXP SP14, 7.0.X, 7.1.10 DXP FP18, 7.1.10.5 SP5, 7.1.X, 7.2.10 DXP FP6, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: Core Infrastructure
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction Steps
1. Set up a vanilla bundle
2. Create a blank site "mysite" from Control Panel --> Sites --> Sites
3. Add a public Page "Page2" to the site.
4. Add another public page "page1" with the type "Link to URL"
and add the URL: /web/mysite/page2
5. In a separate tab type the following url with the Get Parameter: ?myparam=123:
http://localhost:8080/web/mysite/page1?myparam=123
Actual Result
The Page is redirected correctly to: http://localhost:8080/web/mysite/page2
However, the parameter: ?myparam=123 is removed
Expected Result
The Page should be redirected and look like:
http://localhost:8080/web/mysite/page2?myparam=123
Note: The case is reproduced in 7.0 from fix pack de-85. older fix packs work fine.
master @ e318e3d53e13f75b1061c29747696a5d84057066
- causes
-
LPS-122394 Redirect pages break when impersonating a user
- Closed
- is caused by
-
LPS-93973 Link to URL Fails to Direct to Page of Same Site if FriendlyURL is used.
- Closed