spring-framework/spring-web
Brian Clozel 430a24e6bc Further document ShallowEtagHeaderFilter limitations
This commit improves the documentation for the
`ShallowEtagHeaderFilter`, stating that it is only meant to support a
subset of conditional HTTP requests: GET requests with "If-None-Match"
headers. Other headers and state changing HTTP methods are not supported
here, as the filter only operates on the content of the response and has
no knowledge of the resource being served.

Closes gh-30517
2023-07-06 09:39:57 +02:00
..
src Further document ShallowEtagHeaderFilter limitations 2023-07-06 09:39:57 +02:00
spring-web.gradle Upgrade to Jetty 12.0.0.beta2 2023-06-21 09:49:26 +02:00