[
https://issues.apache.org/jira/browse/AMQ-9768?focusedWorklogId=983041&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-983041
]
ASF GitHub Bot logged work on AMQ-9768:
---------------------------------------
Author: ASF GitHub Bot
Created on: 13/Sep/25 21:14
Start Date: 13/Sep/25 21:14
Worklog Time Spent: 10m
Work Description: jbonofre commented on PR #1487:
URL: https://github.com/apache/activemq/pull/1487#issuecomment-3288855955
I would suggest to split into two PRs:
1. One just fixing the formatting that we can also apply on 6.1.x
2. One changing the interface (adding name) that will be apply just on `main`
Issue Time Tracking
-------------------
Worklog Id: (was: 983041)
Time Spent: 40m (was: 0.5h)
> 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
> Priority: Minor
> Time Spent: 40m
> 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