You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/11/12 21:22:03 UTC

[jira] [Commented] (KNOX-2103) responseExcludeHeaders should be case insensitive

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

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

Commit af68e28bc211fc819137587dd112e4d46b5148dc in knox's branch refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=af68e28 ]

KNOX-2103 - Make responseExcludeHeaders parameter in ConfigurableDispatch case insensitive (#192)



> responseExcludeHeaders should be case insensitive
> -------------------------------------------------
>
>                 Key: KNOX-2103
>                 URL: https://issues.apache.org/jira/browse/KNOX-2103
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: In Park
>            Assignee: Sandor Molnar
>            Priority: Trivial
>             Fix For: 1.4.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Dispatch responseExcludeHeaders is only applied when it is all upper-case as below:
> {code:java}
> <dispatch classname="org.apache.knox.gateway.dispatch.ConfigurableDispatch">
>     <param>
>         <name>responseExcludeHeaders</name>
>         <value>CONTENT-LENGTH</value>
>     </param>
> </dispatch>
> {code}
> This is not consistent with the way how requestExcludeHeaders work. 
> Expected result: responseExcludeHeaders should be case-insensitive.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)