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

Ludovic Poitou
27.27.2011 5d2456146514094175e4ec3173808189efd7ec56
Fix issue OPENDJ-246: Tag unindexed searches in the Access log.
The keyword Unindexed is added to the Access Log in Search Response log message.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -1144,6 +1144,10 @@
      {
        rootContainer.getMonitorProvider().updateUnindexedSearchCount();
      }
      searchOperation.addAdditionalLogItem(
          AdditionalLogItem.keyOnly(getClass(), "Unindexed"));
      // See if we could use a virtual attribute rule to process the search.
      for (VirtualAttributeRule rule : DirectoryServer.getVirtualAttributes())
      {