https://bz.apache.org/bugzilla/show_bug.cgi?id=63493
--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> --- The patch isn't high-load-safe because the counters are vanilla ints and you use ++ for increment. I think you'd at least need to use AtomicInt. You might want to consider AtomicLong... those counters might get pretty high. -- 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