mirror of
https://github.com/openjdk/jdk7u.git
synced 2025-12-11 04:42:54 -06:00
8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
8267412: Provide better LDAP provider support Reviewed-by: bae
This commit is contained in:
parent
7b0abaa309
commit
8dbfc1ca40
@ -143,6 +143,7 @@ com.sun.jndi.ldap = tiger legacy
|
||||
com.sun.jndi.ldap.ext = tiger legacy
|
||||
com.sun.jndi.ldap.pool = tiger legacy
|
||||
com.sun.jndi.ldap.sasl = tiger legacy
|
||||
com.sun.jndi.ldap.spi = tiger legacy
|
||||
com.sun.jndi.rmi.registry = tiger legacy
|
||||
com.sun.jndi.toolkit.corba = tiger legacy
|
||||
com.sun.jndi.toolkit.ctx = tiger legacy
|
||||
|
||||
@ -476,6 +476,7 @@ public class CreateSymbols extends AbstractProcessor {
|
||||
"org.w3c.dom.css",
|
||||
"org.w3c.dom.events",
|
||||
"org.w3c.dom.views",
|
||||
"com.sun.jndi.ldap.spi",
|
||||
"com.sun.management",
|
||||
"com.sun.security.auth",
|
||||
"com.sun.security.auth.callback",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user