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

Matthew Swift
28.18.2011 71eca4cd50923bf239fb22ad935a4308fb369ad7
Additional fix for issue OPENDJ-246: Tag unindexed searches in the Access log.

Use lower-case for consistency with other access log keywords.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -1146,7 +1146,7 @@
      }
      searchOperation.addAdditionalLogItem(
          AdditionalLogItem.keyOnly(getClass(), "Unindexed"));
          AdditionalLogItem.keyOnly(getClass(), "unindexed"));
      // See if we could use a virtual attribute rule to process the search.
      for (VirtualAttributeRule rule : DirectoryServer.getVirtualAttributes())