[
https://issues.apache.org/jira/browse/HADOOP-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13554102#comment-13554102
]
Hudson commented on HADOOP-8816:
--------------------------------
Integrated in Hadoop-trunk-Commit #3240 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/3240/])
HADOOP-8816. HTTP Error 413 full HEAD if using kerberos authentication.
(moritzmoeller via tucu) (Revision 1433567)
Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1433567
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java
> HTTP Error 413 full HEAD if using kerberos authentication
> ---------------------------------------------------------
>
> Key: HADOOP-8816
> URL: https://issues.apache.org/jira/browse/HADOOP-8816
> Project: Hadoop Common
> Issue Type: Bug
> Components: net
> Affects Versions: 2.0.1-alpha
> Environment: ubuntu linux with active directory kerberos.
> Reporter: Moritz Moeller
> Assignee: Moritz Moeller
> Fix For: 2.0.3-alpha
>
> Attachments: HADOOP-8816.patch,
> hadoop-common-kerberos-increase-http-header-buffer-size.patch
>
>
> The HTTP Authentication: header is too large if using kerberos and the
> request is rejected by Jetty because Jetty has a too low default header size
> limit.
> Can be fixed by adding ret.setHeaderBufferSize(1024*128); in
> org.apache.hadoop.http.HttpServer.createDefaultChannelConnector
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira