Closed arinban closed 7 years ago
@glassfishrobot Commented Reported by Plonk42
@glassfishrobot Commented @rlubke said: Changes applied:
2.3.x: 5e7feb84b6dd6077ff7509d90f32d9d0f35b6a1f master: b577e3663149dac86cad4b469489c9b82677c4b0
@glassfishrobot Commented This issue was imported from java.net JIRA GRIZZLY-1895
@glassfishrobot Commented Marked as fixed on Tuesday, March 14th 2017, 11:05:04 am
In
org.glassfish.grizzly.http.server.accesslog.AccessLogProbe.onRequestCompleteEvent(HttpServerFilter, Connection, Response)
there is a mix between millis and nano in the last division:responseNanos
should be divided by1000000L
instead of1000000000L
to be converted to millisecond.As a result, the date at which the request was originated is wrong, and very close to the completion date instead.
Affected Versions
[2.3.23]