-
Sub-task
-
Resolution: Delivered
-
P4
-
7u471, 8u461, 11.0.28-oracle, 17.0.16-oracle
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8351078 | 11.0.28-oracle | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8351079 | 8u461 | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8351080 | 7u471 | Marc Palmerjohnson | P4 | Resolved | Delivered |
In this release, the JDK implementation of the LDAP provider no longer supports deserialization of Java objects by default:
* The default value of the `com.sun.jndi.ldap.object.trustSerialData` system property has been updated to `false`.
The transparent deserialization of Java objects from an LDAP context will now require an explicit opt-in. Applications that rely on reconstruction of Java objects or RMI stubs from the LDAP attributes would need to set the `com.sun.jndi.ldap.object.trustSerialData` system property to `true`.
* The default value of the `com.sun.jndi.ldap.object.trustSerialData` system property has been updated to `false`.
The transparent deserialization of Java objects from an LDAP context will now require an explicit opt-in. Applications that rely on reconstruction of Java objects or RMI stubs from the LDAP attributes would need to set the `com.sun.jndi.ldap.object.trustSerialData` system property to `true`.
- backported by
-
JDK-8351078 Release Note: Update Default Value of com.sun.jndi.ldap.object.trustSerialData System Property
-
- Resolved
-
-
JDK-8351079 Release Note: Update Default Value of com.sun.jndi.ldap.object.trustSerialData System Property
-
- Resolved
-
-
JDK-8351080 Release Note: Update Default Value of com.sun.jndi.ldap.object.trustSerialData System Property
-
- Resolved
-