https://bz.apache.org/bugzilla/show_bug.cgi?id=62168
--- Comment #5 from Mark Thomas ---
The old behaviour was wrong because it did not differentiate between
minIdleSwap==0 and minIdleSwap==-1
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168
--- Comment #4 from Felix Schumacher ---
Ok, I spoke without looking at the code. I believe you are referring to
if ((maxActiveSessions >= 0) &&
(getActiveSessions() >= maxActiveSessions)) {
rejectedSessions
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168
Felix Schumacher changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---