Stateless login page with auth-roles

2014-12-10 Thread ChambreNoire
redirecting to the stateless login page. Any ideas? CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-login-page-with-auth-roles-tp4668706.html Sent from the Users forum mailing list archive at Nabble.com

Re: Stateless login page with auth-roles

2014-12-10 Thread Martin Grigorov
is that restartResponseAtSignInPage() binds a new session so I end up with a session despite redirecting to the stateless login page. Any ideas? CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-login-page-with-auth-roles-tp4668706.html Sent from the Users forum mailing

Re: Stateless login page with auth-roles

2014-12-10 Thread ChambreNoire
this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-login-page-with-auth-roles-tp4668706p4668709.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Stateless login page with auth-roles

2014-12-10 Thread Martin Grigorov
-wicket.1842946.n4.nabble.com/Stateless-login-page-with-auth-roles-tp4668706p4668709.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Stateless login page with auth-roles

2014-12-10 Thread ChambreNoire
.1842946.n4.nabble.com/Stateless-login-page-with-auth-roles-tp4668706p4668712.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

Re: stateless Login page!!

2012-09-13 Thread vineet semwal
...@gmail.com] Sent: Tuesday, September 11, 2012 11:07 AM To: users@wicket.apache.org Subject: stateless Login page!! Hi, I have a stateless login page (statelessForm) and when the user login I do: protected void onSubmit() { [] setResponsePage(HomePage.class

stateless Login page!!

2012-09-11 Thread Alfonso Quiroga
Hi, I have a stateless login page (statelessForm) and when the user login I do: protected void onSubmit() { [] setResponsePage(HomePage.class); } This was WORKING on wicket 1.5.RC7, but when I've changed to 1.5.7 or 1.5.8, it does not work, it just RELOADS

RE: stateless Login page!!

2012-09-11 Thread Paul Bors
, 2012 11:07 AM To: users@wicket.apache.org Subject: stateless Login page!! Hi, I have a stateless login page (statelessForm) and when the user login I do: protected void onSubmit() { [] setResponsePage(HomePage.class); } This was WORKING on wicket 1.5.RC7

Re: stateless Login page!!

2012-09-11 Thread Alfonso Quiroga
: Tuesday, September 11, 2012 11:07 AM To: users@wicket.apache.org Subject: stateless Login page!! Hi, I have a stateless login page (statelessForm) and when the user login I do: protected void onSubmit() { [] setResponsePage(HomePage.class

Problem with stateless login page after moving from Wicket 1.5-RC5.1 to 1.5.0

2011-09-16 Thread Florian B.
Hi, I encountered a strange behavior with a stateless login page after moving from Wicket 1.5-RC5.1 to 1.5.0. To assure that the login page is stateless I'm using the StatelessChecker class. The problem occurs when the login fails because the authenticate() method of the AuthenticatedWebSession

Re: Problem with stateless login page after moving from Wicket 1.5-RC5.1 to 1.5.0

2011-09-16 Thread Martin Grigorov
WICKET-3991 On Fri, Sep 16, 2011 at 1:58 PM, Florian B. florian.bernst...@gmail.com wrote: Hi, I encountered a strange behavior with a stateless login page after moving from Wicket 1.5-RC5.1 to 1.5.0. To assure that the login page is stateless I'm using the StatelessChecker class

Re: Problem with stateless login page after moving from Wicket 1.5-RC5.1 to 1.5.0

2011-09-16 Thread Florian B.
Ah thanks for the information. I didn't look in the bug tracker. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-stateless-login-page-after-moving-from-Wicket-1-5-RC5-1-to-1-5-0-tp3817801p3817891.html Sent from the Users forum mailing list archive