URLs with a Plus Character Trigger a 404 Error When Using an IIS Reverse Proxy Server

プラットフォームについて: 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 は除く

症状

Any URL containing a plus (+) character will not work, and instead triggers a "page not found" (HTTP 404) error.

原因

By default, the security filter in IIS denies any URL containing a "+" character.

ソリューション

  • Enable double escaping in your IIS web.config file, to allow the "+" character to go through correctly. This file should be created in the virtual directory you created during the steps of Connecting Confluence with IIS 7.

    <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <security> <requestFiltering allowDoubleEscaping="true" /> </security> </system.webServer> </configuration>
更新日時: September 25, 2025

さらにヘルプが必要ですか?

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