Hi list,

I've written some servlets with a url-pattern, that includes non-US-ASCII
letters (specifically the danish letter æ). This works quite fine in tomcat
8.5.14 and previous versions. However, I get 404 Not Found with versions
8.5.15 and 8.5.16.

If I get the mappings from the servlet's ServletRegistration, then the
non-US-ASCII letters are replaced by question marks.

This behaviour seems to be introduces in revision 1793440:
http://svn.apache.org/viewvc?view=revision&revision=1793440

I have a very simple servlet that logs its url-pattern to catalina.out, if
anyone is interested.


Kind regards,
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to