-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0.AM4
-
Fix Version/s: 2.0.0
-
Labels:None
If we create a DN like uid = #4869, it's properly handled when it's schema aware. However, doing the same thing without a SchemaManager meads to some wrong normalized name to be generated :
Dn dn = new Dn( "uid = #4869" ); assertEquals( "uid=Hi", dn.getNormName() );
fails, the dn.getNormName() calls returns uid=, with no value.
- causes
-
DIRSERVER-2146 Using special chars in uid makes problem
-
- Resolved
-