https://bz.apache.org/bugzilla/show_bug.cgi?id=62168

--- Comment #4 from Felix Schumacher <[email protected]> ---
Ok, I spoke without looking at the code. I believe you are referring to 

       if ((maxActiveSessions >= 0) &&
                (getActiveSessions() >= maxActiveSessions)) {
            rejectedSessions++;
            throw new TooManyActiveSessionsException(
                    sm.getString("managerBase.createSession.ise"),
                    maxActiveSessions);
        }

in ManagerBase, correct?

But I still believe the old behaviour was not completely wrong, either.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to