Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Upgraded to Jira 8.0.2

Bob Sellers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2019

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="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"    
enableLookups="false" acceptCount="10" URIEncoding="UTF-8" />

Suggestions / Ideas? 

Thanks!

Bob

 

1 answer

1 accepted

1 vote
Answer accepted
Bob Sellers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 4, 2019

There are two connector blocks in file. Found the second one updated and it appears to be working.

Suggest an answer

Log in or Sign up to answer