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

Hudson commented on HADOOP-11859:
---------------------------------

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2122 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2122/])
HADOOP-11859. PseudoAuthenticationHandler fails with httpcomponents v4.4. 
Contributed by Eugene Koifman. (jitendra: rev 
1f4767c7f2d1fdd23954c16e903acd2dca78a1e1)
* hadoop-common-project/hadoop-common/CHANGES.txt
* 
hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/PseudoAuthenticationHandler.java


> PseudoAuthenticationHandler fails with httpcomponents v4.4
> ----------------------------------------------------------
>
>                 Key: HADOOP-11859
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11859
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>             Fix For: 2.8.0
>
>         Attachments: HADOOP-11859.patch
>
>
> This shows in the context of WebHCat and Hive (which recently moved to 
> httpcomponents:httpclient:4.4) but could happen in other places.
> URLEncodedUtils.parse(String, Charset) which is called from 
> PseudoAuthenticationHandler.getUserName() with the 1st argument produced by 
> HttpServletRequest.getQueryString().
> The later returns NULL if there is no query string in the URL.
> in httpcoponents:httpclient:4.2.5 parse() gracefully handles first argument 
> being NULL, but in 4.4 it NPEs.



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

Reply via email to