mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
05.16.2006 c73cdcfffad22502da2a54cd1d3970267d145750
refs
author dugan <dugan@localhost>
Tuesday, December 5, 2006 05:16 +0100
committer dugan <dugan@localhost>
Tuesday, December 5, 2006 05:16 +0100
commitc73cdcfffad22502da2a54cd1d3970267d145750
tree 92f1f7258eb14f25aa3b8ce1ac8eb517161d15f0 tree | zip | gz
parent 77f20a44a73bc404678940faf43bbf30a671c4c2 view | diff
org.opends.server.schema.LDAPSyntaxDescription.java does not accept extensions
as specified by RFC4512 :

SyntaxDescription = LPAREN WSP
numericoid ; object identifier
[ SP "DESC" SP qdstring ] ; description
extensions WSP RPAREN ; extensions

see SYNTAX_LDAP_SYNTAX_OID from org.opends.server.schema.LDAPSyntaxTest.java

Issue 640.
3 files modified
197 ■■■■■ changed files
opends/src/server/org/opends/server/messages/SchemaMessages.java 26 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/LDAPSyntaxDescriptionSyntax.java 98 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/schema/LDAPSyntaxTest.java 73 ●●●● diff | view | raw | blame | history