History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WPP-11
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Andrew Wills
Reporter: Andrew Wills
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Web Proxy Portlet

Ennable the 'strip-cdata-delims' Feature of the Neko Parser

Created: 07/Aug/08 06:33 PM   Updated: 05/Sep/08 03:23 PM
Component/s: HTML clipping
Affects Version/s: None
Fix Version/s: 1.0.0-RC1

Original Estimate: 4 minutes Remaining Estimate: 4 minutes Time Spent: Unknown
File Attachments: 1. Text File WPP-11.patch (2 kb)



 Description  « Hide
The 'strip-cdata-delims' feature removes '<![CDATA[' and ']]>' from <script> elements within the markup source. These delimiters are sometimes added to support JavaScript within XML.

In a browser, these delimiters will cause JavaScript to fail, so there's probably no circumstance where we'd want to keep them.

 All   Comments   Work Log   Change History      Sort Order:
Andrew Wills [03/Sep/08 07:04 PM]
Fixes the issue, includes good comments.

Andrew Wills [05/Sep/08 03:23 PM]
done.