foo4u / spring-mvc-cache-control

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

Closed foo4u closed 12 years ago

foo4u commented 12 years ago

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.