Hi all,in SessionFilter we use a lock named LOCK to synchronize access to the variables cookieManagers and managersInUse. On managersInUse we use wait() and notify(), which seems wrong to me, as we synchronized using LOCK and not managersInUse.
I think we should change the calls to wait() and notify() to calls on LOCK. What do you think? Felix
