使用Spring Boot下的Spring Security默认配置(带有spring-boot-starter-web的1.3.0.M5),包含Cache-Control和Pragma标题,但值与docs不同。
收到:
Cache-Control: no-store
Expires: 0
Pragma:
http://docs.spring.io/spring-security/site/docs/current/reference/html/headers.html指定:
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
这应该是什么明显的原因?