Thanx craig.

I wonder why this is not a part of the spec, as it could be very usefull.

Is there a way of setting the url-patterns on runtime, or only in web.xml ?

Thanx again, 
-reynir



> 
> There are only four standard URL patterns (and this applies 
> to servlet mappings and security constraints as well as 
> filter mappings):
> 
> * Exact match (/foo)
> * Path match (/foo/*)
> * Extension match (*.foo)
> * Default servlet (/) which is useful only for servlet mappings
> 
> There is no legal syntax to say "all but this set of paths".
> 
> Craig
> 

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

Reply via email to