[
https://issues.apache.org/jira/browse/KNOX-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001199#comment-17001199
]
ASF subversion and git services commented on KNOX-2155:
-------------------------------------------------------
Commit 1b019617d408312ac33bf8f07f0ec862f7b33382 in knox's branch
refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=1b01961 ]
KNOX-2155 - KnoxSSO should handle multiple cookies with the same name
This commit moves getting cookies by name to a
new utility class. It forces callers to look
through multiple cookies returned and handle
that case.
Signed-off-by: Kevin Risden <[email protected]>
> KnoxSSO should handle multiple cookies with the same name
> ---------------------------------------------------------
>
> Key: KNOX-2155
> URL: https://issues.apache.org/jira/browse/KNOX-2155
> Project: Apache Knox
> Issue Type: Bug
> Components: KnoxSSO
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.4.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently, when KnoxSSO checks cookies it looks at the first one with the
> name configured. If there are multiple cookies scoped to different domains,
> browsers will send all the cookies in the request. Knox needs to look at all
> the cookies to evaluate if they are valid.
> References:
> *
> https://stackoverflow.com/questions/4056306/how-to-handle-multiple-cookies-with-the-same-name
--
This message was sent by Atlassian Jira
(v8.3.4#803005)