-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: security-libs
-
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?