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-name>Sample Airlines</web-resource-name> > <url-pattern>/servlet/examples.reservaVoos.Servlet</url-pattern> > </web-resource-collection> > <auth-constraint> > <role-name>manager</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]>
