From 66e5ea2712ea53cde3bd84096382325e3cbea868 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Tue, 14 May 2013 16:05:08 +0000
Subject: [PATCH] CR-1688 Fix OPENDJ-905 X-SCHEMA-FILE should not allow directory path separators

---
 opends/src/messages/messages/schema.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties
index 55ee97e..a421732 100644
--- a/opends/src/messages/messages/schema.properties
+++ b/opends/src/messages/messages/schema.properties
@@ -1076,3 +1076,5 @@
  X.509 Certificate because it contains invalid DER encodings
 MILD_ERR_ATTR_SYNTAX_COUNTRY_NO_VALID_ISO_CODE_333=The provided value "%s" \
  is not a valid ISO 3166 country code
+SEVERE_ERR_ATTR_SYNTAX_ILLEGAL_X_SCHEMA_FILE_334=The provided value "%s" is \
+ not safe for X-SCHEMA-FILE
\ No newline at end of file

--
Gitblit v1.10.0