https://bz.apache.org/bugzilla/show_bug.cgi?id=69932
Remy Maucherat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Status|NEW |NEEDINFO --- Comment #1 from Remy Maucherat <[email protected]> --- Are you sure ? Although it is true that everything is now based on the request start instant (and the whole thing could maybe use a cache, which is apparently noted), I believe the end time is computed so that what should be logged: https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/valves/AbstractAccessLogValve.java#L1063 I don't see anything that seems funny in the amount of nanos that is passed, it's long time = System.nanoTime() - req.getStartTimeNanos() in CoyoteAdpater for example. -- 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]
