Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gmethvin
Copy link
Member

The Etag value used by the Cached class include an unquoted date string containing a comma. This is parsed by the browser as a list of headers, so Chrome sends the first token of the string for If-None-Match. For example, chrome requests "If-None-Match:Sun" for the header: "ETag:Sun, 20 Dec 2015 20:11:43 GMT".

@gmethvin
Copy link
Member

This was fixed by #3359 for master. Probably should've been backported to 2.3.x.

benmccann added a commit that referenced this pull request Jan 28, 2015
Commas in etag break browser caching
@benmccann benmccann merged commit 2e13e43 into playframework:2.3.x Jan 28, 2015
@pvlugter pvlugter added this to the 2.3.8 milestone Feb 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants