Re: Best place for security checks in Struts?

2003-07-08 Thread Sloan Seaman
sers Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 2:44 PM Subject: Re: Best place for security checks in Struts? > This is the requestProcessor. > > Sorry for that. I am busy doing work and then I > answer a question... > > The way I think of it is

Re: Best place for security checks in Struts?

2003-07-08 Thread Sandeep Takhar
gt; > Sent: Tuesday, July 08, 2003 9:47 AM > Subject: Re: Best place for security checks in > Struts? > > > > There must be a diagram that shows all the calls > > before > > it actually hits execute() method. There are > quite a > > few. > > > &

Re: Best place for security checks in Struts?

2003-07-08 Thread Jing Zhou
- Original Message - From: "Sandeep Takhar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 10:47 AM Subject: Re: Best place for security checks in Struts? > There must be a diagram that shows a

Re: Best place for security checks in Struts?

2003-07-08 Thread David Erickson
And which class is the procesRoles method in? - Original Message - From: "Sandeep Takhar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 9:47 AM Subject: Re: Best place for security checks in Struts?

RE: Best place for security checks in Struts?

2003-07-08 Thread James Childers
> -Original Message- > From: David Erickson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 10:52 AM > To: Struts Users Mailing List > Subject: Re: Best place for security checks in Struts? > > > Where can I find this diagram of the flow through strut

Re: Best place for security checks in Struts?

2003-07-08 Thread David Erickson
Where can I find this diagram of the flow through struts? I'd love to check it out =) - Original Message - From: "Sandeep Takhar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 9:47 AM Subject:

Re: Best place for security checks in Struts?

2003-07-08 Thread Sandeep Takhar
There must be a diagram that shows all the calls before it actually hits execute() method. There are quite a few. If you have a base action you can override one of them processRoles seems to be a logical place... sandeep --- David Erickson <[EMAIL PROTECTED]> wrote: > Hi I am setting up my weba

Best place for security checks in Struts?

2003-07-08 Thread David Erickson
Hi I am setting up my webapp for security, had a big thread about it last week, we've implemented filters to handle all the static filters sitting around, but would also like to put some security into the struts actions themselves. I'm trying to figure out where the best place to implement the che