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/02 17:21:40 UTC

[jira] Reopened: (DIRSERVER-1389) Cannot index binary attributeTypes using the SUBSTR matching rule

     [ https://issues.apache.org/jira/browse/DIRSERVER-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny reopened DIRSERVER-1389:
------------------------------------------


Wrongly closed...

We have a bad test in the SchemaInterceptor.filterCheck() method :


                if ( !schemaManager.lookupAttributeTypeRegistry( node.getAttribute() ).getSyntax().isHumanReadable() )
                {
                    String message = I18n.err( I18n.ERR_50 );
                    LOG.error( message );
                    throw new LdapException( message );
                }


> Cannot index binary attributeTypes using the SUBSTR matching rule
> -----------------------------------------------------------------
>
>                 Key: DIRSERVER-1389
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1389
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.4
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Critical
>             Fix For: 2.0.0-RC1
>
>
> We can't index binary attributes which uses a Substr matching rule, like octetStringSubstringsMatch, as the Index is expecting a String value. This is a major problem we have to fix, otherwise we won't be able to do a fast search for Certificate or such attributes like ObjectGUID (M$ atributeType)
> This will require some major refactoring in the server.

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