I upgraded to Jira 8.0.2 and I am receiving, "The server.xml file is missing parameters needed by Jira to handle requests that contain special characters." I added the string recommended to address this and I continue to receive the same error on startup.
<!-- Relaxing chars because of JRASERVER-67974 -->
<Connector port="8080" connectionTimeout="20000" maxThreads="200" minSpareThreads="10"
relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
enableLookups="false" acceptCount="10" URIEncoding="UTF-8" />
Suggestions / Ideas?
Thanks!
Bob
There are two connector blocks in file. Found the second one updated and it appears to be working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.