New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: CONF-8380
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Agnes Ro [Atlassian]
Reporter: Matt Ryall [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence

Activity plugin report page includes unescaped angle brackets

Created: 27/Apr/07 12:35 AM   Updated: 03/May/07 12:08 AM
Component/s: Plugins
Affects Version/s: 2.3, 2.4, 2.4.5
Fix Version/s: 2.5.1

Time Tracking:
Not Specified

Participants: Agnes Ro [Atlassian] and Matt Ryall [Atlassian]
Since last comment: 1 year, 17 weeks ago
Resolution Date: 03/May/07 12:08 AM
Labels:


 Description  « Hide
The activity (or usage) plugin includes properties with values like 'Next >>' unescaped in the HTML. This tag soup can be interpreted differently by different combinations of filters, servers and clients, so we need to fix it.

For example, on the following line:

http://svn.atlassian.com/fisheye/browse/public/contrib/confluence/usage-plugin/trunk/src/main/resources/templates/usage/report-controls.vm?r=6456#l27

It currently reads:

$action.getText("previous.name")</a> |

And should be:

$generalUtil.htmlEncode($action.getText("previous.name"))</a> |

A simple workaround for customers is to remove the angle brackets from the properties with keys 'previous.name' and 'next.name' in the file:

confluence/WEB-INF/classes/com/atlassian/confluence/core/ConfluenceActionSupport.properties



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Agnes Ro [Atlassian] added a comment - 03/May/07 12:08 AM - edited
Fixed.

(Usage plugin version: 0.7.1)