Daniel Stoch created WICKET-6230:
------------------------------------
Summary: Infinite redirection when using
UrlPathPageParametersEncoder
Key: WICKET-6230
URL: https://issues.apache.org/jira/browse/WICKET-6230
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 6.24.0, 6.22.0
Reporter: Daniel Stoch
When you mount page with UrlPathPageParametersEncoder:
{code}
mount(new MountedMapper("/test", TestPage.class, new
UrlPathPageParametersEncoder()));
{code}
and then user pass a special parameter value in url which ends with ".../" then
application starts endless redirects. It leads to error in browser such as:
{quote}
The page isn’t redirecting properly
{quote}
I have attached a quickstart. Run this application and enter the following url
in your browser:
{code}
http://localhost:8080/test/text/aaa.../
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)