Ilia Naryzhny created WICKET-6473:
-------------------------------------
Summary: Double slash break 404page
Key: WICKET-6473
URL: https://issues.apache.org/jira/browse/WICKET-6473
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 7.8.0
Reporter: Ilia Naryzhny
Issue came from email thread: http://markmail.org/thread/rlozkiz7gy2z3bkc
--------------
We have in Orienteer customized NotFoundPage
https://github.com/OrienteerBAP/Orienteer/blob/master/orienteer-core/src/main/java/org/orienteer/core/web/NotFoundPage.java
. And it works perfectly except one case: if somebody by mistake put double
slash in URL. For example https://demo.orienteer.org// Application is trying to
render 404 page, but all resources are not found and user see just plan page
without styles and scripts. Taking into account that resources are included
commonly through XXXPackageResource and WebJarsResourc - it looks like Wicket
issue.
Demonstatin can be found there: Please check this one:
https://github.com/PhantomYdn/wicket-bugs/tree/master/doubleslash
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)