From 163b4e39d516460c8997658cb6358632c483f9e7 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Wed, 22 Jan 2014 15:32:12 +0000 Subject: [PATCH] CR-1602 (OPENDJ-883) Implement certificateExactMatch matching rule --- opendj3-server-dev/src/messages/messages/protocol.properties | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/opendj3-server-dev/src/messages/messages/protocol.properties b/opendj3-server-dev/src/messages/messages/protocol.properties index cc1fb4a..cc3b1b3 100644 --- a/opendj3-server-dev/src/messages/messages/protocol.properties +++ b/opendj3-server-dev/src/messages/messages/protocol.properties @@ -21,6 +21,7 @@ # # Copyright 2006-2009 Sun Microsystems, Inc. # Portions copyright 2013 ForgeRock AS +# Portions copyright 2013-2014 Manuel Gaupp @@ -892,3 +893,17 @@ MILD_ERR_CONNHANDLER_CONFIG_CHANGES_REQUIRE_RESTART_1516=The server received \ configuration changes that require a restart of the %s connection handler \ to take effect +MILD_ERR_GSER_PATTERN_NO_MATCH_1517=The GSER value does not contain a \ + String matching the pattern %s at the current position: %s +MILD_ERR_GSER_NO_VALID_SEPARATOR_1518=The GSER value does not contain a \ + separator at the current position: %s +MILD_ERR_GSER_NO_VALID_STRING_1519=The GSER value does not contain a valid \ + String value at the current position: %s +MILD_ERR_GSER_NO_VALID_INTEGER_1520=The GSER value does not contain a valid \ + integer value at the current position: %s +MILD_ERR_GSER_NO_VALID_IDENTIFIER_1521=The GSER value does not contain a \ + valid identifier at the current position: %s +MILD_ERR_GSER_SPACE_CHAR_EXPECTED_1522=The GSER value does not contain a \ + whitespace character at the current position: %s +MILD_ERR_GSER_NO_VALID_IDENTIFIEDCHOICE_1523=The GSER value does not \ + contain a valid IdentifiedChoiceValue at the current position: %s -- Gitblit v1.10.0