Cannot search issues that contain umlaut characters in link
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
問題
Umlaut contained in link with JQL component search not properly encoded
Steps to reproduce
- Disable new project navigation
- Open the Project summary page
- Click "Issues"
- Click on a component containing an umlaut in the section "Unresolved: By Component"
- The issues with that component are not found but an error message like Capture.PNG is displayed
原因
リバース プロキシ
回避策
- The issue is only reproduced when accessing JIRA using reverse proxy. By-passing is a temporary workaround.
- Jira を停止します。
Add an extra http connector to server.xml :
<Connector acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" port="8081" protocol="HTTP/1.1" redirectPort="8443" useBodyEncodingForURI="true"/>
- Jira を起動します。
- Access JIRA using IP:port, for example http://10.1.1.123:8081
- Verify if the issue still occurs.
- If the issue still occurs, please raise a support ticket to Atlassian Support
最終更新日 2016 年 4 月 29 日
Powered by Confluence and Scroll Viewport.