Hi All,

I'm still having this issue where I can't use a filter pattern as follow: 

<filter-mapping>
     <filter-name>WicketFilter</filter-name>
     <url-pattern>/app/*</url-pattern>
</filter-mapping>

I simplified my test application so it creates a HomePage with a Link -- 
click on the link and the app redirects to AnotherPage. It uses a plain 
WebApplication rather than AuthenticatedWebApplication.

Entering the URLhttps://localsecure.spherion.com/MyWeb/app/
works fine and takes me to the HomePage.

However, when I click on the Link, I get a 404 error and URL is
https://localsecure.spherion.com/MyWeb/?wicket:bookmarkablePage=:com.wicket.AnotherPage
You can see that the filterPath app/ was dropped from the URL.

Can someone please help me by suggesting where to track this issue within
the Wicket code.
I would really appreciate it!

Thanks,
Steve

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/URL-pattern-app-does-not-work-for-Wicket-1-4-6-and-WebSphere-6-1-tp1891723p2331241.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to