I want to know where the date will be set in the response. Given that the date is not a standard property of SeverletResponse.
And our server is nginx + tomcat , and inside tomcat it is spring .
I am viewing the org.apache.catalina.core file. ApplicationHttpResponse that implements javax.servlet.http. HttpServletResponse , but cannot find the result. there are some setXXX () methods, even setDateHeader (), with which spring can set the value to "Expires".
Or maybe the date will be set at the nginx level?
source
share