

APPLE JAVA SE 6 RUNTIME 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.security-libs/ - Disable exportable cipher suites - To improve the strength of SSL/TLS connections, exportable cipher suites have been disabled in SSL/TLS connections in the JDK by the Security Property.Re-enabling this method by setting this system property is not recommended. The previous behavior of this method can be re-enabled by setting the value of the system property to true (case insensitive). 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.


