httpwg / httpbis-issues

1 stars 1 forks source link

Selection based upon request target #488

Closed mnot closed 4 years ago

mnot commented 11 years ago

https://svn.tools.ietf.org/svn/wg/httpbis/draft-ietf-httpbis/latest/p2-semantics.html#header.vary says:

The "Vary" header field describes what parts of a request message, aside from the method and request target, might influence the origin server's process for selecting and representing the response. The value consists of either a single asterisk ("*") or a list of header field names (case-insensitive).

"request target" isn't appropriate here; use "effective request URI."

Reported by @mnot, migrated from https://trac.ietf.org/trac/httpbis/ticket/488

mnot commented 11 years ago

@mnot changed summary from Selection basis upon request target to Selection based upon request target

mnot commented 11 years ago

julian.reschke@gmx.de commented:

Maybe "target resource"?

mnot commented 11 years ago

@mnot commented:

Hmm, it really is the identifier, not the resource, that is "part of the request message."

mnot commented 11 years ago

julian.reschke@gmx.de commented:

The same applies to the effective request URI...

mnot commented 11 years ago

@mnot commented:

Well, yes, but it's a concrete artefact that can be derived from the request message; a target resource is an ephemeral concept...

mnot commented 11 years ago

julian.reschke@gmx.de commented:

Maybe "the parts used to select the target resource"? (for the effective request URI, we also consider protocol and host header field)

mnot commented 11 years ago

@mnot commented:

The "Vary" header field describes what parts of a request message, aside from the method, the Host header field and the request target, might influence...

mnot commented 11 years ago

julian.reschke@gmx.de commented:

From 2294:

tune "Vary" description (see #488)

mnot commented 11 years ago
mnot commented 11 years ago

fielding@gbiv.com commented:

From 2324:

Fix a missing comma and clarify that Vary in a response is about this response; updates 2294 which addresses #488