Closed
Description
Rossen Stoyanchev opened SPR-13626 and commented
#18074 ensured ETag/If-None-Match logic applies only to HTTP GET requests. While this logic is HTTP spec compliant, as explained under #18074 it can still cause issues with existing clients that are sending If-None-Match: *
despite not being able to deal with 304 responses in the first place.
The purpose of this ticket is to continue the discussion and find a reasonable solution for that problem.
Affects: 4.2.2
Issue Links:
- ETag/If-None-Match logic in HttpEntityMethodProcessor should not affect methods other than HTTP GET [SPR-13496] #18074 ETag/If-None-Match logic in HttpEntityMethodProcessor should not affect methods other than HTTP GET
Referenced from: commits 8893663