-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b42
-
generic
-
generic
The JMX Remote API spec includes a list of attributes that are not supposed to be included in the result of JMXConnectorServer.getAttributes(). For some of these, the current logic relies on the fact that typical values of these attributes are not serializable in order to remove them from that result. If in fact such an attribute is serializable, it gets included, contrary to the spec.