> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: Re: how to make context path case insensitive
>
> Do you mean that all requests go first through the ROOT app, no matter
> what ? and that thus a servlet filter placed in the ROOT app would see
> *all* requests ?

No, just requests that do not match known context paths.  If a request uses the 
properly-cased path, it will be delivered directly to that context, and that 
context's servlet mapping will apply.  The filter in ROOT kicks in when no 
other context matches.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to