[ 
https://issues.apache.org/jira/browse/HADOOP-11350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280082#comment-14280082
 ] 

Hudson commented on HADOOP-11350:
---------------------------------

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #75 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/75/])
HADOOP-11350. The size of header buffer of HttpServer is too small when HTTPS 
is enabled. Contributed by Benoy Antony. (wheat9: rev 
3ab3a6498812c9fa0c53dae02ce696033062af87)
* 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java
* 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestSSLHttpServer.java
* 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java
* hadoop-common-project/hadoop-common/CHANGES.txt
* 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java


> The size of header buffer of HttpServer is too small when HTTPS is enabled
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-11350
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11350
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.6.0
>            Reporter: Benoy Antony
>            Assignee: Benoy Antony
>             Fix For: 2.7.0
>
>         Attachments: HADOOP-11350.patch, HADOOP-11350.patch, 
> HADOOP-11350.patch, HADOOP-11350.patch
>
>
> {code}
> curl -k  -vvv -i -L --negotiate -u : https://<servername>:50070
> < HTTP/1.1 413 FULL head
> HTTP/1.1 413 FULL head
> < Connection: close
> Connection: close
> < Server: Jetty(6.1.26)
> Server: Jetty(6.1.26)
> {code}
> For some users, the spnego token too large for the default header buffer used 
> by Jetty. 
> Though the issue is fixed for HTTP connections (via HADOOP-8816), HTTPS 
> connections needs to be fixed as well. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to