I played with some of the security XML and maybe I missed the boat on this one but removing the below line, breaks the login redirect component. I am using the Struts 2 config, so I assumed it was safe for me to remove, but re-adding it restored the redirect part.
<!-- APF-737, OK to remove line below if you're not using JSF --> <intercept-url pattern="/**/*.html*" access="ROLE_ADMIN,ROLE_USER"/> Also Matt, thanks for updating your links on the upgrade guide ;) mraible wrote: > > On Mon, Jul 28, 2008 at 5:19 PM, mettamara <[EMAIL PROTECTED]> wrote: >> >> After doing the 2.0.2 upgrade (struts) the redirect to login page for >> not-logged in users is no longer occurring for me. The default/ mainMenu >> page gives a blank result with no notification in the log and going to >> another page gives a struts error complaining about No result defined for >> action com.....Action and result contactException. Logging in (via >> login.jsp) corrects the problem. Has anyone else hit anything similar? > > You might want to make sure your security.xml has been upgraded and > you're getting the latest version. > > http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2 > >> >> I also would suggest including in the 2.0.2 upgrade guide to upgrade to >> the >> latest version of Maven, as there were some aspectJ issues with an older >> Maven (2.0.6). > > Some folks have reported issues with 2.0.9, so I don't know if it's > best to recommend 2.0.8 or 2.0.9. The QuickStart Guide recommends > 2.0.9. > > http://appfuse.org/display/APF/AppFuse+QuickStart > > Matt > >> >> Thanks, >> >> aaron >> -- >> View this message in context: >> http://www.nabble.com/Login-Redirect-problem-after-2.0.2-upgrade-tp18701879s2369p18701879.html >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Login-Redirect-problem-after-2.0.2-upgrade-tp18701879s2369p18726139.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
