2011/4/1 Cha <eric.cha.r...@gmail.com>: > '>' 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.
So, such patterns do work, but that specific one does not. I guess it will be something trivial, like mapping two different servlets to the same URL pattern. If you want to debug it, look at http://wiki.apache.org/tomcat/FAQ/Developing#Debugging and place breakpoints in the org.apache.tomcat.util.http.mapper.Mapper class. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org