[
https://issues.apache.org/jira/browse/KNOX-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16550207#comment-16550207
]
ASF subversion and git services commented on KNOX-1393:
-------------------------------------------------------
Commit 95bdaa2a8ea6c50eb796923f6c96938f44228ec6 in knox's branch
refs/heads/v1.1.0 from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=95bdaa2 ]
KNOX-1393 - Update default whitelist derivation strategy
> Update default whitelist derivation strategy
> --------------------------------------------
>
> Key: KNOX-1393
> URL: https://issues.apache.org/jira/browse/KNOX-1393
> Project: Apache Knox
> Issue Type: Improvement
> Components: Server
> Affects Versions: 1.1.0
> Reporter: Phil Zampino
> Assignee: Phil Zampino
> Priority: Major
> Fix For: 1.1.0
>
>
> # Attempt to determine the domain from the X-Forwarded-Host header value
> # If domain could not be determined, attempt to determine the domain from
> the InetAddress.getLocalHost().getCanonicalHostName() value
> # If domain could not be determined, attempt to determine the domain from
> the requested host name
> # If the domain could be determined from any of these sources, then the
> default whitelist will be based on that domain
> # If the domain cannot be determined
> a. If the requested host name is NOT a variant of localhost, then the
> whitelist will be restricted to that specific host name
> b. Otherwise, the localhost whitelist will be the default
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)