Browsing Directory Names with Space Fails with java.net.URISyntaxException Exception
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
Bitbucket Server reports a similar exception when browsing folders with a space in their name
Caused by: java.net.URISyntaxException: Illegal character in path at index 86: <Path to Folder>原因
This is due to the proxy server not configured correctly for URL encoding.
ソリューション
Test without the proxy to confrm it't related to the proxy configuration. Ensure all steps listed in the Bitbucket Server Integration with Apache HTTP Server have been completed successfully, specially the ProxyPass and ProxyPassReverse directives. If using mod_jk, add the following option to your Apache mod_jk configuration:
<Connector port="8009" protocol="AJP/1.3" URIEncoding="UTF-8"/>
JkOptions +ForwardURICompatUnparsedこの内容はお役に立ちましたか?