Re: [Wicket-develop] Wicket 1.2 servlet mapping

2006-09-09 Thread Johan Compagner
I am curious that if it is really needed that a context path just always must end with "/" If that is the case then that patch is not correct because it is very funny that when the servlet path = "" that you add a "/" to the context path.. That is strange.If the context path just always have to end

Re: [Wicket-develop] Wicket 1.2 servlet mapping

2006-09-09 Thread Eelco Hillenius
Thanks for another patch Jean-Baptiste. Would you mind creating a bug report for this, so that we can track it, have a nicer changes report, etc? Cheers, Eelco On 9/9/06, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: > Hello Wicket Developers, > > I discovered a serious problem in Wicket 1.

[Wicket-develop] Wicket 1.2 servlet mapping

2006-09-09 Thread Jean-Baptiste Quenot
Hello Wicket Developers, I discovered a serious problem in Wicket 1.2 while my Wicket app went in production. Previously I was using "" (root context) in the servlet container configuration, and servlet mapping "/*" in web.xml. It works great. You may be surprised, but yes, it works.