> From: Cha [mailto:[email protected]] 
> Subject: url-pattern algorithm problem?

> <url-pattern>*.htm</url-pattern>
> <url-pattern>/en/*</url-pattern

> The problem we find if the incoming url is like 
> "http://example.com/en/yp/list/cat/10/1";, it will
> not matched to the 'app' servlet.

Likely correct behavior, since neither of your specified patterns match the 
incoming URL - if your webapp is deployed as "en".  The above pattern would 
only match the URL if your webapp is deployed as "ROOT" - but you didn't tell 
us.

> Could it be a problem in tomcat matching algorithm?

Read the servlet spec; the <url-pattern> does *not* include the context 
(webapp) name.

 - 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 unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to