Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1-alpha
-
None
-
ubuntu linux with active directory kerberos.
Description
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