Hi, I'm getting a wierd issue. Have this code: mount(new QueryStringUrlCodingStrategy("admin/login.html", login.class)); So there is an Admin module for our Web App. All Login & Admin pages are distinctly relative to "admin/".
On tomcat this works fine, but when the request comes via Apache I get a 404. I have also overridden "public IResourceStream locate(final Class<?> clazz, final String path) {}" so that the Package based names are translated to a folder location for HTML markups outside the classpath. Any ideas? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/mount-QueryStringUrlCodingStrategy-issue-when-coming-via-Apache-tp3069010p3069010.html Sent from the Users forum 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