Hello,

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.

Is there any quick way to fix it?

Thanks,
Ilia

---------------------------------------------
Orienteer(http://orienteer.org) - open source Business Application Platform

Reply via email to