Changeset 665 for draft-ietf-httpbis/latest
- Timestamp:
- 06/08/09 14:17:27 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r662 r665 148 148 border-style: none none inset none; 149 149 border-width: 1px; 150 } 151 table.left { 152 margin-right: auto; 153 } 154 table.right { 155 margin-left: auto; 156 } 157 table.center { 158 margin-left: auto; 159 margin-right: auto; 150 160 } 151 161 caption { … … 377 387 <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B"> 378 388 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 379 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.44 5, 2009-08-01 14:05:14, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">389 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.447, 2009-08-04 19:54:03, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 380 390 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 381 391 <meta name="DC.Creator" content="Fielding, R."> … … 389 399 <meta name="DC.Creator" content="Reschke, J. F."> 390 400 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 391 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-08 ">401 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-08-06"> 392 402 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 393 403 <meta name="DC.Description.Abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request-header fields, response status codes, and response-header fields."> … … 425 435 </tr> 426 436 <tr> 427 <td class="header left">Expires: February 2, 2010</td>437 <td class="header left">Expires: February 7, 2010</td> 428 438 <td class="header right">H. Frystyk</td> 429 439 </tr> … … 474 484 <tr> 475 485 <td class="header left"></td> 476 <td class="header right">August 1, 2009</td>486 <td class="header right">August 6, 2009</td> 477 487 </tr> 478 488 </table> … … 498 508 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 499 509 </p> 500 <p>This Internet-Draft will expire in February 2, 2010.</p>510 <p>This Internet-Draft will expire in February 7, 2010.</p> 501 511 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 502 512 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1639 1649 <div id="rfc.table.1"> 1640 1650 <div id="iana.method.registration.table"></div> 1641 <table class="tt full " cellpadding="3" cellspacing="0">1651 <table class="tt full left" cellpadding="3" cellspacing="0"> 1642 1652 <thead> 1643 1653 <tr> … … 1706 1716 <div id="rfc.table.2"> 1707 1717 <div id="iana.status.code.registration.table"></div> 1708 <table class="tt full " cellpadding="3" cellspacing="0">1718 <table class="tt full left" cellpadding="3" cellspacing="0"> 1709 1719 <thead> 1710 1720 <tr> … … 1969 1979 <div id="rfc.table.3"> 1970 1980 <div id="iana.header.registration.table"></div> 1971 <table class="tt full " cellpadding="3" cellspacing="0">1981 <table class="tt full left" cellpadding="3" cellspacing="0"> 1972 1982 <thead> 1973 1983 <tr> … … 2506 2516 </li> 2507 2517 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/191">http://tools.ietf.org/wg/httpbis/trac/ticket/191</a>>: "Location header ABNF should use 'URI'" 2518 </li> 2519 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/192">http://tools.ietf.org/wg/httpbis/trac/ticket/192</a>>: "fragments in Location vs status 303" 2508 2520 </li> 2509 2521 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r662 r665 3632 3632 "Location header ABNF should use 'URI'" 3633 3633 </t> 3634 <t> 3635 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/192"/>: 3636 "fragments in Location vs status 303" 3637 </t> 3634 3638 </list> 3635 3639 </t>
Note: See TracChangeset
for help on using the changeset viewer.