I have a application with acegi configured through spring. It uses Spring, Tapestry, Hivemodule. I do manul authentication in tapestry java file by ProcessingFilterClassObject.attemptAuthentication( username, password ).
Everything works good, and after successfull authentication user is redirected to URL defined for "defaultTargetUrl" property. After successfull authentication i need to do some processing and set the things in session before control goes to "defaultTargetUrl". Is it possible to hold to control and release it manually after my processing is completed. -- View this message in context: http://n2.nabble.com/Pause-after-successfull-authentication-tp2395702p2395702.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org