From d06f22e6132ee3459b692aecd8876b8788b9143c Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Thu, 26 Apr 2007 19:01:03 +0000
Subject: [PATCH] Fix issue 1531: Improper filter allowed in targattrfilters argument.

---
 opends/src/server/org/opends/server/messages/AciMessages.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/messages/AciMessages.java b/opends/src/server/org/opends/server/messages/AciMessages.java
index 58cb756..d140858 100644
--- a/opends/src/server/org/opends/server/messages/AciMessages.java
+++ b/opends/src/server/org/opends/server/messages/AciMessages.java
@@ -1092,7 +1092,7 @@
              MSGID_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER,
              "The provided Access Control Instruction (ACI) " +
              "targattrfilters expression value " +
-             "%s is invalid because the one or more of the specified" +
+             "%s is invalid because one or more of the specified " +
              "filters are invalid for the following reason: " +
              "%s");
 
@@ -1100,7 +1100,7 @@
              MSGID_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER,
              "The provided Access Control Instruction (ACI) " +
              "targattrfilters expression value " +
-             "%s is invalid because the one or more of the specified" +
+             "%s is invalid because one or more of the specified " +
              "filters are invalid because of non-matching attribute" +
              "type names in the filter");
 

--
Gitblit v1.10.0