Re: Role-based security question

2006-08-10 Thread Alan D. Cabrera
Should be fixed. Thanks for uncovering this! Regards, Alan Aaron Mulder wrote: Created http://issues.apache.org/jira/browse/GERONIMO-2295 On 8/7/06, Aaron Mulder [EMAIL PROTECTED] wrote: That definitely sounds like a bug. Thanks, Aaron On 8/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED]

Role-based security question

2006-08-07 Thread sto
Hallo Geronimo users, I have tried to test a simple example concerning role-based security with Geronimo and havn't succeed. Maybe my example is wrong or my Geronimo configuration. I hope, some of you can help me. I want to restrict access to the Url secure/start by allowing only the role

AW: Role-based security question

2006-08-07 Thread sto
Hallo, I forget to also mention the change of the Gernimo deployment plan that I have applied: ... role-mappings role role-name=administrator principal name=administrator designated-run-as=true

Re: Role-based security question

2006-08-07 Thread Vamsavardhana Reddy
See if adding another servlet-mapping with /secure/start helps. Thanks, VamsiOn 8/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hallo,I forget to also mention the change of the Gernimo deployment plan that I have applied:...role-mappingsrole role-name=administratorprincipal name=administrator

Re: Role-based security question

2006-08-07 Thread Vamsavardhana Reddy
Verified... adding another servlet-mapping with /secure/start helps. changing the url-pattern to /secure/* in the security-constraint does not help. Thanks, Vamsi On 8/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hallo,I forget to also mention the change of the Gernimo deployment plan that

Re: Re: Role-based security question

2006-08-07 Thread sto
Hallo Vamsi, thank you for your hint. Adding another servlet mapping helped. Unfortunately I rely on getPathInfo() on the HttpServletRequest to extract a command like 'start' or 'stop'. With the additional servlet mapping the path info is now null. But I can find some workaround for this. Is

Re: Role-based security question

2006-08-07 Thread Aaron Mulder
Created http://issues.apache.org/jira/browse/GERONIMO-2295 On 8/7/06, Aaron Mulder [EMAIL PROTECTED] wrote: That definitely sounds like a bug. Thanks, Aaron On 8/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hallo Geronimo users, I have tried to test a simple example concerning