[
https://issues.apache.org/jira/browse/KNOX-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743305#comment-15743305
]
Sandeep More edited comment on KNOX-791 at 12/12/16 10:09 PM:
--------------------------------------------------------------
Aww shoot ! sorry about that, uploaded the correct patch now. KNOX-801 seems
like a definite overlap, there is less information to test though but looks
like a overlap. I tested with the following example {{<a
href="/test?chapt=2§=3">test link</a>}} without the patch
{{https://localhost:9443/test?chapt=2%C2%A7=3}} with the patch
{{https://localhost:9443/test?chapt=2§=3}}.
was (Author: smore):
Aww shoot ! sorry about that, uploaded the correct patch now. KNOX-801 seems
like a definite overlap, there is less information to test though but looks
like a overlap. I tested with the following example {{ <a
href="/test?chapt=2§=3">test link</a> }} without the patch {{
https://localhost:9443/test?chapt=2%C2%A7=3 }} with the patch {{
https://localhost:9443/test?chapt=2§=3 }}.
> "&#x" render issue
> ------------------
>
> Key: KNOX-791
> URL: https://issues.apache.org/jira/browse/KNOX-791
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Prabhjyot Singh
> Assignee: Sandeep More
> Fix For: 0.11.0
>
> Attachments: KNOX-791.001.patch, ss.png
>
>
> 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
> {code:java}
> <input placeholder=" Filter" style="font-family:FontAwesome">
> {code}
> The above should look like; !ss.png|screen shot!
> Or another example would be:
> {code:java}
> <a href="http://google.com/param1=123&#xparam2=890">test link</a>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)