[
https://issues.apache.org/jira/browse/DIRSERVER-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874608#comment-12874608
]
Emmanuel Lecharny edited comment on DIRSERVER-1389 at 5/21/19 9:55 AM:
-----------------------------------------------------------------------
Wrongly closed...
We have a bad test in the SchemaInterceptor.filterCheck() method :
{code:java}
if ( !schemaManager.lookupAttributeTypeRegistry( node.getAttribute()
).getSyntax().isHumanReadable() )
{ String message = I18n.err( I18n.ERR_50 ); LOG.error( message ); throw new
LdapException( message ); }
{code:java}
was (Author: elecharny):
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: Major
> Fix For: 2.1.0
>
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)