JAVA RUNTIME ENVIRONMENT MAC OS X 1.8 UPDATE
JDK-8185661 - deploy - webstart - JNLP files won't launch from IE11 on Windows 10 Creators Update.JBS - component - subcomponent - Description.Existing attribute RMIConnectorServer.CREDENTIAL_TYPES is superseded by RMIConnectorServer.CREDENTIALS_FILTER_PATTERN and has been removed. As a result, a new attribute is added to management.properties. The user can also provide a filter pattern string to the default agent via management.properties. With these new attributes, users can specify the deserialization filter pattern strings to be used while making a RMIServer.newClient() remote call and while sending deserializing parameters over RMI to server respectively. core-svc/javax.management - JMX Connections need deserialization filters - New public attributes, RMIConnectorServer.CREDENTIALS_FILTER_PATTERN and RMIConnectorServer.SERIAL_FILTER_PATTERN have been added to RMIConnectorServer.java.
Invoking this method for these providers will result in a NoSuchAlgorithmException for most algorithm string arguments. security-libs/javax.crypto - Stricter key generation - The generateSecret(String) method has been mostly disabled in the services of the SUN and SunPKCS11 providers.If compatibility issues arise, existing applications can set the system property introduced in JDK-8181048 with the algorithm and its desired default key size. security-libs/javax.crypto - Provider default key size is updated - This change updates the JDK providers to use 2048 bits as the default key size for DSA instead of 1024 bits when applications have not explicitly initialized the and objects with a key size.This change will affect JSSE connections as well as applications built on JCE. security-libs/javax.crypto - RSA public key validation - In 9.0.4, the RSA implementation in the SunRsaSign provider will reject any RSA public key that has an exponent that is not in the valid range as defined by PKCS#1 version 2.2.If the property is not set, the type checking is only performed against a set of class names of the IDL interface types corresponding to the built-in IDL stub classes. This is an "opt in" feature and is not enabled by default. other-libs/corba - Add additional IDL stub type checks to _to_object method - Applications that either explicitly or implicitly call .string_to_object, and wish to ensure the integrity of the IDL stub type involved in the ORB::string_to_object call flow, should specify additional IDL stub type checking.If a server cannot process the supported_groups TLS extension or the named groups in the extension, applications can either customize the supported group names with, or turn off the FFDHE mechanisms by setting the System Property jsse.enableFFDHEExtension to false. security-libs/ - Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS - The JDK SunJSSE implementation now supports the TLS FFDHE mechanisms defined in RFC 7919.