Bug 43487

Summary: Correct RequestInfo process times
Product: Tomcat 6 Reporter: Filip Hanik <fhanik>
Component: ConnectorsAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P4    
Version: 6.0.14   
Target Milestone: default   
Hardware: All   
OS: other   
Attachments: Patch for request processing time

Description Filip Hanik 2007-09-26 08:07:44 UTC
Patch attached to correct processing time, currently the "current" request
processing time, doesn't take into account that the request has ended, hence
delivering the wrong information.
The correct fix is to have getRequestProcessingTime return 0 when the request is
not active, and the addition of getLastRequestProcessingTime for the last request
Comment 1 Filip Hanik 2007-09-26 08:08:26 UTC
Created attachment 20884 [details]
Patch for request processing time