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/06/30 10:25:50 UTC

[jira] Created: (DIRSERVER-1523) The ACI parser does not handle incorrect AttributeType

The ACI parser does not handle incorrect AttributeType 
-------------------------------------------------------

                 Key: DIRSERVER-1523
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1523
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.7
            Reporter: Emmanuel Lecharny
             Fix For: 2.0.0-RC1


We don't currently check that the parsed ACI contain valid AttributeType. 

We probably want to throw an exception in this case.

For instance :
...protectedItems { entry  , attributeType { 1.2.3    , ou }  ...

might fail if the 1.2.3 AT does not exist.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSERVER-1523) The ACI parser does not handle incorrect AttributeType

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

Emmanuel Lecharny resolved DIRSERVER-1523.
------------------------------------------

    Resolution: Fixed

Fixed. The ACI parser is now Schema aware.

> The ACI parser does not handle incorrect AttributeType 
> -------------------------------------------------------
>
>                 Key: DIRSERVER-1523
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1523
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.7
>            Reporter: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>
> We don't currently check that the parsed ACI contain valid AttributeType. 
> We probably want to throw an exception in this case.
> For instance :
> ...protectedItems { entry  , attributeType { 1.2.3    , ou }  ...
> might fail if the 1.2.3 AT does not exist.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.