lubosp wrote:
>
> Tomcat tries to open /app/MyAppSignIn.html if I reference
> http://localhost:8080/myapp/app, but it cannot find it.
>
I'm pretty new to wicket (though very familiar with Acegi) but I'm
guessing you'd have to mount the login page as a bookmarkable URL in
your wicket app if you w
Hi,
I am trying to port my application that uses Acegi Spring security to Wicket
framework, I have the application working with Wicket, but when I try to add
Acegi support as documented at:
http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html, I have
problem to use MyAppSignIn.html pag