-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b38
-
generic
-
generic
-
Verified
Name: poR10007 Date: 12/23/2003
The API spec for javax.management.MBeanServer interface (jdk1.5.0-b32)
requires MBeanPermission with "getAttribute" action instead of "setAttribute"
for the method setAttribute():
"For the setAttribute method, the caller's permissions must imply
MBeanPermission(className, attrName, name, "getAttribute"), where
^^^^^^^^^^^^
attrName is attribute.getName()."
======================================================================