Path does not exist when accessing filename or path that contains a plus character
プラットフォームについて: 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 は除く
症状
When trying to access a file with a plus (+) character in the filename or path, an error that the path does not exist is displayed. The following appears in the atlassian-fisheye-YYYY-MM-DD.log:
2014-08-22 11:29:06,947 INFO [qtp1722029420-145 ] fisheye.app ServletUtils-send404 - 404: Path "trunk/src/c /path/test.txt" does not exist. referer=https://server.com/fisheye/browse/REPO/trunk/src/c%2B%2B/path/test.txt原因
The proxy in front of your Fisheye/Crucible server is not properly handling the + character.
ソリューション
If you're using mod_proxy in Apache, add nocanon to your ProxyPass:
ProxyPass /fisheye http://127.0.0.1:8060/fisheye nocanonMore information about mod_proxyhere.
この内容はお役に立ちましたか?