Original description:
Hawtio of AMQ 7 allows to retrieve the Jolokia url for any resource property and operation.
However the url it generates does not always follow the escaping rules of jolokia.In particular if a request part contains a / character, it needs to be escaped with !/ as per the escaping rules given in. This is not the case with the jolokia urls generated by hawtio.
E.g. If a destination name contains /, it must be escaped.
So a destination named foo/bar must be escaped to foo!/bar.As a result, jolokia urls retrieved programmatically from hawtio, cannot be used without additional escaping.
Outstanding, non-case related, work revolves around the exclamation point as per this comment in the previous ENTMQBR-779.
- clones
-
ENTMQBR-779 AMQ7 hawtio not escaping jolokia urls correctly
- Closed