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

neil_a_wilson
31.51.2007 1a1ac7f98e87fc94eefa33a119a1f40074cd7ad8
Fix an access log message for search operations when the proxied auth control
is used to correct a misplaced quotation mark.
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java
@@ -1358,8 +1358,9 @@
    DN proxiedAuthDN = searchOperation.getProxiedAuthorizationDN();
    if (proxiedAuthDN != null)
    {
      buffer.append("\" authzDN=\"");
      buffer.append(" authzDN=\"");
      proxiedAuthDN.toString(buffer);
      buffer.append("\"");
    }
    buffer.append(" etime=");