Issue Details (XML | Word | Printable)

Key: SEC-967
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Luke Taylor
Reporter: Willie Wheeler
Votes: 0
Watchers: 0
Operations

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

TextUtils.java does not escape ampersand character

Created: 28/Aug/08 05:47 PM   Updated: 29/Aug/08 07:02 AM
Component/s: Core
Affects Version/s: None
Fix Version/s: 2.0.4

Time Tracking:
Not Specified

File Attachments: 1. Text File TextUtils.patch (0.6 kB)



 Description  « Hide
TextUtils.java should, but does not, escape the ampersand character. So '&' would be rendered as '&' in the browser instead of as '&'.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Willie Wheeler added a comment - 28/Aug/08 05:48 PM
Patch

Luke Taylor added a comment - 29/Aug/08 07:02 AM
Thanks for spotting this. I've made the change.