Changeset 570 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 03/04/09 09:49:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r568 r570 318 318 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="entity-tag"/><iref primary="true" item="Grammar" subitem="weak"/><iref primary="true" item="Grammar" subitem="opaque-tag"/> 319 319 <x:ref>entity-tag</x:ref> = [ <x:ref>weak</x:ref> ] <x:ref>opaque-tag</x:ref> 320 <x:ref>weak</x:ref> = "W/"320 <x:ref>weak</x:ref> = <x:abnf-char-sequence>"W/"</x:abnf-char-sequence> ; "W/", case-sensitive 321 321 <x:ref>opaque-tag</x:ref> = <x:ref>quoted-string</x:ref> 322 322 </artwork></figure> … … 1419 1419 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2> 1420 1420 1421 <x:ref>weak</x:ref> = "W/"1421 <x:ref>weak</x:ref> = %x57.2F 1422 1422 1423 1423 … … 1545 1545 <section title="Since draft-ietf-httpbis-p4-conditional-06" anchor="changes.since.06"> 1546 1546 <t> 1547 Closed issues: 1548 <list style="symbols"> 1549 <t> 1550 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/153"/>: 1551 "case-sensitivity of etag weakness indicator" 1552 </t> 1553 </list> 1547 1554 </t> 1548 1555 </section>
Note: See TracChangeset
for help on using the changeset viewer.