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 [1].
In particular if a request part contains a / character, it needs to be escaped with !/ as per the escaping rules given in [1]. 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.
See the attached screenshot which shows a wrongly escaped url (not whole url is visible in the form).
- clones
-
ENTMQBR-779 AMQ7 hawtio not escaping jolokia urls correctly
- Closed