-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.0.1.GA, AMQ 7.1.0.CR2
-
None
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.
- is cloned by
-
ENTMQBR-1046 hawtio not escaping jolokia urls with exclamation points correctly
- Closed
-
ENTESB-7275 AMQ7 hawtio not escaping jolokia urls correctly
- Done
- relates to
-
AMQDOC-2771 AMQ7 hawtio not escaping jolokia urls correctly
- Closed