Rafael Winterhalter created WICKET-5355:
-------------------------------------------
Summary: Wrong interpretation of double slash as the first
pre-filter context value of a request URL
Key: WICKET-5355
URL: https://issues.apache.org/jira/browse/WICKET-5355
Project: Wicket
Issue Type: Bug
Affects Versions: 6.8.0
Reporter: Rafael Winterhalter
Priority: Critical
When I receive a request to my application as for example:
http://localhost:8080// Wicket misinterprets the double slash // in the end.
I have a custom error page installed. This page works fine with any page,
independent of the Instead of resolving links relatively to the resource "/",
it treats the request as if http://localhost:8080/ was requested.
If the first argument is named as in http://localhost:8080/a// the double slash
is interpreted right.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira