On Mon, 22 Jul 2002, Jacob Hookom wrote:

> Date: Mon, 22 Jul 2002 22:32:46 -0500
> From: Jacob Hookom <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Getting Filter url-pattern
>
> Is it possible to get the url-pattern of the Filter during the
> init(FilterConfig)?
>

Sure ... do an XML parse of the "/WEB-INF/web.xml" resource, and see which
URL pattern(s), if any, that are mapped to your filter name.  Just
remember that the number of such mappings is "zero or more".


> Jacob Hookom
> Comprehensive Computer Science
> University of Wisconsin, Eau Claire
>

Craig


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

Reply via email to