-
Bug
-
Resolution: Fixed
-
P3
-
6
-
None
-
rc
-
generic
-
generic
The following doc in our security bundle:
http://java.sun.com/j2se/1.5.0/docs/guide/security/permissions.html#SSLPermission
Is missing some of the newer SSLPermissions. In particular, I noticed:
./javax/net/ssl/SSLContext.java: sm.checkPermission(new SSLPermission
("setDefaultSSLContext"));
Are there others?
http://java.sun.com/j2se/1.5.0/docs/guide/security/permissions.html#SSLPermission
Is missing some of the newer SSLPermissions. In particular, I noticed:
./javax/net/ssl/SSLContext.java: sm.checkPermission(new SSLPermission
("setDefaultSSLContext"));
Are there others?