Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 32513 invoked from network); 28 Apr 2009 12:01:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 12:01:55 -0000 Received: (qmail 72391 invoked by uid 500); 28 Apr 2009 12:01:55 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 72279 invoked by uid 500); 28 Apr 2009 12:01:54 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 72239 invoked by uid 99); 28 Apr 2009 12:01:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 12:01:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 12:01:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 10802234C046 for ; Tue, 28 Apr 2009 05:01:31 -0700 (PDT) Message-ID: <150968737.1240920091066.JavaMail.jira@brutus> Date: Tue, 28 Apr 2009 05:01:31 -0700 (PDT) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Subject: [jira] Assigned: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header In-Reply-To: <980749015.1240911450381.JavaMail.jira@brutus> 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/FELIX-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-1061: --------------------------------------- Assignee: Carsten Ziegeler > [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header > ------------------------------------------------------------------------------------ > > Key: FELIX-1061 > URL: https://issues.apache.org/jira/browse/FELIX-1061 > Project: Felix > Issue Type: Bug > Components: Web Console > Reporter: Bertrand Delacretaz > Assignee: Carsten Ziegeler > Priority: Minor > Attachments: FELIX-1061.patch > > > Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser. > Other exceptions during bundle installation are also invisible from the console web interface, they are only logged. > With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.