https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #14 from Konstantin Kolinko <[email protected]> --- (In reply to comment #12) > Your UserAgentInfo class does not support multithreading. > > The problem is that you store a reference to this class in a field of your > LoginFilter class. > s/UserAgentInfo/pf_UsersController/ above. It is pf_UsersController instance that is stored in LoginFilter.userBEan field and is shared across requests. -- 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]
