Re: RequestProcessor problem

2003-12-30 Thread Pedro Salgado
Dependencies: struts servlet log4j plugincompanion log4j junit... I use a UserContainer to set login, roles and user variables. The RoleRequestProcessor tests the user roles against your struts defined roles... simple. I use it in order to have a simple role restriction o

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
If you can send it'll appreciate it. Pedro Salgado wrote: On 30/12/2003 11:22, "Kelly Goedert" <[EMAIL PROTECTED]> wrote: Can anyone give me an example on how to use the RequestProcessor? I want to use the RequestProcessor to check on action roles. Do I have to subclass it? Or I can use it a

Re: RequestProcessor problem

2003-12-30 Thread Pedro Salgado
On 30/12/2003 11:22, "Kelly Goedert" <[EMAIL PROTECTED]> wrote: > Can anyone give me an example on how to use the RequestProcessor? > > I want to use the RequestProcessor to check on action roles. Do I have > to subclass it? Or I can use it as it is? > To use roles to I have to configure anything

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
You can read the tomcat JDBC/Realm doc. in the apache site. It is similar for other containers. http://kb.atlassian.com/content/tutorials/jollem/orion-security-primer/ is another good site explaining OC4J roles. Mohan -Original Message- From: Kelly Goedert [mailto:[EMAIL PROTECTED] Sent

RE: RequestProcessor problem

2003-12-30 Thread Mohan Radhakrishnan
---Original Message- From: Kelly Goedert [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 5:26 PM To: Struts Users Mailing List Subject: Re: RequestProcessor problem Paul, Thanks for your help, I've checked this links already and they didn help me much. What I want is (following yo

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
xxera.com> cc: Subject: RequestProcessor problem

Re: RequestProcessor problem

2003-12-30 Thread Paul-J Woodward
m> cc: Subject: Re

RequestProcessor problem

2003-12-30 Thread Kelly Goedert
Can anyone give me an example on how to use the RequestProcessor? I want to use the RequestProcessor to check on action roles. Do I have to subclass it? Or I can use it as it is? To use roles to I have to configure anything in the container too? Or just setting the roles parameter and using the