RDN length and start fields are not set
---------------------------------------
Key: DIRSHARED-4
URL: https://issues.apache.org/jira/browse/DIRSHARED-4
Project: Directory Shared
Issue Type: Bug
Affects Versions: 0.9.11
Reporter: Emmanuel Lecharny
Priority: Trivial
Fix For: 0.9.12
The 'length' and 'start' fields are not set. They are serialized and
deserialied (incorrectly !) for nothing. Even worst, the RDNDeserializer calls
the Rdn( int start, int length, String upName, String normName ) method with
the wrong order :
...
// Now creates the RDN
Rdn rdn = new Rdn( length, start, upName, normName );
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.