[security-dev 01401]: Re: Review request for 6903638: Remove dependency on AuthPermission from SecurityConstants

Sean Mullan Sean.Mullan at Sun.COM
Mon Nov 23 15:26:00 UTC 2009


Mandy Chung wrote:
> Fixed 6903638: Remove dependency on AuthPermission from SecurityConstants
> 
> Webrev at:
>   http://cr.openjdk.java.net/~mchung/6903638/webrev.00/
> 
> Move the two static fields defined in the SecurityConstants to 
> javax.security.auth.Subject class.  javax.security.auth classes are not 
> needed during boot.

Just noticed one small thing -

SecurityConstants:

- remove the import :

   36 import javax.security.auth.AuthPermission;

--Sean



More information about the security-dev mailing list