Assigned
Status Update
Comments
va...@google.com <va...@google.com>
su...@google.com <su...@google.com> #2
gu...@guivo.io <gu...@guivo.io> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
Description
Problem you have encountered:
When using app engine flexible with spring boot and java 17 or java 11, all static files are returning Last-Modified:
Tue, 01 Jan 1980 00:00:01 GMT
instead of the actual file modified date.What you expected to happen:
App engine to return the correct Last-Modified of my file.
Steps to reproduce:
Clone this project:https://github.com/ivorcosta/flexible-last-modified
Follow the README. Test on localhost, test with app engine flexible java 17 and java 8.
Output of bugged
curl -I <your-project-url>
:Other information (workarounds you have tried, documentation consulted, etc):
The current workaround is to use java 8