Hello!

I'm playing with Wicket and among other things I've tried simple authentication
based on the http://wicketstuff.org/wicket13/authentication/ example. Everything
works fine except one thing: when user tries to login first time it is
redirected to the root index.html instead of webapp page. If to try press Back
button in browser and login again, everything works fine. Wicket version 1.3.
Pages are linked as follows:

Initial application page:

Link to: App page
Link to: Logoff page

App page:

Link to: Logoff page


Login/logoff pages and classes are almost exact copies of MySignInPage.html,
MySignInPage.java, MySignOutPage.html, MySignOutPage.java from the example.

Tomcat is configured so:

conf/Catalina/localhost/myapp.xml <- contains context
web.xml URL filter looks so: /*

When redirection fails, URL looks like so:
http://localhost:8880/index.html?wicket:bookmarkablePage=%3Atest.app.web.AppPage

I guess something is wrong in configuration or I did hit some known issue.

Any comments or suggestions?

Regards,
        Sergiy.
*---------------------------------------------
[EMAIL PROTECTED] http://es.os2.ru/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to