-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b71
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2133738 | 5.0u8 | Luis-Miguel Alventosa | P3 | Resolved | Fixed | b01 |
The parsing of ObjectNames by the jconsole mbean tab's tree view would appear
to be incorrect, not catering for ObjectName values that are quoted.
e.g. for an ObjectName of the form:
domain:type=association,parent="domain:type=node,name=\"node1\"",child="domain:type=node,name=\"node2\""
then the tree will not show a tree with three nodes (type, parent, child) but will incorrectly parse the ObjectName and will display a tree with 7 nodes (one for each '=' sign).
to be incorrect, not catering for ObjectName values that are quoted.
e.g. for an ObjectName of the form:
domain:type=association,parent="domain:type=node,name=\"node1\"",child="domain:type=node,name=\"node2\""
then the tree will not show a tree with three nodes (type, parent, child) but will incorrectly parse the ObjectName and will display a tree with 7 nodes (one for each '=' sign).
- backported by
-
JDK-2133738 MBeans tab: bad parsing of ObjectNames in tree leads to incorrect tree display
- Resolved