You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2008/06/01 10:54:45 UTC

[jira] Created: (DIRSHARED-8) Merge schema grammars and relax schema parser

Merge schema grammars and relax schema parser
---------------------------------------------

                 Key: DIRSHARED-8
                 URL: https://issues.apache.org/jira/browse/DIRSHARED-8
             Project: Directory Shared
          Issue Type: Improvement
    Affects Versions: 0.9.11
            Reporter: Stefan Seelmann
            Assignee: Stefan Seelmann
             Fix For: 0.9.11


Merge openldap.g into schema.g.

Relax the grammar of schema.g:
- allow tabs instead of spaces,
- allow more than one space
- allow missing spaces before or after '(' and ')'
- allow unordered parameters.
- case insentivitity for keywords like attributetype, NAME, DESC, MAY, MUST, ...
- allowing a name for syntax descriptions
- allow alphanumeric values for the numeric oid of an schema entity
- allow quoted oids, e.g. for MUST, MAY, etc.

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


[jira] Closed: (DIRSHARED-8) Merge schema grammars and relax schema parser

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

Stefan Seelmann closed DIRSHARED-8.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.12

Fixed in several commits. Thanks Alex for merging into bigbang.

> Merge schema grammars and relax schema parser
> ---------------------------------------------
>
>                 Key: DIRSHARED-8
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-8
>             Project: Directory Shared
>          Issue Type: Improvement
>    Affects Versions: 0.9.11
>            Reporter: Stefan Seelmann
>            Assignee: Stefan Seelmann
>             Fix For: 0.9.11, 0.9.12
>
>
> Merge openldap.g into schema.g.
> Relax the grammar of schema.g:
> - allow tabs instead of spaces,
> - allow more than one space
> - allow missing spaces before or after '(' and ')'
> - allow unordered parameters.
> - case insentivitity for keywords like attributetype, NAME, DESC, MAY, MUST, ...
> - allowing a name for syntax descriptions
> - allow alphanumeric values for the numeric oid of an schema entity
> - allow quoted oids, e.g. for MUST, MAY, etc.

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