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

Jean-Noel Rouvignac
03.39.2014 e6066d274c3a935be7527d1904823b98b5a72079
opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactMatchingRule.java
@@ -193,7 +193,7 @@
    catch (CertificateException ce)
    {
      // There seems to be a problem while parsing the certificate.
      logger.trace(WARN_CERTIFICATE_MATCH_PARSE_ERROR.get(ce.getMessage()));
      logger.trace(WARN_CERTIFICATE_MATCH_PARSE_ERROR, ce.getMessage());
      // return the raw bytes as a fall back
      return value.toByteString();