[
https://issues.apache.org/jira/browse/AMQ-9768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18022631#comment-18022631
]
ASF subversion and git services commented on AMQ-9768:
------------------------------------------------------
Commit d9d321e8a7611a82b111a13b3195932107a88b2c in activemq's branch
refs/heads/activemq-6.1.x from Albertas Vyšniauskas
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=d9d321e8a7 ]
[AMQ-9768] Fix JMX value escaping in web console. (#1487)
(cherry picked from commit f68fff981b5a7b62a68b8c2f4ef01c73cf2d3404)
> Web console fails to open items with names containing special JMX symbols
> -------------------------------------------------------------------------
>
> Key: AMQ-9768
> URL: https://issues.apache.org/jira/browse/AMQ-9768
> Project: ActiveMQ Classic
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 6.x
> Reporter: Albertas Vyšniauskas
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
> Fix For: 6.2.0, 6.1.8
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Special symbols are not escaped or replaced in JMX values in web console as
> is done in broker. The only special character that is replaced is ':'
> (colon). This is done by StringUtils.replace(..., ":", "_") calls.
> Broker uses JMXSupport.encodeObjectNamePart() to escape values when
> constructing JMX object names.
> Due to this mismatch, objects containing other special JMX characters (',',
> '=', '\n', '?') are not accessible from web console.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact