https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
Bug ID: 61351
Summary: Non-US-ASCII letters in url-mapping
Product: Tomcat 8
Version: 8.5.15
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Util
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
Created attachment 35182
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35182&action=edit
Servlet that logs url-mappings (maven project)
Hi,
Starting with revision 1793440 (introduced 8.5.15) I can no longer use
non-US-ASCII letters in url-mappings i web.xml. This is still true for the
latest revision (revision 1803056).
This affects my setup, where I have a servlet mapped to /mælk/data .
If I URL-encode the url-mapping (/m%C3%A6lk/data) then it works again.
I've attached a simple servlet that does nothing except logging it's name and
mappings to catalina.out. I have added some non-US-ASCII letters to the servlet
name just to make sure that the web.xml is parsed correctly.
Kind regards,
Martin
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]