[ https://issues.apache.org/jira/browse/AMQ-9768?focusedWorklogId=982974&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-982974 ]
ASF GitHub Bot logged work on AMQ-9768: --------------------------------------- Author: ASF GitHub Bot Created on: 12/Sep/25 16:18 Start Date: 12/Sep/25 16:18 Worklog Time Spent: 10m Work Description: thezbyg opened a new pull request, #1487: URL: https://github.com/apache/activemq/pull/1487 (no comment) Issue Time Tracking ------------------- Worklog Id: (was: 982974) Remaining Estimate: 0h Time Spent: 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: 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: issues-unsubscr...@activemq.apache.org For additional commands, e-mail: issues-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact