Changeset 2543
- Timestamp:
- 08/01/14 15:06:51 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2535 r2543 448 448 } 449 449 @bottom-center { 450 content: "Expires July 7, 2014";450 content: "Expires July 12, 2014"; 451 451 } 452 452 @bottom-right { … … 490 490 <meta name="dct.creator" content="Reschke, J. F."> 491 491 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-0 3">492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-08"> 493 493 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 519 519 <tr> 520 520 <td class="left">Intended status: Standards Track</td> 521 <td class="right">January 3, 2014</td>521 <td class="right">January 8, 2014</td> 522 522 </tr> 523 523 <tr> 524 <td class="left">Expires: July 7, 2014</td>524 <td class="left">Expires: July 12, 2014</td> 525 525 <td class="right"></td> 526 526 </tr> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on July 7, 2014.</p>553 <p>This Internet-Draft will expire on July 12, 2014.</p> 554 554 </div> 555 555 <div id="rfc.copyrightnotice"> … … 1160 1160 <h3 id="rfc.section.2.7.3"><a href="#rfc.section.2.7.3">2.7.3</a> <a href="#uri.comparison">http and https URI Normalization and Comparison</a></h3> 1161 1161 <p id="rfc.section.2.7.3.p.1">Since the "http" and "https" schemes conform to the URI generic syntax, such URIs are normalized and compared according to 1162 the algorithm defined in <a href=" #RFC3986" id="rfc.xref.RFC3986.15"><cite title="Uniform Resource Identifier (URI): Generic Syntax">[RFC3986]</cite></a>, <a href="http://tools.ietf.org/html/rfc3986#section-6">Section 6</a>, using the defaults described above for each scheme.1162 the algorithm defined in <a href="http://tools.ietf.org/html/rfc3986#section-6">Section 6</a> of <a href="#RFC3986" id="rfc.xref.RFC3986.15"><cite title="Uniform Resource Identifier (URI): Generic Syntax">[RFC3986]</cite></a>, using the defaults described above for each scheme. 1163 1163 </p> 1164 1164 <p id="rfc.section.2.7.3.p.2">If the port is equal to the default port for a scheme, the normal form is to omit the port subcomponent. When not being used -
draft-ietf-httpbis/latest/p1-messaging.xml
r2535 r2543 994 994 Since the "http" and "https" schemes conform to the URI generic syntax, 995 995 such URIs are normalized and compared according to the algorithm defined 996 in <xref target="RFC3986" x:fmt=" ," x:sec="6"/>, using the defaults996 in <xref target="RFC3986" x:fmt="of" x:sec="6"/>, using the defaults 997 997 described above for each scheme. 998 998 </t>
Note: See TracChangeset
for help on using the changeset viewer.