> -----Original Message-----
> From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] 
> > 
> > [uri:/examples/(?!\w*\.(gif|jpg)$)]
> > info=Map the whole webapp except *.gif and *.jpg files
> > 
> > [uri:/\w+\.jsp$]
> > info=Map the extension
> 
> Yipeeeeeee! :) Really nice, i suppouse that every part of the 
> uri including the VS name would a RE, right? 
> 
> 

Yes I've added the possibility to check the context prior the
prefixMatch meaning that you can have

[uri:/.*]
context=/examples

And it will still belongs to the /examples context not the default one.

The other option is:

[uri:!/examples/.*(\.gif$)]

Meaning that uri /examples/what.ever.gif wil _not_ be mapped.

Right now the uri has to begin with the forward slash, but think we can
change that, cause right now it is used to distinguish the host name.

MT.


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

Reply via email to