opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
@@ -123,6 +123,11 @@ "(ldap:///[^\\|]+)"; /** * String used to check for NULL ldap URL. */ public static final String NULL_LDAP_URL = "ldap:///"; /** * Regular expression used to match token that joins expressions (||). */ public static final String LOGICAL_OR = "\\|\\|";