-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
7.19.8
-
None
-
2
-
Severity 3 - Minor
-
1
-
Problem
Accessing Global Activity page shows the following string:
$webwork.htmlEncode($entity.space.name)
instead of the Space Names.
Environment
.
Steps to Reproduce
- Install Confluence DC v7.19.8 as non clustered instance
- Enable the App Confluence Usage Stats
- Create a few pages as user A
- Like the created pages and comment on these as user B
- Go to Global Activity page
Expected Results
Space names are displayed
Actual Results
The following string is displayed:
$webwork.htmlEncode($entity.space.name)
Workaround
- Stop Confluence
- Make a backup copy of $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.0.jar
- Copy the usage-tracking-plugin-5.0.0_htmlUtil.jar
to $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.0.jar
- Start Confluence
Workaround 2
If you need to patch a different version of the plugin , e.g. v5.0.2, please use these steps:
- Copy $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.2.jar to a temporary folder (referred as $TMP from now on)
- Unpack the jar file:
cd $TMP jar xf usage-tracking-plugin-5.0.2.jar templates/usage/popular.vm sed -i bak 's/webwork/htmlUtil/g' templates/usage/popular.vm jar uf usage-tracking-plugin-5.0.2.jar templates/usage/popular.vm
- Stop Confluence
- Copy the patched plugin to $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.2.jar
- Start Confluence
The Confluence Usage stats plugin is no longer supported as per the announcement at https://confluence.atlassian.com/doc/end-of-support-announcements-for-confluence-210239673.html#EndofSupportAnnouncementsforConfluence-features202203
Due to this, we will close out this issue. Please see our analytics feature at https://confluence.atlassian.com/display/DOC/Analytics