https://bz.apache.org/bugzilla/show_bug.cgi?id=64666
Bug ID: 64666
Summary: Cannot allow special characters in query strings
without replacing server.xml
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
Square brackets can be allowed in query strings using this configuration in
server.xml:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
relaxedQueryChars="[]" />
In a docker image based on the standard tomcat85 base image however, this
forces us to entirely replace the base server.xml.
A system property or some other means of configuring this without modifying
server.xml would be very useful.
--
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]