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

Ludovic Poitou
29.08.2016 94ab608bf26d8ef5fb477e6b7de0be679cfb90a1
opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/PatternDN.java
@@ -279,7 +279,9 @@
    }
    int length = dnString.length();
    if (length == 0)
    if (length == 0
        // Special pattern "" to express rootDSE aka empty DN
        || "\"\"".equals(dnString))
    {
      return new PatternDN();
    }