Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
bf39dc186a
|
@ -92,7 +92,8 @@ public class NullSessionCache extends AbstractSessionCache
|
|||
@Override
|
||||
public void setEvictionPolicy(int evictionTimeout)
|
||||
{
|
||||
LOG.warn("Ignoring eviction setting: {}", evictionTimeout);
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("Ignoring eviction setting: {}", evictionTimeout);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue