Re: [Wicket-user] Problems when trying to use Acegi with Wicket application

2007-07-30 Thread Luke Taylor
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

[Wicket-user] Problems when trying to use Acegi with Wicket application

2007-07-28 Thread lubosp
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