https://bz.apache.org/bugzilla/show_bug.cgi?id=60529
Bug ID: 60529
Summary: Manager encodes w underscore to %5F, which leads to
error
Product: Tomcat 8
Version: 8.0.32
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Manager
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
When I deploy an app in tomcat that has underscores it shows them as %5F in the
manger list of apps. When I open that link in firefox (or any browser that
keeps the %5F as is), it shows an error "HTTP Status 500 - The servlet context
path and/or the servlet path contain characters that are percent encoded"
If I copy the url and replace %5F with an underscore it works as expected. In
chrome it also works because it automatically manipulates the url into a proper
underscore.
It sounds a bit similar to this old bug
https://bz.apache.org/bugzilla/show_bug.cgi?id=40952
--
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]