https://bz.apache.org/bugzilla/show_bug.cgi?id=63493
--- Comment #5 from Eugène Adell <eugene.ad...@gmail.com> --- Thanks for looking Chris, GlobalRequestProcessor : The counters are no different from those already existing, and authentication denials could not logically go higher than errorCount which is an int (on version 9.0 at least) I can change this, but this would not be consistent. Realm : The counters are of the same magnitude than requestCount which is also a vanilla int. As requested, I am switching to the Atomic version as I see in the LockOutRealm some use of Atomics, this makes more sense here. I'm posting a new patch for it, for version 9.0.36 as the descriptors file is a bit different than 1 year ago. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org