Re: Configuring Security URLs (realm)

2002-12-12 Thread Rodney Waldhoff
You may have better luck on a tomcat specific list like tomcat-user.

The general list is meant for jakarta-wide discussion.

See http://jakarta.apache.org/site/mail.html.

On Wed, 11 Dec 2002 [EMAIL PROTECTED] wrote:

 Hi,
 I want to know if there is a way to manage authorization to
  URL + Parameters.
 I am using servlets and states to identify the action in my
  programs, so this is very important.

 For now I am using this XML:

 security-constraint
   web-resource-collection
 web-resource-nameSample Airlines/web-resource-name
 url-pattern/servlet/examples.reservaVoos.Servlet/url-pattern
   /web-resource-collection
   auth-constraint
 role-namemanager/role-name
   /auth-constraint
 /security-constraint

 I need something like:
   ...
 url-pattern/servlet/examples.reservaVoos.Servlet?STATE=0/url-pattern
   ...

 Is there a way to do that???
 Thanks.
 
 Don't E-Mail, ZipMail! http://www.zipmail.com/



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Configuring Security URLs (realm)

2002-12-11 Thread afterz
Hi,
I want to know if there is a way to manage authorization to
 URL + Parameters.
I am using servlets and states to identify the action in my
 programs, so this is very important.

For now I am using this XML:

security-constraint
  web-resource-collection
web-resource-nameSample Airlines/web-resource-name
url-pattern/servlet/examples.reservaVoos.Servlet/url-pattern
  /web-resource-collection
  auth-constraint
role-namemanager/role-name
  /auth-constraint
/security-constraint

I need something like:
  ...
url-pattern/servlet/examples.reservaVoos.Servlet?STATE=0/url-pattern
  ...

Is there a way to do that???
Thanks.

Don't E-Mail, ZipMail! http://www.zipmail.com/

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]