[
https://issues.apache.org/jira/browse/FELIX-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845367#action_12845367
]
Felix Meschberger commented on FELIX-2204:
------------------------------------------
This patch looks basically good to me.
One minor thought: I guess, correctly we would get the resource bundle
according to the AbstractWebConsolePlugin's bundle:
if (name.startsWith("%") ) {
Bundle b = ( ( AbstractWebConsolePlugin ) plugin ).getBundle();
ResourceBundle rb = osgiManager.resourceBundleManager.getResourceBundle(b,
Locale.ENGLISH);
name = rb.getString(name.substring(1));
}
> Localization causes a problem in WebConsole configuration
> ---------------------------------------------------------
>
> Key: FELIX-2204
> URL: https://issues.apache.org/jira/browse/FELIX-2204
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Reporter: Valentin Valchev
> Attachments: localization_config_titles.patch
>
>
> After implementing FELIX-2203 when opening the apache web console
> configuration, the titles are shown with their resource names, not their real
> names.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.