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

matthew_swift
07.31.2008 5f6e31ae7fa29f18d149ee6972457b8ebb4b3688
Partial fix for issue 2602: suppress the stack trace being included in certificate mapper configuration error messages.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/core/CertificateMapperConfigManager.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/CertificateMapperConfigManager.java
@@ -435,6 +435,10 @@
      return mapper;
    }
    catch (InitializationException e) {
      // Avoid re-wrapping the initialization exception.
      throw e;
    }
    catch (Exception e)
    {
      Message message = ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED.