Changeset 2726 for draft-ietf-httpbis-method-registrations/04
- Timestamp:
- 14/06/14 11:20:37 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-method-registrations/04/draft-ietf-httpbis-method-registrations.html
r843 r2726 2 2 PUBLIC "-//W3C//DTD HTML 4.01//EN"> 3 3 <html lang="en"> 4 <head profile="http:// www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">4 <head profile="http://dublincore.org/documents/2008/08/04/dc-html/"> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 6 <title>Initial Hypertext Transfer Protocol (HTTP) … … 26 26 body { 27 27 color: black; 28 font-family: verdana, helvetica, arial, sans-serif; 29 font-size: 10pt; 28 font-family: cambria, helvetica, arial, sans-serif; 29 font-size: 11pt; 30 margin-right: 2em; 30 31 } 31 32 cite { 32 33 font-style: normal; 33 34 } 34 dd {35 margin-right: 2em;36 }37 35 dl { 38 36 margin-left: 2em; 39 37 } 40 41 38 ul.empty { 42 39 list-style-type: none; … … 52 49 } 53 50 h1 { 54 font-size: 1 4pt;51 font-size: 130%; 55 52 line-height: 21pt; 56 53 page-break-after: avoid; … … 59 56 page-break-before: always; 60 57 } 61 h1 a {62 color: #333333;63 }64 58 h2 { 65 font-size: 12 pt;59 font-size: 120%; 66 60 line-height: 15pt; 67 61 page-break-after: avoid; 68 62 } 69 h3 , h4, h5, h6{70 font-size: 1 0pt;63 h3 { 64 font-size: 110%; 71 65 page-break-after: avoid; 72 66 } 73 h2 a, h3 a, h4 a, h5 a, h6 a { 67 h4, h5, h6 { 68 page-break-after: avoid; 69 } 70 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 74 71 color: black; 75 72 } … … 79 76 li { 80 77 margin-left: 2em; 81 margin-right: 2em;82 78 } 83 79 ol { 84 80 margin-left: 2em; 85 margin-right: 2em; 81 } 82 ol.la { 83 list-style-type: lower-alpha; 84 } 85 ol.ua { 86 list-style-type: upper-alpha; 86 87 } 87 88 ol p { … … 90 91 p { 91 92 margin-left: 2em; 92 margin-right: 2em;93 93 } 94 94 pre { … … 96 96 background-color: lightyellow; 97 97 padding: .25em; 98 page-break-inside: avoid; 98 99 } 99 100 pre.text2 { … … 124 125 table.tt { 125 126 vertical-align: top; 127 border-color: gray; 128 } 129 table.tt th { 130 border-color: gray; 131 } 132 table.tt td { 133 border-color: gray; 134 } 135 table.all { 136 border-style: solid; 137 border-width: 2px; 126 138 } 127 139 table.full { 128 border-style: outset; 129 border-width: 1px; 130 } 131 table.headers { 132 border-style: outset; 133 border-width: 1px; 140 border-style: solid; 141 border-width: 2px; 134 142 } 135 143 table.tt td { 136 144 vertical-align: top; 137 145 } 146 table.all td { 147 border-style: solid; 148 border-width: 1px; 149 } 138 150 table.full td { 139 border-style: inset;151 border-style: none solid; 140 152 border-width: 1px; 141 153 } … … 143 155 vertical-align: top; 144 156 } 157 table.all th { 158 border-style: solid; 159 border-width: 1px; 160 } 145 161 table.full th { 146 border-style: inset;147 border-width: 1px ;162 border-style: solid; 163 border-width: 1px 1px 2px 1px; 148 164 } 149 165 table.headers th { 150 border-style: none none insetnone;151 border-width: 1px;166 border-style: none none solid none; 167 border-width: 2px; 152 168 } 153 169 table.left { … … 164 180 caption-side: bottom; 165 181 font-weight: bold; 166 font-size: 9pt;182 font-size: 10pt; 167 183 margin-top: .5em; 168 184 } … … 171 187 border-spacing: 1px; 172 188 width: 95%; 173 font-size: 1 0pt;189 font-size: 11pt; 174 190 color: white; 175 191 } … … 179 195 td.topnowrap { 180 196 vertical-align: top; 181 white-space: nowrap; 197 white-space: nowrap; 182 198 } 183 199 table.header td { … … 193 209 display:table-header-group; 194 210 } 195 ul.toc {211 ul.toc, ul.toc ul { 196 212 list-style: none; 197 213 margin-left: 1.5em; 198 margin-right: 0em;199 214 padding-left: 0em; 200 215 } 201 li.tocline0{216 ul.toc li { 202 217 line-height: 150%; 203 218 font-weight: bold; 219 margin-left: 0em; 220 } 221 ul.toc li li { 222 line-height: normal; 223 font-weight: normal; 204 224 font-size: 10pt; 205 225 margin-left: 0em; 206 margin-right: 0em; 207 } 208 li.tocline1 { 209 line-height: normal; 210 font-weight: normal; 211 font-size: 9pt; 212 margin-left: 0em; 213 margin-right: 0em; 214 } 215 li.tocline2 { 226 } 227 li.excluded { 216 228 font-size: 0pt; 217 229 } 218 230 ul p { 219 231 margin-left: 0em; 232 } 233 .title, .filename, h1, h2, h3, h4 { 234 font-family: candara, helvetica, arial, sans-serif; 235 } 236 samp, tt, code, pre { 237 font: consolas, monospace; 220 238 } 221 239 … … 234 252 font-weight: bold; 235 253 text-align: center; 236 font-size: 9pt;254 font-size: 10pt; 237 255 } 238 256 .filename { 239 257 color: #333333; 258 font-size: 75%; 240 259 font-weight: bold; 241 font-size: 12pt;242 260 line-height: 21pt; 243 261 text-align: center; … … 246 264 font-weight: bold; 247 265 } 248 .hidden {249 display: none;250 }251 266 .left { 252 267 text-align: left; … … 256 271 } 257 272 .title { 258 color: #990000;259 font-size: 1 8pt;273 color: green; 274 font-size: 150%; 260 275 line-height: 18pt; 261 276 font-weight: bold; … … 263 278 margin-top: 36pt; 264 279 } 265 .vcardline {266 display: block;267 }268 280 .warning { 269 font-size: 1 4pt;281 font-size: 130%; 270 282 background-color: yellow; 271 283 } … … 276 288 display: none; 277 289 } 278 290 279 291 a { 280 292 color: black; … … 291 303 background-color: white; 292 304 vertical-align: top; 293 font-size: 1 2pt;294 } 295 296 ul.toc a: :after {305 font-size: 110%; 306 } 307 308 ul.toc a:nth-child(2)::after { 297 309 content: leader('.') target-counter(attr(href), page); 298 310 } 299 300 a.iref{311 312 ul.ind li li a { 301 313 content: target-counter(attr(href), page); 302 314 } 303 315 304 316 .print2col { 305 317 column-count: 2; … … 311 323 @page { 312 324 @top-left { 313 content: "Internet-Draft"; 314 } 325 content: "Internet-Draft"; 326 } 315 327 @top-right { 316 content: "July 2010"; 317 } 328 content: "July 2010"; 329 } 318 330 @top-center { 319 content: "HTTP Method Registrations"; 320 } 331 content: "HTTP Method Registrations"; 332 } 321 333 @bottom-left { 322 content: "Reschke"; 323 } 334 content: "Reschke"; 335 } 324 336 @bottom-center { 325 content: " Informational";326 } 337 content: "Expires January 13, 2011"; 338 } 327 339 @bottom-right { 328 content: "[Page " counter(page) "]"; 329 } 330 } 331 332 @page:first { 340 content: "[Page " counter(page) "]"; 341 } 342 } 343 344 @page:first { 333 345 @top-left { 334 346 content: normal; … … 350 362 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 351 363 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 352 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1. 518, 2010-06-27 12:07:31, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">364 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.640, 2014/06/13 12:42:58, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 353 365 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 354 366 <meta name="dct.creator" content="Reschke, J. F."> … … 380 392 </table> 381 393 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Method Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-04</span></p> 382 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 394 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 383 395 <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before 384 396 the IANA HTTP Method Registry was established. 385 </p>386 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1>387 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>388 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute389 working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.390 397 </p> 391 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 392 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 393 in progress”. 394 </p> 395 <p>This Internet-Draft will expire in January 13, 2011.</p> 396 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 397 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 398 <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights 399 and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License 400 text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified 401 BSD License. 402 </p> 398 <div id="rfc.status"> 399 <h1><a href="#rfc.status">Status of This Memo</a></h1> 400 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> 401 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute 402 working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>. 403 </p> 404 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 405 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 406 in progress”. 407 </p> 408 <p>This Internet-Draft will expire on January 13, 2011.</p> 409 </div> 410 <div id="rfc.copyrightnotice"> 411 <h1><a href="#rfc.copyrightnotice">Copyright Notice</a></h1> 412 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 413 <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights 414 and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License 415 text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified 416 BSD License. 417 </p> 418 </div> 403 419 <hr class="noprint"> 404 420 <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> 405 421 <ul class="toc"> 406 <li class="tocline0">1. <a href="#introduction">Introduction</a></li> 407 <li class="tocline0">2. <a href="#security.considerations">Security Considerations</a></li> 408 <li class="tocline0">3. <a href="#iana.considerations">IANA Considerations</a></li> 409 <li class="tocline0">4. <a href="#rfc.references">Normative References</a></li> 410 <li class="tocline0"><a href="#rfc.authors">Author's Address</a></li> 411 <li class="tocline0">A. <a href="#updated.registry.contents">Initial Registry Contents</a></li> 412 <li class="tocline0">B. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc"> 413 <li class="tocline1">B.1 <a href="#rfc.section.B.1">Since draft-ietf-httpbis-method-registrations-00</a></li> 414 <li class="tocline1">B.2 <a href="#rfc.section.B.2">Since draft-ietf-httpbis-method-registrations-01</a></li> 415 <li class="tocline1">B.3 <a href="#rfc.section.B.3">Since draft-ietf-httpbis-method-registrations-02</a></li> 416 <li class="tocline1">B.4 <a href="#rfc.section.B.4">Since draft-ietf-httpbis-method-registrations-03</a></li> 422 <li><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></li> 423 <li><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></li> 424 <li><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></li> 425 <li><a href="#rfc.section.4">4.</a> <a href="#rfc.references">Normative References</a></li> 426 <li><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></li> 427 <li><a href="#rfc.section.B">B.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 428 <li><a href="#rfc.section.B.1">B.1</a> <a href="#rfc.section.B.1">Since draft-ietf-httpbis-method-registrations-00</a></li> 429 <li><a href="#rfc.section.B.2">B.2</a> <a href="#rfc.section.B.2">Since draft-ietf-httpbis-method-registrations-01</a></li> 430 <li><a href="#rfc.section.B.3">B.3</a> <a href="#rfc.section.B.3">Since draft-ietf-httpbis-method-registrations-02</a></li> 431 <li><a href="#rfc.section.B.4">B.4</a> <a href="#rfc.section.B.4">Since draft-ietf-httpbis-method-registrations-03</a></li> 417 432 </ul> 418 433 </li> 434 <li><a href="#rfc.authors">Author's Address</a></li> 419 435 </ul> 420 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> 421 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before 422 the IANA HTTP Method Registry was established. 423 </p> 424 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 425 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 426 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1> 427 <p id="rfc.section.3.p.1"> <a href="#updated.registry.contents" title="Initial Registry Contents">Appendix A</a> provides initial registrations of HTTP method names for the IANA HTTP Method registry at <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>> (see <a href="../../draft-ietf-httpbis/10/p2-semantics.html#method.registry" title="Method Registry">Section 2.1</a> of <a href="#draft-ietf-httpbis-p2-semantics"><cite title="HTTP/1.1, part 2: Message Semantics">[draft-ietf-httpbis-p2-semantics]</cite></a>). 428 </p> 436 <div id="introduction"> 437 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></h1> 438 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before 439 the IANA HTTP Method Registry was established. 440 </p> 441 </div> 442 <div id="security.considerations"> 443 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></h1> 444 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 445 </div> 446 <div id="iana.considerations"> 447 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></h1> 448 <p id="rfc.section.3.p.1"><a href="#updated.registry.contents" title="Initial Registry Contents">Appendix A</a> provides initial registrations of HTTP method names for the IANA HTTP Method registry at <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>> (see <a href="../../draft-ietf-httpbis/10/p2-semantics.html#method.registry" title="Method Registry">Section 2.1</a> of <a href="#draft-ietf-httpbis-p2-semantics"><cite title="HTTP/1.1, part 2: Message Semantics">[draft-ietf-httpbis-p2-semantics]</cite></a>). 449 </p> 450 </div> 429 451 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 430 452 </h1> 431 <table> 453 <table> 432 454 <tr> 433 455 <td class="reference"><b id="RFC2068">[RFC2068]</b></td> 434 <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine, Department of Information and Computer Science">Fielding, R.</a>, <a href="mailto:jg@w3.org" title="MIT Laboratory for Computer Science">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Digital Equipment Corporation, Western Research Laboratory">Mogul, J.</a>, <a href="mailto:frystyk@w3.org" title="MIT Laboratory for Computer Science">Nielsen, H.</a>, and <a href="mailto:timbl@w3.org" title="MIT Laboratory for Computer Science">T. Berners-Lee</a>, “<a href="http ://tools.ietf.org/html/rfc2068">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2068, January 1997.456 <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine, Department of Information and Computer Science">Fielding, R.</a>, <a href="mailto:jg@w3.org" title="MIT Laboratory for Computer Science">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Digital Equipment Corporation, Western Research Laboratory">Mogul, J.</a>, <a href="mailto:frystyk@w3.org" title="MIT Laboratory for Computer Science">Nielsen, H.</a>, and <a href="mailto:timbl@w3.org" title="MIT Laboratory for Computer Science">T. Berners-Lee</a>, “<a href="https://tools.ietf.org/html/rfc2068">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2068, January 1997. 435 457 </td> 436 458 </tr> 437 459 <tr> 438 460 <td class="reference"><b id="RFC3253">[RFC3253]</b></td> 439 <td class="top"><a href="mailto:geoffrey.clemm@rational.com" title="Rational Software">Clemm, G.</a>, <a href="mailto:jamsden@us.ibm.com" title="IBM">Amsden, J.</a>, <a href="mailto:tim_ellison@uk.ibm.com" title="IBM">Ellison, T.</a>, <a href="mailto:ckaler@microsoft.com" title="Microsoft">Kaler, C.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http ://tools.ietf.org/html/rfc3253">Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</a>”, RFC 3253, March 2002.461 <td class="top"><a href="mailto:geoffrey.clemm@rational.com" title="Rational Software">Clemm, G.</a>, <a href="mailto:jamsden@us.ibm.com" title="IBM">Amsden, J.</a>, <a href="mailto:tim_ellison@uk.ibm.com" title="IBM">Ellison, T.</a>, <a href="mailto:ckaler@microsoft.com" title="Microsoft">Kaler, C.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="https://tools.ietf.org/html/rfc3253">Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</a>”, RFC 3253, March 2002. 440 462 </td> 441 463 </tr> 442 464 <tr> 443 465 <td class="reference"><b id="RFC3648">[RFC3648]</b></td> 444 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003.466 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003. 445 467 </td> 446 468 </tr> 447 469 <tr> 448 470 <td class="reference"><b id="RFC3744">[RFC3744]</b></td> 449 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, <a href="mailto:eric.sedlar@oracle.com" title="Oracle Corporation">Sedlar, E.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="U.C. Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http ://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC 3744, May 2004.471 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, <a href="mailto:eric.sedlar@oracle.com" title="Oracle Corporation">Sedlar, E.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="U.C. Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="https://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC 3744, May 2004. 450 472 </td> 451 473 </tr> 452 474 <tr> 453 475 <td class="reference"><b id="RFC4437">[RFC4437]</b></td> 454 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a>, <a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006.476 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a>, <a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006. 455 477 </td> 456 478 </tr> 457 479 <tr> 458 480 <td class="reference"><b id="RFC4791">[RFC4791]</b></td> 459 <td class="top"><a href="mailto:cyrus@daboo.name" title="Apple Inc.">Daboo, C.</a>, <a href="mailto:bernard.desruisseaux@oracle.com" title="Oracle Corporation">Desruisseaux, B.</a>, and <a href="mailto:ldusseault@commerce.net" title="CommerceNet">L. Dusseault</a>, “<a href="http ://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007.481 <td class="top"><a href="mailto:cyrus@daboo.name" title="Apple Inc.">Daboo, C.</a>, <a href="mailto:bernard.desruisseaux@oracle.com" title="Oracle Corporation">Desruisseaux, B.</a>, and <a href="mailto:ldusseault@commerce.net" title="CommerceNet">L. Dusseault</a>, “<a href="https://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007. 460 482 </td> 461 483 </tr> 462 484 <tr> 463 485 <td class="reference"><b id="RFC4918">[RFC4918]</b></td> 464 <td class="top"><a href="mailto:ldusseault@commerce.net" title="CommerceNet">Dusseault, L., Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc4918">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 4918, June 2007.486 <td class="top"><a href="mailto:ldusseault@commerce.net" title="CommerceNet">Dusseault, L., Ed.</a>, “<a href="https://tools.ietf.org/html/rfc4918">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 4918, June 2007. 465 487 </td> 466 488 </tr> 467 489 <tr> 468 490 <td class="reference"><b id="RFC5323">[RFC5323]</b></td> 469 <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, <a href="mailto:Surendra.Reddy@mitrix.com" title="Mitrix, Inc.">Reddy, S.</a>, <a href="mailto:jrd3@alum.mit.edu">Davis, J.</a>, and <a href="mailto:ababich@us.ibm.com" title="IBM Corporation">A. Babich</a>, “<a href="http ://tools.ietf.org/html/rfc5323">Web Distributed Authoring and Versioning (WebDAV) SEARCH</a>”, RFC 5323, November 2008.491 <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, <a href="mailto:Surendra.Reddy@mitrix.com" title="Mitrix, Inc.">Reddy, S.</a>, <a href="mailto:jrd3@alum.mit.edu">Davis, J.</a>, and <a href="mailto:ababich@us.ibm.com" title="IBM Corporation">A. Babich</a>, “<a href="https://tools.ietf.org/html/rfc5323">Web Distributed Authoring and Versioning (WebDAV) SEARCH</a>”, RFC 5323, November 2008. 470 492 </td> 471 493 </tr> 472 494 <tr> 473 495 <td class="reference"><b id="RFC5789">[RFC5789]</b></td> 474 <td class="top"><a href="mailto:lisa.dusseault@gmail.com" title="Linden Lab">Dusseault, L.</a> and <a href="mailto:jasnell@gmail.com">J. Snell</a>, “<a href="http ://tools.ietf.org/html/rfc5789">PATCH Method for HTTP</a>”, RFC 5789, March 2010.496 <td class="top"><a href="mailto:lisa.dusseault@gmail.com" title="Linden Lab">Dusseault, L.</a> and <a href="mailto:jasnell@gmail.com">J. Snell</a>, “<a href="https://tools.ietf.org/html/rfc5789">PATCH Method for HTTP</a>”, RFC 5789, March 2010. 475 497 </td> 476 498 </tr> 477 499 <tr> 478 500 <td class="reference"><b id="RFC5842">[RFC5842]</b></td> 479 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:ccjason@us.ibm.com" title="IBM Research">Crawford, J.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http ://tools.ietf.org/html/rfc5842">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 5842, April 2010.501 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:ccjason@us.ibm.com" title="IBM Research">Crawford, J.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="https://tools.ietf.org/html/rfc5842">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 5842, April 2010. 480 502 </td> 481 503 </tr> 482 504 <tr> 483 505 <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td> 484 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-10">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-10 (work in progress), July 2010.506 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-10">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-10 (work in progress), July 2010. 485 507 </td> 486 508 </tr> 487 509 </table> 510 <div id="updated.registry.contents"> 511 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></h1> 512 <div id="rfc.table.u.1"> 513 <table class="tt full left" cellpadding="3" cellspacing="0"> 514 <thead> 515 <tr> 516 <th>Method Name</th> 517 <th>Safe</th> 518 <th>Reference</th> 519 </tr> 520 </thead> 521 <tbody> 522 <tr> 523 <td class="left">ACL</td> 524 <td class="left">no</td> 525 <td class="left"><a href="#RFC3744"><cite title="Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol">[RFC3744]</cite></a>, <a href="https://tools.ietf.org/html/rfc3744#section-8.1">Section 8.1</a></td> 526 </tr> 527 <tr> 528 <td class="left">BASELINE-CONTROL</td> 529 <td class="left">no</td> 530 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-12.6">Section 12.6</a></td> 531 </tr> 532 <tr> 533 <td class="left">BIND</td> 534 <td class="left">no</td> 535 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="https://tools.ietf.org/html/rfc5842#section-4">Section 4</a></td> 536 </tr> 537 <tr> 538 <td class="left">CHECKIN</td> 539 <td class="left">no</td> 540 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-4.4">Section 4.4</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-9.4">Section 9.4</a></td> 541 </tr> 542 <tr> 543 <td class="left">CHECKOUT</td> 544 <td class="left">no</td> 545 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-4.3">Section 4.3</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-8.8">Section 8.8</a></td> 546 </tr> 547 <tr> 548 <td class="left">COPY</td> 549 <td class="left">no</td> 550 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.8">Section 9.8</a></td> 551 </tr> 552 <tr> 553 <td class="left">LABEL</td> 554 <td class="left">no</td> 555 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-8.2">Section 8.2</a></td> 556 </tr> 557 <tr> 558 <td class="left">LINK</td> 559 <td class="left">no</td> 560 <td class="left"><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="https://tools.ietf.org/html/rfc2068#section-19.6.1.2">Section 19.6.1.2</a></td> 561 </tr> 562 <tr> 563 <td class="left">LOCK</td> 564 <td class="left">no</td> 565 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.10">Section 9.10</a></td> 566 </tr> 567 <tr> 568 <td class="left">MERGE</td> 569 <td class="left">no</td> 570 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-11.2">Section 11.2</a></td> 571 </tr> 572 <tr> 573 <td class="left">MKACTIVITY</td> 574 <td class="left">no</td> 575 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-13.5">Section 13.5</a></td> 576 </tr> 577 <tr> 578 <td class="left">MKCALENDAR</td> 579 <td class="left">no</td> 580 <td class="left"><a href="#RFC4791"><cite title="Calendaring Extensions to WebDAV (CalDAV)">[RFC4791]</cite></a>, <a href="https://tools.ietf.org/html/rfc4791#section-5.3.1">Section 5.3.1</a></td> 581 </tr> 582 <tr> 583 <td class="left">MKCOL</td> 584 <td class="left">no</td> 585 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.3">Section 9.3</a></td> 586 </tr> 587 <tr> 588 <td class="left">MKREDIRECTREF</td> 589 <td class="left">no</td> 590 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="https://tools.ietf.org/html/rfc4437#section-6">Section 6</a></td> 591 </tr> 592 <tr> 593 <td class="left">MKWORKSPACE</td> 594 <td class="left">no</td> 595 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-6.3">Section 6.3</a></td> 596 </tr> 597 <tr> 598 <td class="left">MOVE</td> 599 <td class="left">no</td> 600 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.9">Section 9.9</a></td> 601 </tr> 602 <tr> 603 <td class="left">ORDERPATCH</td> 604 <td class="left">no</td> 605 <td class="left"><a href="#RFC3648"><cite title="Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol">[RFC3648]</cite></a>, <a href="https://tools.ietf.org/html/rfc3648#section-7">Section 7</a></td> 606 </tr> 607 <tr> 608 <td class="left">PATCH</td> 609 <td class="left">no</td> 610 <td class="left"><a href="#RFC5789"><cite title="PATCH Method for HTTP">[RFC5789]</cite></a>, <a href="https://tools.ietf.org/html/rfc5789#section-2">Section 2</a></td> 611 </tr> 612 <tr> 613 <td class="left">PROPFIND</td> 614 <td class="left">yes</td> 615 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.1">Section 9.1</a></td> 616 </tr> 617 <tr> 618 <td class="left">PROPPATCH</td> 619 <td class="left">no</td> 620 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.2">Section 9.2</a></td> 621 </tr> 622 <tr> 623 <td class="left">REBIND</td> 624 <td class="left">no</td> 625 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="https://tools.ietf.org/html/rfc5842#section-6">Section 6</a></td> 626 </tr> 627 <tr> 628 <td class="left">REPORT</td> 629 <td class="left">yes</td> 630 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-3.6">Section 3.6</a></td> 631 </tr> 632 <tr> 633 <td class="left">SEARCH</td> 634 <td class="left">yes</td> 635 <td class="left"><a href="#RFC5323"><cite title="Web Distributed Authoring and Versioning (WebDAV) SEARCH">[RFC5323]</cite></a>, <a href="https://tools.ietf.org/html/rfc5323#section-2">Section 2</a></td> 636 </tr> 637 <tr> 638 <td class="left">UNBIND</td> 639 <td class="left">no</td> 640 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="https://tools.ietf.org/html/rfc5842#section-5">Section 5</a></td> 641 </tr> 642 <tr> 643 <td class="left">UNCHECKOUT</td> 644 <td class="left">no</td> 645 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-4.5">Section 4.5</a></td> 646 </tr> 647 <tr> 648 <td class="left">UNLINK</td> 649 <td class="left">no</td> 650 <td class="left"><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="https://tools.ietf.org/html/rfc2068#section-19.6.1.3">Section 19.6.1.3</a></td> 651 </tr> 652 <tr> 653 <td class="left">UNLOCK</td> 654 <td class="left">no</td> 655 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.11">Section 9.11</a></td> 656 </tr> 657 <tr> 658 <td class="left">UPDATE</td> 659 <td class="left">no</td> 660 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-7.1">Section 7.1</a></td> 661 </tr> 662 <tr> 663 <td class="left">UPDATEREDIRECTREF</td> 664 <td class="left">no</td> 665 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="https://tools.ietf.org/html/rfc4437#section-7">Section 7</a></td> 666 </tr> 667 <tr> 668 <td class="left">VERSION-CONTROL</td> 669 <td class="left">no</td> 670 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-3.5">Section 3.5</a></td> 671 </tr> 672 </tbody> 673 </table> 674 </div> 675 </div> 676 <div id="change.log"> 677 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 678 <div> 679 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-method-registrations-00 680 </h2> 681 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> 682 </div> 683 <div> 684 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-method-registrations-01 685 </h2> 686 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> 687 </div> 688 <div> 689 <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> Since draft-ietf-httpbis-method-registrations-02 690 </h2> 691 <p id="rfc.section.B.3.p.1">Update draft-ietf-httpbis-p2-semantics reference. PATCH is now defined in draft-dusseault-http-patch. BIND, UNBIND and REBIND 692 are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause. 693 </p> 694 </div> 695 <div> 696 <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a> Since draft-ietf-httpbis-method-registrations-03 697 </h2> 698 <p id="rfc.section.B.4.p.1">draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842. Fix typo in MKACTIVITY 699 entry. Update draft-ietf-httpbis-p2-semantics reference. Fix change log section titles. 700 </p> 701 </div> 702 </div> 488 703 <div class="avoidbreak"> 489 704 <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> 490 < address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span><span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span> <span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline">Email: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address>705 <p><b>Julian F. Reschke</b><br>greenbytes GmbH<br>Hafenweg 16<br>Muenster, NW 48155<br>Germany<br>Email: <a href="mailto:julian.reschke@greenbytes.de">julian.reschke@greenbytes.de</a><br>URI: <a href="http://greenbytes.de/tech/webdav/">http://greenbytes.de/tech/webdav/</a></p> 491 706 </div> 492 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a id="updated.registry.contents" href="#updated.registry.contents">Initial Registry Contents</a></h1>493 <div id="rfc.table.u.1">494 <table class="tt full left" cellpadding="3" cellspacing="0">495 <thead>496 <tr>497 <th>Method Name</th>498 <th>Safe</th>499 <th>Reference</th>500 </tr>501 </thead>502 <tbody>503 <tr>504 <td class="left">ACL</td>505 <td class="left">no</td>506 <td class="left"><a href="#RFC3744"><cite title="Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol">[RFC3744]</cite></a>, <a href="http://tools.ietf.org/html/rfc3744#section-8.1">Section 8.1</a></td>507 </tr>508 <tr>509 <td class="left">BASELINE-CONTROL</td>510 <td class="left">no</td>511 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-12.6">Section 12.6</a></td>512 </tr>513 <tr>514 <td class="left">BIND</td>515 <td class="left">no</td>516 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-4">Section 4</a></td>517 </tr>518 <tr>519 <td class="left">CHECKIN</td>520 <td class="left">no</td>521 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.4">Section 4.4</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-9.4">Section 9.4</a></td>522 </tr>523 <tr>524 <td class="left">CHECKOUT</td>525 <td class="left">no</td>526 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.3">Section 4.3</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-8.8">Section 8.8</a></td>527 </tr>528 <tr>529 <td class="left">COPY</td>530 <td class="left">no</td>531 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.8">Section 9.8</a></td>532 </tr>533 <tr>534 <td class="left">LABEL</td>535 <td class="left">no</td>536 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-8.2">Section 8.2</a></td>537 </tr>538 <tr>539 <td class="left">LINK</td>540 <td class="left">no</td>541 <td class="left"><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="http://tools.ietf.org/html/rfc2068#section-19.6.1.2">Section 19.6.1.2</a></td>542 </tr>543 <tr>544 <td class="left">LOCK</td>545 <td class="left">no</td>546 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.10">Section 9.10</a></td>547 </tr>548 <tr>549 <td class="left">MERGE</td>550 <td class="left">no</td>551 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-11.2">Section 11.2</a></td>552 </tr>553 <tr>554 <td class="left">MKACTIVITY</td>555 <td class="left">no</td>556 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-13.5">Section 13.5</a></td>557 </tr>558 <tr>559 <td class="left">MKCALENDAR</td>560 <td class="left">no</td>561 <td class="left"><a href="#RFC4791"><cite title="Calendaring Extensions to WebDAV (CalDAV)">[RFC4791]</cite></a>, <a href="http://tools.ietf.org/html/rfc4791#section-5.3.1">Section 5.3.1</a></td>562 </tr>563 <tr>564 <td class="left">MKCOL</td>565 <td class="left">no</td>566 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.3">Section 9.3</a></td>567 </tr>568 <tr>569 <td class="left">MKREDIRECTREF</td>570 <td class="left">no</td>571 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-6">Section 6</a></td>572 </tr>573 <tr>574 <td class="left">MKWORKSPACE</td>575 <td class="left">no</td>576 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-6.3">Section 6.3</a></td>577 </tr>578 <tr>579 <td class="left">MOVE</td>580 <td class="left">no</td>581 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.9">Section 9.9</a></td>582 </tr>583 <tr>584 <td class="left">ORDERPATCH</td>585 <td class="left">no</td>586 <td class="left"><a href="#RFC3648"><cite title="Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol">[RFC3648]</cite></a>, <a href="http://tools.ietf.org/html/rfc3648#section-7">Section 7</a></td>587 </tr>588 <tr>589 <td class="left">PATCH</td>590 <td class="left">no</td>591 <td class="left"><a href="#RFC5789"><cite title="PATCH Method for HTTP">[RFC5789]</cite></a>, <a href="http://tools.ietf.org/html/rfc5789#section-2">Section 2</a></td>592 </tr>593 <tr>594 <td class="left">PROPFIND</td>595 <td class="left">yes</td>596 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.1">Section 9.1</a></td>597 </tr>598 <tr>599 <td class="left">PROPPATCH</td>600 <td class="left">no</td>601 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.2">Section 9.2</a></td>602 </tr>603 <tr>604 <td class="left">REBIND</td>605 <td class="left">no</td>606 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-6">Section 6</a></td>607 </tr>608 <tr>609 <td class="left">REPORT</td>610 <td class="left">yes</td>611 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-3.6">Section 3.6</a></td>612 </tr>613 <tr>614 <td class="left">SEARCH</td>615 <td class="left">yes</td>616 <td class="left"><a href="#RFC5323"><cite title="Web Distributed Authoring and Versioning (WebDAV) SEARCH">[RFC5323]</cite></a>, <a href="http://tools.ietf.org/html/rfc5323#section-2">Section 2</a></td>617 </tr>618 <tr>619 <td class="left">UNBIND</td>620 <td class="left">no</td>621 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-5">Section 5</a></td>622 </tr>623 <tr>624 <td class="left">UNCHECKOUT</td>625 <td class="left">no</td>626 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.5">Section 4.5</a></td>627 </tr>628 <tr>629 <td class="left">UNLINK</td>630 <td class="left">no</td>631 <td class="left"><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="http://tools.ietf.org/html/rfc2068#section-19.6.1.3">Section 19.6.1.3</a></td>632 </tr>633 <tr>634 <td class="left">UNLOCK</td>635 <td class="left">no</td>636 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.11">Section 9.11</a></td>637 </tr>638 <tr>639 <td class="left">UPDATE</td>640 <td class="left">no</td>641 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-7.1">Section 7.1</a></td>642 </tr>643 <tr>644 <td class="left">UPDATEREDIRECTREF</td>645 <td class="left">no</td>646 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-7">Section 7</a></td>647 </tr>648 <tr>649 <td class="left">VERSION-CONTROL</td>650 <td class="left">no</td>651 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-3.5">Section 3.5</a></td>652 </tr>653 </tbody>654 </table>655 </div>656 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>657 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-method-registrations-00658 </h2>659 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p>660 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-method-registrations-01661 </h2>662 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>663 <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> Since draft-ietf-httpbis-method-registrations-02664 </h2>665 <p id="rfc.section.B.3.p.1">Update draft-ietf-httpbis-p2-semantics reference. PATCH is now defined in draft-dusseault-http-patch. BIND, UNBIND and REBIND666 are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause.667 </p>668 <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a> Since draft-ietf-httpbis-method-registrations-03669 </h2>670 <p id="rfc.section.B.4.p.1">draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842. Fix typo in MKACTIVITY671 entry. Update draft-ietf-httpbis-p2-semantics reference. Fix change log section titles.672 </p>673 707 </body> 674 708 </html>
Note: See TracChangeset
for help on using the changeset viewer.