InMemoryReplayCache extends Thread
----------------------------------
Key: DIRKRB-80
URL: https://issues.apache.org/jira/browse/DIRKRB-80
Project: Directory Kerberos
Issue Type: Bug
Reporter: Stefan Seelmann
Assignee: Emmanuel Lecharny
The class
org.apache.directory.server.kerberos.shared.replay.InMemoryReplayCache extends
Thread. For each instance the thread is started, its task is to clean expired
entries from the cache. The cache is used three times in the server, so three
threads are started.
We should check if this is really required. An alternative would be to use
ehcache CacheManager.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.