Not sure where <exclude-pattern> came from but is not part of the 2.3 or 2.4 servlet spec.

Mark

Guillaume Lederrey wrote:
On Wednesday 23 March 2005 10.29, Geertjan Wielenga wrote:

I would like to protect all my servlets except 1 or 2 ... something like
:

<url-pattern>/*</url-pattern>
<exclude>/someServlet</exclude>

Is this possible ? What's the syntax ?

Thanks for your help !

Guillaume

<exclude-pattern>/someServlet</exclude-pattern>


I forgot to mention that I am using Tomcat 4.1.31 ... It seems that <exclude-pattern/> is not recognized. Is it a Servlet 2.4 addition ? Is there a work around for Servlet 2.3 ?

  Thanks again !

  Guillaume



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



Reply via email to