-
Bug
-
Resolution: Done
-
Major
-
7.0.1.GA
-
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.
- clones
-
UNDERTOW-787 wrong conversion for response time when requested in seconds
- Resolved
- is incorporated by
-
JBEAP-4849 [GSS](7.0.z) Upgrade Undertow from 1.3.24.Final to 1.3.25.Final
- Verified