Bug 43487 - Correct RequestInfo process times
Summary: Correct RequestInfo process times
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Connectors (show other bugs)
Version: 6.0.14
Hardware: All other
: P4 enhancement (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 08:07 UTC by Filip Hanik
Modified: 2007-10-04 07:22 UTC (History)
0 users



Attachments
Patch for request processing time (1.68 KB, text/plain)
2007-09-26 08:08 UTC, Filip Hanik
Details

Note You need to log in before you can comment on or make changes to this bug.
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