How can I make pages unaccessible by GET requests if the user is not logged in, 
or if his session has expired? I want to redirect him to the login page in case 
of a such request. I was using a servlet filter in Struts, and in Seam I used 
the LoggedInInterceptor like in the examples, but it doesn't do quite what I 
hoped it would. The requested page still renders, just without valid dynamic 
data. 

Eg: http://seam.demo.jboss.com/book.seam (without being logged in)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942406


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to