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 GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/12 17:45:00 UTC

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

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

ASF GitHub Bot logged work on KNOX-2103:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Nov/19 17:44
            Start Date: 12/Nov/19 17:44
    Worklog Time Spent: 10m 
      Work Description: smolnar82 commented on pull request #192: KNOX-2103 - Make responseExcludeHeaders parameter in ConfigurableDispatch case insensitive
URL: https://github.com/apache/knox/pull/192
 
 
   ## What changes were proposed in this pull request?
   
   Make responseExcludeHeaders parameter in ConfigurableDispatch case insensitive
   
   ## How was this patch tested?
   
   Updated and executed JUnit tests:
   ```
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time: 18:06 min (Wall Clock)
   [INFO] Finished at: 2019-11-12T18:40:30+01:00
   [INFO] Final Memory: 379M/2012M
   [INFO] ------------------------------------------------------------------------
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 342056)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)