Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80A6670F6 for ; Sat, 5 Nov 2011 18:19:15 +0000 (UTC) Received: (qmail 90654 invoked by uid 500); 5 Nov 2011 18:19:15 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 90565 invoked by uid 500); 5 Nov 2011 18:19:15 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 90552 invoked by uid 99); 5 Nov 2011 18:19:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2011 18:19:15 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2011 18:19:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8C78636F89 for ; Sat, 5 Nov 2011 18:18:51 +0000 (UTC) Date: Sat, 5 Nov 2011 18:18:51 +0000 (UTC) From: "Uma Maheswara Rao G (Commented) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1340955157.3327.1320517131576.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <823388477.2503.1317187665871.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-7688) When a servlet filter throws an exception in init(..), the Jetty server failed silently. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144775#comment-13144775 ] Uma Maheswara Rao G commented on HADOOP-7688: --------------------------------------------- {quote} -1 findbugs. The patch appears to introduce 7 new Findbugs (version 1.3.9) warnings. {quote} findbugs are not related. > When a servlet filter throws an exception in init(..), the Jetty server failed silently. > ----------------------------------------------------------------------------------------- > > Key: HADOOP-7688 > URL: https://issues.apache.org/jira/browse/HADOOP-7688 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 0.23.0, 0.24.0 > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Uma Maheswara Rao G > Attachments: HADOOP-7688.patch, filter-init-exception-test.patch, org.apache.hadoop.http.TestServletFilter-output.txt > > > When a servlet filter throws a ServletException in init(..), the exception is logged by Jetty but not re-throws to the caller. As a result, the Jetty server failed silently. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira