Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 52678 invoked from network); 16 Nov 2009 23:26:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 23:26:02 -0000 Received: (qmail 20838 invoked by uid 500); 16 Nov 2009 23:26:02 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 20763 invoked by uid 500); 16 Nov 2009 23:26:02 -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 20753 invoked by uid 99); 16 Nov 2009 23:26:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 23:26:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Mon, 16 Nov 2009 23:25:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9ED81234C052 for ; Mon, 16 Nov 2009 15:25:39 -0800 (PST) Message-ID: <1362037150.1258413939649.JavaMail.jira@brutus> Date: Mon, 16 Nov 2009 23:25:39 +0000 (UTC) From: "Sten Roger Sandvik (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-1873) Wrong default HttpContext in Whiteboard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Wrong default HttpContext in Whiteboard --------------------------------------- Key: FELIX-1873 URL: https://issues.apache.org/jira/browse/FELIX-1873 Project: Felix Issue Type: Bug Components: HTTP Service Affects Versions: http-2.0.2 Reporter: Sten Roger Sandvik Assignee: Sten Roger Sandvik Fix For: http-2.0.4 When a whiteboard registration is used with no httpcontext it should be using a default. This default should be associated with the right bundle (bundle which registered the service) so that ServletContext.getResource(..) methods will work correctly. Right now it is not using the right bundle - it's using the whiteboard extender itself. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.