https://bz.apache.org/bugzilla/show_bug.cgi?id=69817

--- Comment #1 from Christopher Schultz <[email protected]> ---
The issue begins in AbstractAccessLogValve.DateAndTimeElement.tidyFormat which
replaces runs of S characters with the msec pattern which is updated in
realtime while caching the rest of the pattern to reduce rendering times.

It looks like tinyFormat does some unexpected things as well. For example,
using the S metacharacter a different number of times results in behavior I
can't quite predict all from the same timestamp:

       example output
     S 985
    SS 985985
   SSS 985
  SSSS 985985
 SSSSS 985985895
SSSSSS 985985

After that, the DateAndTimeElement class only deals with milliseconds no matter
what. So the above needs to be fixed (?) and then handling for sub-millisecond
precision.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to