Atlassian support or the Atlassian bug-fixing team may occasionally provide patches for critical issues that have been resolved but have not yet made it into a release. Those patches will be class files which are attached to the relevant issue in our JIRA bug-tracking system.

Installation Instructions for Confluence Standalone

以下の手順に従ってパッチ済みのクラスファイルをインストールします。

  1. Confluence インスタンスをシャットダウンします。
  2. 提供されたクラス ファイルを <installation-directory>/confluence/WEB-INF/classes/<subdirectories> にコピーします。ここでは次の点にご注意ください。
    • <installation-directory> must be replaced with your Confluence Installation directory. (If you need more information, read about the Confluence Installation Directory.)
    • <subdirectories> must be replaced by the value specified in the relevant JIRA issue. This value will be different for different issues. In some cases, the subdirectories will not exist and you will need to create them before copying the class files. Some issues will contain the patch in the form of a ZIP file which will contain the desired directory structure.
  3. Confluence インスタンスを再起動して、変更を有効にします。

(info) Class files in the /WEB-INF/classes directory of a web application will be loaded before classes located in JAR files in the /WEB-INF/lib directory. Therefore, classes in the first directory will effectively replace classes of the same name and package which would otherwise be loaded from the JAR files.

関連トピック

How to edit files in Confluence JAR files
Where are the files that used to be in my Confluence installation directory?