https://bz.apache.org/bugzilla/show_bug.cgi?id=61134
Bug ID: 61134
Summary: Unexpected [ ] in public text on default error pages
Product: Tomcat 8
Version: 8.5.15
Hardware: PC
Status: NEW
Severity: regression
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
Text patterns used by default error pages now have '[' ']' symbols around
substituted text fragments.
This feature is useful for lines printed to log files, but for error pages
displayed to human users this is a bit unfriendly.
With current Tomcat 8.5.x
1. Start Tomcat
2. Go to a non-existing page, e.g. http://localhost:8080/404
3. ACTUAL: The page title is
HTTP Status [404] – [Not Found]
EXPECTED:
HTTP Status 404 – Not Found
--
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]