Re: NEW ISSUE: example for matching functions, was: Weak and strong ETags

Henrik Nordstrom wrote:
> Could be, but I have my doubts.. More likely they assume what the weak
> comparison function means without actually reading 13.3.3 at all.

:-)

On this topic, if there are some clients (or proxy caches) who require
byte-exact revalidations - i.e. strong comparison - and some clients
who are fine with semantically equivalent revalidations - i.e. weak
comparison - is that currently possible?

Is that done by the server sending a weak Etag in a response, and
giving clients the option to send a weak or strong version of that
Etag in If-None-Match later?

If so, do deployed clients actually do that?  I.e. those requiring a
strong comparison, do they strip away the W/ if it was present in an
earlier response's Etag?

-- Jamie

Received on Tuesday, 29 May 2007 14:23:12 UTC