History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
SEC-967
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
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.
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 '&'.
Description
TextUtils.java should, but does not, escape the ampersand character. So '&' would be rendered as '&' in the browser instead of as '&'.
Show »
All
Comments
Work Log
Change History
FishEye
Builds
Sort Order:
[
Permalink
|
« Hide
]
Willie Wheeler
added a comment -
28/Aug/08 05:48 PM
Patch
[
Show »
]
Willie Wheeler
added a comment -
28/Aug/08 05:48 PM
Patch
[
Permalink
|
« Hide
]
Luke Taylor
added a comment -
29/Aug/08 07:02 AM
Thanks for spotting this. I've made the change.
[
Show »
]
Luke Taylor
added a comment -
29/Aug/08 07:02 AM
Thanks for spotting this. I've made the change.