[
https://issues.apache.org/jira/browse/KNOX-2011?focusedWorklogId=309883&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-309883
]
ASF GitHub Bot logged work on KNOX-2011:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Sep/19 15:00
Start Date: 10/Sep/19 15:00
Worklog Time Spent: 10m
Work Description: moresandeep 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_r322795710
##########
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:
Right, this list is default and can be removed. I'll update the PR.
----------------------------------------------------------------
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: 309883)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)