Re: url-pattern algorithm problem?

2011-04-04 Thread Cha
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 02:27 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cha, On 4/1/2011 12:20 PM, Cha wrote: If I changing the pattern to /en

url-pattern algorithm problem?

2011-04-01 Thread Cha
;, it will not matched to the 'app' servlet. Any ideas? Could it be a problem in tomcat matching algorithm? Regards, Cha - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

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: Cha [mailto:eric.cha.r

Re: url-pattern algorithm problem?

2011-04-01 Thread Cha
'' is a copypaste 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. Regards, Cha. On 04