You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/05/26 02:43:34 UTC

[jira] Updated: (DIRSHARED-4) RDN length and start fields are not set

     [ 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: 0.9.20
                       (was: 1.0.0-RC1)

> 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.20
>
>
> 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.