Chenjp opened a new pull request, #751: URL: https://github.com/apache/tomcat/pull/751
FastHttpDateFormat#getCurrentDate() returns same string for two different second datetime. For following date: 1st:1726041009036, Wed, 11 Sep 2024 07:50:09 GMT 2nd:1726041009940, Wed, 11 Sep 2024 07:50:09 GMT 1st:1726041011501, Wed, 11 Sep 2024 07:50:11 GMT ***2nd:1726041012101, Wed, 11 Sep 2024 07:50:11 GMT*** --it is incorrect. Fix: check whether cached date and current date are in same second. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org