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

dugan
24.37.2007 cdbf344be3db4c423f924e0e17e22285a72a1ea8
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 = "\\|\\|";