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

Jean-Noël Rouvignac
19.37.2016 48b56b98806c177323d38bcdfdc75c7e98ddf70f
opendj-server-legacy/src/main/java/org/opends/admin/ads/util/ApplicationTrustManager.java
@@ -364,7 +364,7 @@
      try
      {
        DN dn = DN.valueOf(subjectX500Principal.getName());
        String value = dn.rdn(dn.size() - 1).getFirstAVA().getAttributeValue().toString();
        String value = dn.rdn().getFirstAVA().getAttributeValue().toString();
        matches = hostMatch(value, host);
        if (!matches)
        {