[
https://issues.apache.org/jira/browse/HADOOP-10332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13933483#comment-13933483
]
Hudson commented on HADOOP-10332:
---------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #5319 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/5319/])
HADOOP-10332. HttpServer's jetty audit log always logs 200 OK (jeagles)
(jeagles:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1577220)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java
> HttpServer's jetty audit log always logs 200 OK
> -----------------------------------------------
>
> Key: HADOOP-10332
> URL: https://issues.apache.org/jira/browse/HADOOP-10332
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 0.23.0, 2.0.0-alpha, 3.0.0
> Reporter: Daryn Sharp
> Assignee: Jonathan Eagles
> Fix For: 3.0.0, 0.23.11, 2.5.0
>
> Attachments: HADOOP-10332-branch-0.23.patch, HADOOP-10332.patch
>
>
> HttpServer inserts the audit logger handler _before_ the actual servlet
> handlers, so the default 200 is always logged even if the operation fails.
> {code}
> handlers.setHandlers(new Handler[] {requestLogHandler, contexts});
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)