You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Daryn Sharp (JIRA)" <ji...@apache.org> on 2014/02/10 17:48:20 UTC

[jira] [Created] (HADOOP-10332) HttpServer's jetty audit log always logs 200 OK

Daryn Sharp created HADOOP-10332:
------------------------------------

             Summary: 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: 2.0.0-alpha, 0.23.0, 3.0.0
            Reporter: Daryn Sharp


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.1.5#6160)