-
Bug
-
Resolution: Done
-
Major
-
1.4.24.Final, 2.0.4.Final, 1.4.18.SP5
-
None
Undertow DefaultAccessLogReceiver initilizes a new rotate file name with the current date at the start-up. Therefore, DefaultAccessLogReceiver rotates access log with an incorrect date string when the rotation happens after restarting. It's better to use the date last modified of default access log file as a rotate file name when the file already exists.
- is incorporated by
-
JBEAP-14625 [GSS](7.1.z) UNDERTOW-1336 - access-log rotates to a new file name with an incorrect date string when the rotation happens after restarting the instance
- Closed