Hi everybody,

I'm facing an issue with *Wicket 6.9.1* , I currently mount an endpoint
(/test) the following way:

mount(new MountedMapper("/test", MyPage.class,
 new UrlPathPageParametersEncoder()));

Now if I address the page in the following way, the constructor of MyPage
is correctly called
/test/testID/
/test/testID/123
/test/testID/123/test

But as long that I have an encoded / in the URL (%2F) tomcat is returning
me an empty page (nothing called MyPage).

*For example to reproduce:*
/test/testID/123/test*%2F*
/test/testID/123/test*%2F*anything
/test/a*%2F*

Is this a known bug/issue?

I've seen in JIRA (https://issues.apache.org/jira/browse/WICKET-2125) a
similar issue for Wicket 1.4 but you weren't able to reproduce it.

Thanks for your help

Sergio

Reply via email to