Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
3.1.1
-
None
-
None
-
Incompatible change, Reviewed
-
Changed PERMS.ALL definition in ZooDefs in java to include ADMIN. This changes the definition of OPEN_ACL_UNSAFE to have admin perms.
Description
the perms_all definition in Java is PERMS.ALL and does not include ADMIN perms but in c the PERMS_ALL def includes the ADMIN perms. We should make it consistent to include or not include the admin perms in both c and java.