[
https://issues.apache.org/jira/browse/DIRSHARED-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny updated DIRSHARED-4:
--------------------------------------
Fix Version/s: (was: 0.9.12)
1.0.0
The LdapDN parser has to be reviewed entirely.
> 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: 1.0.0
>
>
> 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.