Re: Security for the Struts web application

2006-09-05 Thread Monkeyden
EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 12:10 PM To: Struts Users Mailing List Subject: Re: Security for the Struts web application You could override the processPreprocess or processRoles method of RequestProcessor. If you only need to check for a session, more likely the former. If

RE: Security for the Struts web application

2006-09-05 Thread David Friedman
iginal Message- From: Monkeyden [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 12:10 PM To: Struts Users Mailing List Subject: Re: Security for the Struts web application You could override the processPreprocess or processRoles method of RequestProcessor. If you only need to ch

Re: Security for the Struts web application

2006-09-05 Thread Monkeyden
You could override the processPreprocess or processRoles method of RequestProcessor. If you only need to check for a session, more likely the former. If you have more fine-grained security (like role-based screens) then you could do it in the latter. On 9/5/06, SrinivasaReddy <[EMAIL PROTECTED