[ 
https://issues.apache.org/jira/browse/KNOX-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981183#comment-14981183
 ] 

ASF subversion and git services commented on KNOX-616:
------------------------------------------------------

Commit 8005afe13790480ae3e590fef643a69901c548f6 in knox's branch 
refs/heads/master from [~kevin.minder]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=8005afe ]

KNOX-616: XmlUrlRewriteStreamFilter unscapes escaped special characters


> XmlUrlRewriteStreamFilter unscapes escaped special characters
> -------------------------------------------------------------
>
>                 Key: KNOX-616
>                 URL: https://issues.apache.org/jira/browse/KNOX-616
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.6.0
>            Reporter: Kevin Minder
>            Assignee: Kevin Minder
>            Priority: Critical
>             Fix For: 0.7.0
>
>
> The “UrlRewriteServletFilter” applies “XmlUrlRewriteStreamFilter” to all XML 
> request. During the processing it was observed the passing through XML loses 
> all the escaped special characters. For example:
> <tag>&amp;<tag> is delivered as <tag>&<tag>
> The “XmlUrlRewriteStreamFilter “ needs to be fixed to pass through XML 
> unchanged. Or a configuration setting is needed to allow specifying the 
> “NoOpUrlRewriteStreamFilter” when no rewriting rules are required.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to