10 messages in org.apache.geronimo.userRe: Re: Role-based security question
FromSent OnAttachments
st...@entimo.deAug 7, 2006 1:49 am 
st...@entimo.deAug 7, 2006 2:16 am 
Vamsavardhana ReddyAug 7, 2006 2:44 am 
Vamsavardhana ReddyAug 7, 2006 2:46 am 
Vamsavardhana ReddyAug 7, 2006 2:57 am 
st...@entimo.deAug 7, 2006 6:09 am 
Vamsavardhana ReddyAug 7, 2006 6:23 am 
Aaron MulderAug 7, 2006 7:41 am 
Aaron MulderAug 7, 2006 6:14 pm 
Alan D. CabreraAug 10, 2006 12:46 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Re: Role-based security questionActions...
From:st...@entimo.de (st@entimo.de)
Date:Aug 7, 2006 6:09:12 am
List:org.apache.geronimo.user

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 this additional servlet
mapping specification Geronimo-specific or the standard way to apply security
constraints? From the servlet specification I was not aware of having to specify
each secured mapping individually?

Best regards, Frank

Subject:Re: Role-based security question
From:Vamsavardhana Reddy (c1va@gmail.com)
Date:Mon, 7 Aug 2006 15:28:20 +0530

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, <> wrote: