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 2008/05/12 23:53:55 UTC

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

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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSHARED-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSHARED-4.
---------------------------------------

    Resolution: Won't Fix

It's not used anyway...

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


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ 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.