Albertas Vyšniauskas created AMQ-9768: -----------------------------------------
Summary: 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 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