Re: url-pattern algorithm problem?

2011-04-04 Thread Cha
Below are all the url patterns that we have. app *.htm /en/*/zh_TW/* /zh_CN/* Here is the url http://example.com/en/yp/list/cat/10/1 that doesn't work for the above patterns. Like I said if I changed one of the above url-pattern to /en/yp/*, this url will work. Cha On 04/01/2011

Re: url-pattern algorithm problem?

2011-04-01 Thread Cha
'>' is a copy&paste error sorry. Yes, I do have filters but there is not url rewrite at all. Turning on the debug on tomcat, it is return 404. If I changing the pattern to /en/yp/* for that incoming url, it will work but it doesn't conform to what the spec said though.

Re: url-pattern algorithm problem?

2011-04-01 Thread Cha
My bad, the app is deployed as 'ROOT' and I did read the url-pattern section in the section before posting the question. Based on what I read, it should match to the 'app', but it is not in this case. Cha. On 04/01/2011 11:39 AM, Caldarale, Charles R wrote: From: Ch

url-pattern algorithm problem?

2011-04-01 Thread Cha
matching algorithm? Regards, Cha - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org