ReducedHTMLParser
------------------
Key: TOMAHAWK-676
URL: http://issues.apache.org/jira/browse/TOMAHAWK-676
Project: MyFaces Tomahawk
Issue Type: Bug
Affects Versions: 1.1.5-SNAPSHOT
Reporter: Peter Mahoney
ReducedHTMLParser does not currently deal with escaped characters in an
attribute value, other than an escaped quote character or an escaped backslash.
This results in the warning:
WARN html.util.ReducedHTMLParser:557 -> Invalid tag found: unexpected input
while looking for attr name or '/>' at line 243
An example of a case not handled:
onclick="alert('here\'s a bug')"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira