httpbis: Ticket #71: Examples for ETag matching

Link:  http://trac.tools.ietf.org/wg/httpbis/trac/ticket/71

Origin:  http://www.w3.org/mid/457164B8.2040203@gmx.de

Component: p4-conditional

People seem to be confused about the weak matching function; we should have examples to illustrate it.

Mails

Mails by Sender (Top 10) Mails by Month

Associated Checkins

julian.reschke@gmx.de (Thu, 31 Jul 2008 13:37:35 GMT)
[298]: Resolve #71: Clarify matching functions and add examples (closes #71).

History

: comment added (Sat, 22 Dec 2007 03:00:05 GMT)

+--------+--------+-------------------+-----------------+
| ETag 1 | ETag 2 | Strong Comparison | Weak Comparison |
+--------+--------+-------------------+-----------------+
| W/"1"  | W/"1"  | no match          | match           |
|        |        |                   |                 |
| W/"1"  | W/"2"  | no match          | no match        |
|        |        |                   |                 |
| W/"1"  | "1"    | no match          | match           |
|        |        |                   |                 |
| "1"    | "1"    | match             | match           |
+--------+--------+-------------------+-----------------+

: comment added; component, milestone set (Fri, 04 Jan 2008 06:05:05 GMT)

: comment added; type changed (Tue, 05 Feb 2008 03:06:05 GMT)

: comment added; owner set (Mon, 28 Jul 2008 13:34:59 GMT)

Proposal:

1) Replace

" * The strong comparison function: in order to be considered equal, both validators MUST be identical in every way, and both MUST NOT be weak.

and

" * The strong comparison function: in order to be considered equal, both opaque-tags MUST be identical character-by-character, and both MUST NOT be weak.

This uses "opaque-token" instead of "validator" in the definition of the matching functions.

2) Add the table below.

: comment added; type, milestone changed (Mon, 28 Jul 2008 13:36:04 GMT)

Proposal:

1) Replace

" * The strong comparison function: in order to be considered equal, both validators MUST be identical in every way, and both MUST NOT be weak.

by

" * The strong comparison function: in order to be considered equal, both opaque-tags MUST be identical character-by-character, and both MUST NOT be weak.

This uses "opaque-token" instead of "validator" in the definition of the matching functions.

2) Add the table below.

: comment added; attachment set (Tue, 29 Jul 2008 16:26:55 GMT)

proposed change for part 3.

: comment added; resolution set; status changed (Thu, 31 Jul 2008 13:37:35 GMT)

Fixed in [298]:

Resolve #71: Clarify matching functions and add examples (closes #71).

Related Information

Issues List Index