Browsing Directory Names with Space Fails with java.net.URISyntaxException Exception

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

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
最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.