jacktheone opened a new pull request, #4300:
URL: https://github.com/apache/hadoop/pull/4300

   ### Description of PR
   According to RFC-2616 HTTP Headers are case-insensitive. There are proxies / 
load balancers (e.g.: newer versions of HA-proxy) which deliberately make some 
of the HTTP headers lower-case results in an authentication / authorization 
failure inside the Hadoop codebase.
   
   This patch is responsible for resolving the authentication issue. 
   
   ### How was this patch tested?
   Tested on our test cluster where we could reproduce the original issue.
   I also ran the corresponding old and new unit tests. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to