You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2015/10/07 23:36:27 UTC

[jira] [Assigned] (KNOX-605) XmlUrlRewriteStreamFilter unescapes escaped characters

     [ https://issues.apache.org/jira/browse/KNOX-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Minder reassigned KNOX-605:
---------------------------------

    Assignee: Kevin Minder

> XmlUrlRewriteStreamFilter unescapes escaped characters
> ------------------------------------------------------
>
>                 Key: KNOX-605
>                 URL: https://issues.apache.org/jira/browse/KNOX-605
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>            Reporter: Kevin Minder
>            Assignee: Kevin Minder
>             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>&<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)