[ https://issues.apache.org/jira/browse/AMQ-9768?focusedWorklogId=983050&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-983050 ]
ASF GitHub Bot logged work on AMQ-9768: --------------------------------------- Author: ASF GitHub Bot Created on: 14/Sep/25 05:50 Start Date: 14/Sep/25 05:50 Worklog Time Spent: 10m Work Description: thezbyg commented on PR #1487: URL: https://github.com/apache/activemq/pull/1487#issuecomment-3289242207 > One just fixing the formatting that we can also apply on 6.1.x Done. Issue Time Tracking ------------------- Worklog Id: (was: 983050) Time Spent: 50m (was: 40m) > 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: 50m > 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: issues-unsubscr...@activemq.apache.org For additional commands, e-mail: issues-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact