With security enabled. when session expires with browser still open; clicking 
on some link asks to relogin; after loging in rather than going to clicked page 
it goes back to the page which was last open when session expired.

This used to work with pre 2 releases.

current version in use Seam 2.0.1GA.


  | components.xml
  | 
  | ...
  |    <event type="org.jboss.seam.security.notLoggedIn">
  |        <action execute="#{redirect.captureCurrentView}"/>
  |    </event>
  |    <event type="org.jboss.seam.security.postAuthenticate">
  |        <action execute="#{redirect.returnToCapturedView}"/>
  |    </event>
  | ...
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129411#4129411

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129411
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to