[
https://issues.apache.org/jira/browse/AMQ-9768?focusedWorklogId=982986&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-982986
]
ASF GitHub Bot logged work on AMQ-9768:
---------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/25 20:01
Start Date: 12/Sep/25 20:01
Worklog Time Spent: 10m
Work Description: jbonofre commented on PR #1487:
URL: https://github.com/apache/activemq/pull/1487#issuecomment-3286667949
If I understand the need here, it looks like an improvement more than a bug
fix as it changes some "interfaces" (introducing name field).
Issue Time Tracking
-------------------
Worklog Id: (was: 982986)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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