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

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

                Author: ASF GitHub Bot
            Created on: 10/Sep/19 14:44
            Start Date: 10/Sep/19 14:44
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on pull request #144: KNOX-2011 - 
Don't block SET-COOKIE response header for Ranger UI
URL: https://github.com/apache/knox/pull/144#discussion_r322785941
 
 

 ##########
 File path: 
gateway-service-definitions/src/main/resources/services/rangerui/1.0.0/service.xml
 ##########
 @@ -32,5 +32,14 @@
             <rewrite apply="RANGERUI/rangerui/outbound/headers" 
to="response.headers"/>
         </route>
     </routes>
-    <dispatch classname="org.apache.knox.gateway.dispatch.DefaultDispatch"/>
+    <dispatch 
classname="org.apache.knox.gateway.dispatch.ConfigurableDispatch" 
ha-classname="org.apache.knox.gateway.dispatch.ConfigurableDispatch">
+        <param>
+            <name>requestExcludeHeaders</name>
 
 Review comment:
   Not sure this needs to be specified? It should default if not specified?
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 309860)
    Time Spent: 20m  (was: 10m)

> RangerUI created multiple sessions when going via Knox
> ------------------------------------------------------
>
>                 Key: KNOX-2011
>                 URL: https://issues.apache.org/jira/browse/KNOX-2011
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.3.0
>            Reporter: Sandeep More
>            Assignee: Sandeep More
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Ranger uses RANGERADMINSESSIONID to identify a session. Ranger UI service 
> definition uses DefaultDispatch which prevents "SET-COOKIE" response header 
> from being set causing Ranger to create multiple sessions.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to