diff options
author | Omair Majid <omajid@redhat.com> | 2011-02-23 13:04:02 -0500 |
---|---|---|
committer | Omair Majid <omajid@redhat.com> | 2011-02-23 13:04:02 -0500 |
commit | 5f1057b76cc63f47fc7fc99f3a634b738a2645a3 (patch) | |
tree | 2be51a244d5b217b52d25ef52cb0dce038531b61 /netx/net/sourceforge/jnlp/security/SecurityDialogMessage.java | |
parent | 44d552df84874d5a89cfe4881e344249947c7ed3 (diff) |
RH677772: NoSuchAlgorithmException using SSL/TLS in javaws
Grant AllPermission to CodeSource originating from jre/lib/ext, and let Java's
security model work. The cryptography code already does a doPrivilegedAction
when initialzing cryptography providers which takes care of everything.
2011-02-23 Omair Majid <omajid@redhat.com>
RH677772: NoSuchAlgorithmException using SSL/TLS in javaws
* NEWS: Update with bugfix.
* netx/net/sourceforge/jnlp/runtime/JNLPPolicy.java: Add new field
jreExtDir.
(JNLPPolicy): Initialize jreExtDir.
(getPermissions): Grant AllPermissions if the CodeSourse is a system jar.
(isSystemJar): New method.
* netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java
(checkPermission): Remove special casing of
SecurityPermission("putProviderProperty.SunJCE") and
SecurityPermission("accessClassInPackage.sun.security.internal.spec").
(inTrustedCallChain): Remove.
Diffstat (limited to 'netx/net/sourceforge/jnlp/security/SecurityDialogMessage.java')
0 files changed, 0 insertions, 0 deletions