From 95d5c1406fb12c27d1c906063c9daccde36329ca Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 06 Oct 2016 07:50:36 +0000 Subject: [PATCH] OPENDJ-2860: implement JSON attribute syntaxes and matching rules --- opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties b/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties index 4264584..225bf31 100644 --- a/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties +++ b/opendj-rest2ldap/src/main/resources/org/forgerock/opendj/rest2ldap/rest2ldap.properties @@ -140,3 +140,9 @@ ERR_PASSWORD_RESET_USER_AUTHENTICATED_83=Passwords can only be reset by authenticated users ERR_BAD_API_RESOURCE_VERSION_84=The requested resource API version '%s' is unsupported. This endpoint only supports \ the following resource API version(s): %s +ERR_JSON_PARSE_ERROR_85=The value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %s +ERR_JSON_IO_ERROR_86=The value could not be parsed as valid JSON: %s +ERR_JSON_TRAILING_CONTENT_87=The value could not be parsed as valid JSON because it contains trailing content after the JSON value +ERR_JSON_EMPTY_CONTENT_88=The value could not be parsed as valid JSON because it is empty +ERR_JSON_QUERY_PARSE_ERROR_89=The value '%s' could not be parsed as a valid JSON query filter + -- Gitblit v1.10.0