Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistency of Not Modified responses in WSF_METHOD_HELPER #142

Open
colin-adams opened this issue Sep 17, 2014 · 1 comment
Open

Consistency of Not Modified responses in WSF_METHOD_HELPER #142

colin-adams opened this issue Sep 17, 2014 · 1 comment
Assignees

Comments

@colin-adams
Copy link
Member

In the HTTP/1.1 spec, section 13.3.4, we see:

"An HTTP/1.1 origin server, upon receiving a conditional request that includes both a Last-Modified date (e.g., in an If-Modified-Since or If-Unmodified-Since header field) and one or more entity tags (e.g., in an If-Match, If-None-Match, or If-Range header field) as cache validators, MUST NOT return a response status of 304 (Not Modified) unless doing so is consistent with all of the conditional header fields in the request."

WSF_METHOD_HELPER .execute_existing_resource is NOT careful to do this.

nOT URGENT.

@colin-adams colin-adams self-assigned this Sep 17, 2014
@colin-adams
Copy link
Member Author

Not sure about this.

Check RFC 7232 section 6. Precedence

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

No branches or pull requests

1 participant