You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Xiaoyu Yao (JIRA)" <ji...@apache.org> on 2017/03/02 18:57:45 UTC

[jira] [Created] (HADOOP-14139) Tracing canonized server name from HTTP request during SPNEGO

Xiaoyu Yao created HADOOP-14139:
-----------------------------------

             Summary: Tracing canonized server name from HTTP request during SPNEGO
                 Key: HADOOP-14139
                 URL: https://issues.apache.org/jira/browse/HADOOP-14139
             Project: Hadoop Common
          Issue Type: Bug
          Components: security
            Reporter: Xiaoyu Yao
            Assignee: Hanisha Koneru
            Priority: Minor


The serverName can be helpful to trouble shoot SPNEGO related authenticated issue.

{code}
 final String serverName = InetAddress.getByName(request.getServerName())
                                           .getCanonicalHostName();
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org