-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 6.8.1
-
Component/s: Server - Administration
-
2
-
Severity 3 - Minor
-
0
Summary
When you remove an existing context path from server.xml, this change is not reflected in the property confluence.webapp.context.path of the file confluence.cfg.xml.
Steps to Reproduce
- Install Confluence
- Add a context path to server.xml as follows:
<Context path="/confluence" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">
- Save the file and restart Confluence
- This change is reflected in confluence.cfg.xml:
<property name="confluence.webapp.context.path">/confluence</property> - Stop Confluence
- Remove the path from server.xml
- Start Confluence
Expected Results
The path is removed from the file confluence.cfg.xml as it is no longer present in server.xml:
<property name="confluence.webapp.context.path"></property>
Actual Results
The path is still present in confluence.cfg.xml:
<property name="confluence.webapp.context.path">/confluence</property>
Notes
No side effect of this bug can be noticed in the instance besides the discrepancy between the files.
Workaround
Manually remove the path from confluence.cfg.xml and restart Confluence.
- mentioned in
-
Page Loading...