Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 68442 invoked from network); 23 Feb 2010 14:20:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 14:20:49 -0000 Received: (qmail 24376 invoked by uid 500); 23 Feb 2010 14:20:49 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 24324 invoked by uid 500); 23 Feb 2010 14:20:48 -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 24262 invoked by uid 99); 23 Feb 2010 14:20:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 14:20:48 +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, 23 Feb 2010 14:20:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D1D3A234C045 for ; Tue, 23 Feb 2010 06:20:27 -0800 (PST) Message-ID: <1494546056.462021266934827844.JavaMail.jira@brutus.apache.org> Date: Tue, 23 Feb 2010 14:20:27 +0000 (UTC) From: "Valentin Valchev (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-2125) Localization of the bundle headers & bundle name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Localization of the bundle headers & bundle name ------------------------------------------------ Key: FELIX-2125 URL: https://issues.apache.org/jira/browse/FELIX-2125 Project: Felix Issue Type: Improvement Components: Web Console Reporter: Valentin Valchev Attachments: bundle_headers_localization.patch The web console now supports localization. Unfortunately the Bundles plugin is limited only to localization of the plugin. It can and should display localized bundle names and manifest headers. The attached patch updates it to use Bundle.getHeaders(locale) instead of Bundle.getHeaders() The locale is always taken from the HTTP request. The only exception is when printing the configuration. In this case Locale.ENGLISH is used - the printed configuration can be used mostly by developers and support engineers, so English is better than any other. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.