Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If "&#x" is used as a value for any attribute in any tag say <a> or <input> then it is being treated/rendered different.
An example to reproduce will be
<input placeholder=" Filter" style="font-family:FontAwesome">
The above should look like;
Or another example would be:
<a href="http://google.com/param1=123&#xparam2=890">test link</a>
Attachments
Attachments
Issue Links
- is duplicated by
-
KNOX-801 proper escaping of html attributes while rewriting
- Closed