[
https://issues.apache.org/jira/browse/FELIX-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920664#action_12920664
]
Felix Meschberger commented on FELIX-2570:
------------------------------------------
First I didn't think of adding a property and second I started with the idea of
adding a new mode like web+html, which turned out to make things more
complicated than need which then resulted in the pseudo mode.
But looking at it again, you are right. It is conceptually cleaner to add a new
property for this.
The modes property is called just "modes". So we might want to call the new
property something short, too.
Proposing "web.unescaped" indicating that this is for the "web" mode and to
allowing for unescaped html output. By default this property is not set thus
supporting backwards compatibility by escaping the output. If the property is
set to a value which can be converted to a boolean true value (e.g.
Boolean.TRUE or the string "true") the output is not escaped.
> HTML is escaped in ModeAwareConfigurationPrinter when in "web" mode
> -------------------------------------------------------------------
>
> Key: FELIX-2570
> URL: https://issues.apache.org/jira/browse/FELIX-2570
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Affects Versions: webconsole-3.1.2
> Reporter: Justin Edelson
> Assignee: Felix Meschberger
>
> See http://markmail.org/message/ppwjjbc6tayzvcew
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.