Security Configuration Cannot be Updated
NOTE: This affects versions 3.4.x of Confluence and is not present in later versions
症状
When an admin tries to change the security configuration, they are returned to the edit screen, and are given no feedback.
診断
- Affects Confluence 3.4.x
- There are several ways to configure Confluence so that web-sudo (password-confirmation for admin options) is not available at all. See CONF-20958. In 3.4 (maybe 3.3 too) setting any of these options prevents saving the security configuration.
原因
There is a bug in the security config validation where it checks for valid values of the websudo options, even though none are submitted from the form and none are used.
回避策
Confluence settings are stored within the database and can be found with the following SQL query:
select * from bandana where bandanakey='atlassian.confluence.settings';
This may be used to manually update settings.
ソリューション
データベースを変更する前には必ずデータをバックアップするようにします。
This is a known bug and has been fixed as of Confluence 3.4.8
Bug Report can be found here: http://jira.atlassian.com/browse/CONF-21692