Jira 7.12 runs on tomcat 8.5 and needs additional connector parameters -
https://confluence.atlassian.com/jirakb/changing-server-xml-to-handle-requests-with-special-characters-958453799.html
Here's the new default connector -
<Connector
port="8080"
relaxedPathChars="[]|"
relaxedQueryChars="[]|{}^\`"<>"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"
bindOnInit="false"
/>
Please provide a way to add relaxedPathChars and relaxedQueryChars. Thanks!
Jira 7.12 runs on tomcat 8.5 and needs additional connector parameters -
https://confluence.atlassian.com/jirakb/changing-server-xml-to-handle-requests-with-special-characters-958453799.html
Here's the new default connector -
Please provide a way to add relaxedPathChars and relaxedQueryChars. Thanks!