Spring MVC Cache Control is an extension to Spring MVC that aims to simplify implementing HTTP/1.1 Cache-Control headers for annotated MVC controllers.
Apache License 2.0
76
stars
27
forks
source link
Disable Jetty session cookies in demo application #4
Jetty's modification of cache control headers on requests that set a cookie may complicate testing @CacheControl annotated controllers. Disable Jetty session cookies in demo application.
Jetty's modification of cache control headers on requests that set a cookie may complicate testing @CacheControl annotated controllers. Disable Jetty session cookies in demo application.