[
https://issues.apache.org/jira/browse/HADOOP-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551709#comment-13551709
]
Eli Collins commented on HADOOP-8816:
-------------------------------------
+1 looks good
How about adding a comment to the test where you check the 63kb length that the
buffer size set is for ALL headers which is why you're only adding a 63kb
header when the limit is 64kb (leaving 1kb room for other headers). No need to
spin a new patch for just adding this comment IMO.
> 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
> 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