LDIF file containing controls aren't correctly processed
--------------------------------------------------------
Key: DIRSERVER-1547
URL: https://issues.apache.org/jira/browse/DIRSERVER-1547
Project: Directory ApacheDS
Issue Type: New Feature
Affects Versions: 1.5.7
Reporter: Emmanuel Lecharny
Priority: Minor
Fix For: 2.1.0
We currently don't process LDIF file containing controls with a Value stored in
a file.
This portion of the grammar is not processed :
<control> ::= "control:" <fill> <ldap-oid> <critical-e> <value-spec-e> <sep>
<value-spec-e> ::= <value-spec> | e
<value-spec> ::= ":" <fill> <SAFE-STRING-e> | "::" <fill> <BASE64-STRING> |
*":<" <fill> <url>*
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.