-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
None
-
beta
-
sparc
-
solaris_2.6
LdapSchemaParser.java has the definition
protected static String currentName = null;
This field is used by static methods in the LdapSchemaParser class
as a temporary variable to hold the name of the entry just parsed.
This is thread-unsafe. If more than one thread in the VM attempts
to read an LDAP schema, then the in-memory representation of one of
both schemas might become corrupted.
protected static String currentName = null;
This field is used by static methods in the LdapSchemaParser class
as a temporary variable to hold the name of the entry just parsed.
This is thread-unsafe. If more than one thread in the VM attempts
to read an LDAP schema, then the in-memory representation of one of
both schemas might become corrupted.