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

Matthew Swift
10.58.2012 56c276b0ab16486f683d38976eccdb94329516a0
Fix OPENDJ-479: Typo in Assertion Failed message
1 files modified
18 ■■■■ changed files
opends/src/messages/messages/core.properties 18 ●●●● patch | view | raw | blame | history
opends/src/messages/messages/core.properties
@@ -21,7 +21,7 @@
# CDDL HEADER END
#
#      Copyright 2006-2010 Sun Microsystems, Inc.
#      Portions copyright 2011 ForgeRock AS
#      Portions copyright 2011-2012 ForgeRock AS
@@ -755,11 +755,11 @@
 way that caused it to violate the server schema:  %s
MILD_ERR_MODIFY_ASSERTION_FAILED_357=Entry %s cannot be modified because the \
 request contained an LDAP assertion control and the associated filter did not \
 match the contents of the that entry
 match the contents of the entry
MILD_ERR_MODIFY_CANNOT_PROCESS_ASSERTION_FILTER_358=Entry %s cannot be \
 modified because the request contained an LDAP assertion control, but an \
 error occurred while attempting to compare the target entry against the \
 filter contained in that control:  %s
 filter contained in the control:  %s
MILD_ERR_MODIFY_UNSUPPORTED_CRITICAL_CONTROL_359=Entry %s cannot be modified \
 because the request contained a critical control with OID %s that is not \
 supported by the Directory Server for this type of operation
@@ -773,21 +773,21 @@
 request
MILD_ERR_DELETE_ASSERTION_FAILED_362=Entry %s cannot be removed because the \
 request contained an LDAP assertion control and the associated filter did not \
 match the contents of the that entry
 match the contents of the entry
MILD_ERR_DELETE_CANNOT_PROCESS_ASSERTION_FILTER_363=Entry %s cannot be \
 removed because the request contained an LDAP assertion control, but an error \
 occurred while attempting to compare the target entry against the filter \
 contained in that control:  %s
 contained in the control:  %s
MILD_ERR_DELETE_UNSUPPORTED_CRITICAL_CONTROL_364=Entry %s cannot be removed \
 because the request contained a critical control with OID %s that is not \
 supported by the Directory Server for this type of operation
MILD_ERR_MODDN_ASSERTION_FAILED_365=Entry %s cannot be renamed because the \
 request contained an LDAP assertion control and the associated filter did not \
 match the contents of the that entry
 match the contents of the entry
MILD_ERR_MODDN_CANNOT_PROCESS_ASSERTION_FILTER_366=Entry %s cannot be renamed \
 because the request contained an LDAP assertion control, but an error \
 occurred while attempting to compare the target entry against the filter \
 contained in that control:  %s
 contained in the control:  %s
MILD_ERR_MODDN_UNSUPPORTED_CRITICAL_CONTROL_367=Entry %s cannot be renamed \
 because the request contained a critical control with OID %s that is not \
 supported by the Directory Server for this type of operation
@@ -797,7 +797,7 @@
MILD_ERR_ADD_CANNOT_PROCESS_ASSERTION_FILTER_369=Entry %s cannot be added \
 because the request contained an LDAP assertion control, but an error \
 occurred while attempting to compare the provided entry against the filter \
 contained in that control:  %s
 contained in the control:  %s
MILD_ERR_ADD_UNSUPPORTED_CRITICAL_CONTROL_370=Entry %s cannot be added \
 because the request contained a critical control with OID %s that is not \
 supported by the Directory Server for this type of operation
@@ -820,7 +820,7 @@
 supported by the Directory Server for this type of operation
MILD_ERR_COMPARE_ASSERTION_FAILED_376=Cannot perform the compare operation on \
 entry %s because the request contained an LDAP assertion control and the \
 associated filter did not match the contents of the that entry
 associated filter did not match the contents of the entry
MILD_ERR_COMPARE_CANNOT_PROCESS_ASSERTION_FILTER_377=Cannot perform the \
 compare operation on entry %s because the request contained an LDAP assertion \
 control, but an error occurred while attempting to compare the target entry \