Details
Description
When you mount page with UrlPathPageParametersEncoder:
mount(new MountedMapper("/test", TestPage.class, new UrlPathPageParametersEncoder()));
and then user pass a special parameter value in url which ends with more than one dot and slash (eg. "../", ".../", etc.) then application starts endless redirects. It leads to error in browser such as:
The page isn’t redirecting properly
Without last slash everything works ok.
I have attached a quickstart. Run this application and enter the following url in your browser:
http://localhost:8080/test/text/aaa.../
Attachments
Attachments
Issue Links
- is related to
-
WICKET-4401 Redirect after sign in with SignInPanel does not always reach homepage
- Resolved