Is there any good reason why in org.wicketstuff.shiro.component.LoginPanel.onSignInSucceeded the redirect to the homepage is done using

setResponsePage(getApplication().getSessionSettings().getPageFactory().newPage(getApplication().getHomePage()))

instead of

setResponsePage(getApplication().getHomePage())

The former eventually results in the page being flagged automatically as stateful at one point of the request cylce.

I changed it in my local copy branch, the login and redirect still works, and the StatelesChecker does not raise an exception after login anymore. So I'd like to change that in the wicketstuff SVN too.

any thoughts?


Regards,

Seb


Reply via email to