-
Bug
-
Resolution: Done
-
Major
-
1.3.23.Final
-
None
There is a bug in Undertow's way of converting response time to seconds format for access log. In milis variable is expected to be time in milliseconds but as timeUnit is TimeUnit.SECONS actually, there are just seconds after such conversion.
You can see it for example when use 'time-taken' identifier in access log and perform some long running request - see 'Steps to Reproduce' section.
- is cloned by
-
JBEAP-5493 (7.1.0) wrong conversion for response time when requested in seconds
- Verified
-
JBEAP-5544 (7.0.x) wrong conversion for response time when requested in seconds
- Verified