Page Tree Search macro incorrectly encodes ancestorIds colon
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
問題
When doing a search in the pagetreesearch
macro, the colon ":"
in ancestorIds:
is encoded to %3A,
as in the following screenshot:
原因
One possible cause is the usage of normal HTTP proxy instead of AJP13.
ソリューション
Ensure that Confluence is using the AJP13 protocol by adding the parameter protocol="AJP/1.3"
into the <Connector ... />
tag in <confluence-install-directory>/conf/server.xml.
For more information on how to configure proxy for mod_jk
, please refer to Using Apache with mod_jk.