atom feed10 messages in org.apache.tomcat.usersRe: authorization using tomcat...
FromSent OnAttachments
Padhu VinirsOct 2, 2002 7:19 am 
Rick FincherOct 2, 2002 7:39 am 
Craig R. McClanahanOct 2, 2002 9:07 am 
Mubaraka ArifOct 2, 2002 9:51 am 
Padhu VinirsOct 2, 2002 10:58 am 
Padhu VinirsOct 2, 2002 11:07 am 
Padhu VinirsOct 2, 2002 11:18 am 
Rick FincherOct 2, 2002 11:58 am 
Rick FincherOct 2, 2002 12:02 pm 
Rick FincherOct 2, 2002 12:10 pm 
Subject:Re: authorization using tomcat...
From:Padhu Vinirs (p.pa@verizon.net)
Date:Oct 2, 2002 11:07:13 am
List:org.apache.tomcat.users

When I commented out the data constraint CONFIDENTIAL the code worked.

Thanks everybody,

-- padhu

Craig R. McClanahan wrote:

On Wed, 2 Oct 2002, Padhu Vinirs wrote:

<url-pattern>Details.jsp</url-pattern>

URL patterns need to start with a "/" character. Change this to:

<url-pattern>/Details.jsp</url-pattern>

and you will have much better luck.

Craig