-
Bug
-
Resolution: Fixed
-
Highest
-
7.12.2
-
7.12
-
36
-
Severity 2 - Major
-
1,226
-
-
Summary
JQL search panel is missing when viewing custom filter.
Symptoms
<Jira>/rest/api/2/filter/favourite?expand=subscriptions[-5:] endpoint responds with http code 400
Steps to reproduce
- Install Jira 7.12.2
- Create sample project
- Save filter with any JQL
- Go to saved filter
Expected result
Page shows JQL on top of the issue list and issue view
Actual result
Workaround
- Open configuration file server.xml (should be in conf directory)
- Find all connectors your application is using
- Add relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>" to properties for example:
<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"/>
- Restart Jira
See KB for full details: changing server.xml to handle requests with special characters
If you have multiple connectors in Jira, add the new parameters to each connector.
Notes
Cause of the issue is new version of Tomcat (8.5.32) which was updated in 7.12.2.
- is a regression of
-
JRASERVER-65102 Update bundled Apache Tomcat due to security vulnerabilities
- Closed
-
JRASERVER-67695 Upgrade to Tomcat 8.5.32 necessary
- Closed
- is caused by
-
JRASERVER-68058 Upgrade Tomcat to the version 8.5.32
- Closed
- relates to
-
JRASERVER-68116 Cloud formation templates for Jira Server do not properly configure Tomcat
- Closed
-
JRASERVER-64394 Upgrade Tomcat to the version 8.5.29
- Closed
-
JRASERVER-68058 Upgrade Tomcat to the version 8.5.32
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...