source: draft-ietf-httpbis-method-registrations/10/draft-ietf-httpbis-method-registrations.xml @ 2192

Last change on this file since 2192 was 1939, checked in by julian.reschke@…, 10 years ago

draft -10

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:mime-type set to text/xml
File size: 19.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<?xml-stylesheet type='text/xsl' href='../../draft-ietf-httpbis/myxml2rfc.xslt'?>
3<?rfc toc="yes"?>
4<?rfc symrefs="yes"?>
5<?rfc sortrefs="yes"?>
6<?rfc compact="yes"?>
7<?rfc comments="yes"?>
8<?rfc inline="yes"?>
9<?rfc subcompact="no"?>
10<?rfc rfcedstyle="yes"?>
11<?rfc-ext allow-markup-in-artwork="yes" ?>
12
13<!DOCTYPE rfc [
14  <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>">
15  <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>">
16  <!ENTITY MUST-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST NOT</bcp14>">
17  <!ENTITY OPTIONAL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>OPTIONAL</bcp14>">
18  <!ENTITY RECOMMENDED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>RECOMMENDED</bcp14>">
19  <!ENTITY REQUIRED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>REQUIRED</bcp14>">
20  <!ENTITY SHALL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL</bcp14>">
21  <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>">
22  <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>">
23  <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>">
24]>
25<rfc xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="trust200902" docName="draft-ietf-httpbis-method-registrations-10" category="info">
26<x:feedback template="mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&amp;body=&lt;{ref}&gt;:"/>
27        <front>
28  <title abbrev="HTTP Method Registrations">Initial Hypertext&#160;Transfer&#160;Protocol&#160;(HTTP)
29  Method&#160;Registrations</title>
30
31  <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
32    <organization abbrev="greenbytes">greenbytes GmbH</organization>
33    <address>
34      <postal>
35        <street>Hafenweg 16</street>
36        <city>Muenster</city><region>NW</region><code>48155</code>
37        <country>Germany</country>
38      </postal>
39      <email>julian.reschke@greenbytes.de</email>       
40      <uri>http://greenbytes.de/tech/webdav/</uri>     
41    </address>
42  </author>
43
44  <date month="October" year="2012" day="13"/>
45  <workgroup>HTTPbis Working Group</workgroup>
46 
47  <abstract>
48  <t>
49    This document registers those Hypertext Transfer
50    Protocol (HTTP) methods which have been defined in standards-track RFCs
51    before the IANA HTTP Method Registry was established.
52  </t>
53  </abstract>
54 
55  <note title="Editorial Note (To be removed by RFC Editor)">
56    <t>
57      Discussion of this draft takes place on the HTTPBIS working group
58      mailing list (ietf-http-wg@w3.org), which is archived at
59      <eref target="http://lists.w3.org/Archives/Public/ietf-http-wg/"/>.
60    </t>
61    <t>
62      The current issues list is at
63      <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=method-registrations"/> and related
64      documents (including fancy diffs) can be found at
65      <eref target="http://tools.ietf.org/wg/httpbis/"/>.
66    </t>
67    <t>
68      The changes in this draft are summarized in <xref target="changes.since.09"/>.
69    </t>
70  </note>
71
72  </front>
73
74  <middle>
75
76<section title="Introduction" anchor="introduction">
77  <t>
78    This document registers those Hypertext Transfer Protocol (HTTP) methods
79    which have been defined in standards-track RFCs other than
80    <xref target="draft-ietf-httpbis-p2-semantics"/> before the IANA HTTP Method
81    Registry was established.
82  </t>
83</section> 
84 
85<section title="Security Considerations" anchor="security.considerations">
86  <t>
87    There are no security considerations related to the registration itself.
88  </t>
89</section> 
90
91<section title="IANA Considerations" anchor="iana.considerations">
92<t>
93  <xref target="updated.registry.contents"/> provides initial registrations
94  of HTTP method names for the IANA HTTP Method registry
95  at <eref target="http://www.iana.org/assignments/http-methods"/>
96  (see <xref target="draft-ietf-httpbis-p2-semantics" x:rel="#method.registry"/>).
97</t>
98</section> 
99  </middle>
100  <back>
101 
102<references title="Normative References">
103
104
105<reference anchor="draft-ietf-httpbis-p2-semantics">
106  <front>
107    <title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
108    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
109      <organization abbrev="Adobe">Adobe Systems Incorporated</organization>
110      <address><email>fielding@gbiv.com</email></address>
111    </author>
112    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
113      <organization abbrev="greenbytes">greenbytes GmbH</organization>
114      <address><email>julian.reschke@greenbytes.de</email></address>
115    </author>
116    <date month="October" year="2012"/>
117  </front>
118  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-21"/>
119  <x:source href="../../draft-ietf-httpbis/21/p2-semantics.xml" basename="../../draft-ietf-httpbis/21/p2-semantics"/>
120</reference>
121
122<reference anchor="RFC2068">
123  <front>
124    <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title>
125    <author initials="R." surname="Fielding" fullname="Roy T. Fielding">
126      <organization>University of California, Irvine, Department of Information and Computer Science</organization>
127      <address><email>fielding@ics.uci.edu</email></address>
128    </author>
129    <author initials="J." surname="Gettys" fullname="Jim Gettys">
130      <organization>MIT Laboratory for Computer Science</organization>
131      <address><email>jg@w3.org</email></address>
132    </author>
133    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
134      <organization>Digital Equipment Corporation, Western Research Laboratory</organization>
135      <address><email>mogul@wrl.dec.com</email></address>
136    </author>
137    <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
138      <organization>MIT Laboratory for Computer Science</organization>
139      <address><email>frystyk@w3.org</email></address>
140    </author>
141    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
142      <organization>MIT Laboratory for Computer Science</organization>
143      <address><email>timbl@w3.org</email></address>
144    </author>
145    <date month="January" year="1997"/>
146  </front>
147  <seriesInfo name="RFC" value="2068"/>
148</reference>
149
150<reference anchor="RFC3253">
151  <front>
152    <title>Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</title>
153    <author initials="G." surname="Clemm" fullname="G. Clemm">
154      <organization>Rational Software</organization>
155      <address><email>geoffrey.clemm@rational.com</email></address>
156    </author>
157    <author initials="J." surname="Amsden" fullname="J. Amsden">
158      <organization>IBM</organization>
159      <address><email>jamsden@us.ibm.com</email></address>
160    </author>
161    <author initials="T." surname="Ellison" fullname="T. Ellison">
162      <organization>IBM</organization>
163      <address><email>tim_ellison@uk.ibm.com</email></address>
164    </author>
165    <author initials="C." surname="Kaler" fullname="C. Kaler">
166      <organization>Microsoft</organization>
167      <address><email>ckaler@microsoft.com</email></address>
168    </author>
169    <author initials="J." surname="Whitehead" fullname="J. Whitehead">
170      <organization>UC Santa Cruz, Dept. of Computer Science</organization>
171      <address><email>ejw@cse.ucsc.edu</email></address>
172    </author>
173    <date month="March" year="2002"/>
174    </front>
175  <seriesInfo name="RFC" value="3253"/>
176</reference>
177
178<reference anchor='RFC3648'>
179  <front>
180    <title abbrev='WebDAV Ordered Collections Protocol'>Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</title>
181    <author initials='J.' surname='Whitehead' fullname='Jim Whitehead'>
182      <organization abbrev='U.C. Santa Cruz'>UC Santa Cruz, Dept. of Computer Science</organization>
183      <address><email>ejw@cse.ucsc.edu</email></address>
184    </author>
185    <author initials='J. F.' surname='Reschke' fullname='Julian F. Reschke' role='editor'>
186      <organization abbrev='greenbytes'>greenbytes GmbH</organization>
187      <address><email>julian.reschke@greenbytes.de</email></address>
188    </author>
189    <date year='2003' month='December' />
190  </front>
191  <seriesInfo name='RFC' value='3648' />
192</reference>
193
194<reference anchor="RFC3744">
195  <front>
196    <title abbrev="WebDAV Access Control Protocol">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</title>
197    <author initials="G." surname="Clemm" fullname="Geoffrey Clemm">
198      <organization>IBM</organization>
199      <address><email>geoffrey.clemm@us.ibm.com</email></address>
200    </author>
201    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
202      <organization abbrev="greenbytes">greenbytes GmbH</organization>
203      <address><email>julian.reschke@greenbytes.de</email></address>
204    </author>
205    <author initials="E." surname="Sedlar" fullname="Eric Sedlar">
206      <organization>Oracle Corporation</organization>
207      <address><email>eric.sedlar@oracle.com</email></address>
208    </author>
209    <author initials="J." surname="Whitehead" fullname="Jim Whitehead">
210      <organization abbrev="U.C. Santa Cruz">U.C. Santa Cruz, Dept. of Computer Science</organization>
211      <address><email>ejw@cse.ucsc.edu</email></address>
212    </author>
213    <date month="May" year="2004"/>
214  </front>
215  <seriesInfo name="RFC" value="3744"/>
216</reference>
217
218<reference anchor="RFC4437">
219  <front>
220    <title abbrev="WebDAV Redirect Reference Resources">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</title>
221    <author initials="J." surname="Whitehead" fullname="Jim Whitehead">
222      <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization>
223      <address>
224        <email>ejw@cse.ucsc.edu</email>
225      </address>
226    </author>
227    <author initials="G." surname="Clemm" fullname="Geoff Clemm">
228      <organization>IBM</organization>
229      <address>
230        <email>geoffrey.clemm@us.ibm.com</email>
231      </address>
232    </author>
233    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
234      <organization abbrev="greenbytes">greenbytes GmbH</organization>
235      <address>
236       <email>julian.reschke@greenbytes.de</email>
237      </address>
238    </author>
239    <date month="March" year="2006"/>
240  </front>
241  <seriesInfo name="RFC" value="4437"/>
242</reference> 
243
244<reference anchor="RFC4791">
245  <front>
246    <title abbrev="CalDAV">Calendaring Extensions to WebDAV (CalDAV)</title>
247    <author initials="C." surname="Daboo" fullname="Cyrus Daboo">
248      <organization abbrev="Apple">Apple Inc.</organization>
249      <address>
250        <email>cyrus@daboo.name</email>
251      </address>
252    </author>
253    <author initials="B." surname="Desruisseaux" fullname="Bernard Desruisseaux">
254      <organization abbrev="Oracle">Oracle Corporation</organization>
255      <address>
256        <email>bernard.desruisseaux@oracle.com</email>
257      </address>
258    </author>
259    <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault">
260      <organization abbrev="CommerceNet">CommerceNet</organization>
261      <address>
262        <email>ldusseault@commerce.net</email>
263      </address>
264    </author>
265    <date month="March" year="2007"/>
266  </front>
267  <seriesInfo name="RFC" value="4791"/>
268</reference>
269
270<reference anchor="RFC4918">
271  <front>
272    <title>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</title>
273    <author initials="L." surname="Dusseault" fullname="Lisa Dusseault" role="editor">
274      <organization>CommerceNet</organization>
275      <address>
276        <postal>
277          <street>2064 Edgewood Dr.</street>
278          <city>Palo Alto</city> <region>CA</region> <code>94303</code>
279          <country>US</country>
280        </postal>
281        <email>ldusseault@commerce.net</email>
282      </address>
283    </author>
284    <date month="June" year="2007"/>
285  </front>
286  <seriesInfo name="RFC" value="4918"/>
287</reference>
288
289<reference anchor="RFC5323">
290  <front>
291    <title abbrev="WebDAV SEARCH">Web Distributed Authoring and Versioning (WebDAV) SEARCH</title>
292    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
293        <organization abbrev="greenbytes">greenbytes GmbH</organization>
294                <address>
295                        <email>julian.reschke@greenbytes.de</email>     
296                </address>
297        </author>
298        <author initials="S." surname="Reddy" fullname="Surendra Reddy">
299                <organization abbrev="Mitrix">Mitrix, Inc.</organization>
300                <address>
301        <email>Surendra.Reddy@mitrix.com</email>
302          </address>
303    </author>
304    <author initials="J." surname="Davis" fullname="Jim Davis">
305                <address>
306        <email>jrd3@alum.mit.edu</email>
307      </address>
308    </author>
309        <author initials="A." surname="Babich" fullname="Alan Babich">
310                <organization abbrev="IBM">IBM Corporation</organization>
311      <address>
312        <email>ababich@us.ibm.com</email>
313      </address>
314    </author>   
315    <date month="November" year="2008"/>
316  </front>
317  <seriesInfo name="RFC" value="5323"/>
318</reference>
319
320<reference anchor="RFC5842">
321  <front>
322    <title abbrev="Binding Extensions to WebDAV">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</title>
323    <author initials="G." surname="Clemm" fullname="Geoffrey Clemm">
324      <organization>IBM</organization>
325      <address>
326        <email>geoffrey.clemm@us.ibm.com</email>
327      </address>
328    </author>
329    <author initials="J." surname="Crawford" fullname="Jason Crawford">
330      <organization>IBM Research</organization>
331      <address>
332        <email>ccjason@us.ibm.com</email>
333      </address>
334    </author>
335        <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
336                <organization abbrev="greenbytes">greenbytes GmbH</organization>
337      <address>
338                  <email>julian.reschke@greenbytes.de</email>   
339                </address>
340        </author>
341    <author initials="J." surname="Whitehead" fullname="Jim Whitehead">
342      <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization>
343      <address>
344        <email>ejw@cse.ucsc.edu</email>
345      </address>
346    </author>
347    <date month="April" year="2010"/>
348  </front>
349  <seriesInfo name="RFC" value="5842"/>
350</reference>
351
352<reference anchor="RFC5789">
353  <front>
354    <title abbrev="HTTP PATCH">PATCH Method for HTTP</title>
355    <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault">
356      <organization abbrev="Linden Lab">Linden Lab</organization>
357      <address>
358        <email>lisa.dusseault@gmail.com</email>
359      </address>
360    </author>
361    <author initials="J.M." surname="Snell" fullname="James M. Snell">
362      <address>
363        <email>jasnell@gmail.com</email>
364      </address>
365    </author>
366    <date month="March" year="2010"/>
367  </front>
368  <seriesInfo name="RFC" value="5789"/>
369</reference>
370
371</references>
372 
373<!--<references title="Informative References">
374</references>-->
375
376<section title="Initial Registry Contents" anchor="updated.registry.contents">
377<texttable align="left">
378
379<ttcol>Method Name</ttcol>
380<ttcol>Safe</ttcol>
381<ttcol>Idempotent</ttcol>
382<ttcol>Reference</ttcol>
383
384<c>ACL</c><c>no</c><c>yes</c><c><xref target="RFC3744" x:fmt="," x:sec="8.1"/></c>
385
386<c>BASELINE-CONTROL</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="12.6"/></c>
387<c>BIND</c><c>no</c><c>yes</c><c><xref target="RFC5842" x:fmt="," x:sec="4"/></c>
388
389<c>CHECKIN</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="4.4"/> and <xref target="RFC3253" x:fmt="," x:sec="9.4"/></c>
390<c>CHECKOUT</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="4.3"/> and <xref target="RFC3253" x:fmt="," x:sec="8.8"/></c>
391<c>COPY</c><c>no</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.8"/></c>
392
393<c>LABEL</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="8.2"/></c>
394<c>LINK</c><c>no</c><c>yes</c><c><xref target="RFC2068" x:fmt="," x:sec="19.6.1.2"/></c>
395<c>LOCK</c><c>no</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.10"/></c>
396
397<c>MERGE</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="11.2"/></c>
398<c>MKACTIVITY</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="13.5"/></c>
399<c>MKCALENDAR</c><c>no</c><c>yes</c><c><xref target="RFC4791" x:fmt="," x:sec="5.3.1"/></c>
400<c>MKCOL</c><c>no</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.3"/></c>
401<c>MKREDIRECTREF</c><c>no</c><c>yes</c><c><xref target="RFC4437" x:fmt="," x:sec="6"/></c>
402<c>MKWORKSPACE</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="6.3"/></c>
403<c>MOVE</c><c>no</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.9"/></c>
404
405<c>ORDERPATCH</c><c>no</c><c>yes</c><c><xref target="RFC3648" x:fmt="," x:sec="7"/></c>
406
407<c>PATCH</c><c>no</c><c>no</c><c><xref target="RFC5789" x:fmt="," x:sec="2"/></c>
408<c>PROPFIND</c><c>yes</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.1"/></c>
409<c>PROPPATCH</c><c>no</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.2"/></c>
410
411<c>REBIND</c><c>no</c><c>yes</c><c><xref target="RFC5842" x:fmt="," x:sec="6"/></c>
412<c>REPORT</c><c>yes</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="3.6"/></c>
413
414<c>SEARCH</c><c>yes</c><c>yes</c><c><xref target="RFC5323" x:fmt="," x:sec="2"/></c>
415
416<c>UNBIND</c><c>no</c><c>yes</c><c><xref target="RFC5842" x:fmt="," x:sec="5"/></c>
417<c>UNCHECKOUT</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="4.5"/></c>
418<c>UNLINK</c><c>no</c><c>yes</c><c><xref target="RFC2068" x:fmt="," x:sec="19.6.1.3"/></c>
419<c>UNLOCK</c><c>no</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.11"/></c>
420<c>UPDATE</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="7.1"/></c>
421<c>UPDATEREDIRECTREF</c><c>no</c><c>yes</c><c><xref target="RFC4437" x:fmt="," x:sec="7"/></c>
422
423<c>VERSION-CONTROL</c><c>no</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="3.5"/></c>
424
425</texttable>
426</section>
427
428<section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log">
429
430<section title="Since draft-ietf-httpbis-method-registrations-00">
431<t>
432  Added SEARCH method (RFC 5323).
433</t>
434</section>
435
436<section title="Since draft-ietf-httpbis-method-registrations-01">
437<t>
438  Update draft-ietf-httpbis-p2-semantics reference.
439</t>
440</section>
441
442<section title="Since draft-ietf-httpbis-method-registrations-02">
443<t>
444  Update draft-ietf-httpbis-p2-semantics reference.
445  PATCH is now defined in draft-dusseault-http-patch.
446  BIND, UNBIND and REBIND are defined in draft-ietf-webdav-bind.
447  Drop the "updates draft-ietf-httpbis-p2-semantics" clause.
448</t>
449</section>
450
451<section title="Since draft-ietf-httpbis-method-registrations-03">
452<t>
453  draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842.
454  Fix typo in MKACTIVITY entry.
455  Update draft-ietf-httpbis-p2-semantics reference.
456  Fix change log section titles.
457</t>
458</section>
459
460<section title="Since draft-ietf-httpbis-method-registrations-04" anchor="changes.since.04">
461<t>
462  Update draft-ietf-httpbis-p2-semantics reference.
463</t>
464</section>
465
466<section title="Since draft-ietf-httpbis-method-registrations-05" anchor="changes.since.05">
467<t>
468  Update draft-ietf-httpbis-p2-semantics reference.
469</t>
470</section>
471
472<section title="Since draft-ietf-httpbis-method-registrations-06" anchor="changes.since.06">
473<t>
474  Update draft-ietf-httpbis-p2-semantics reference.
475</t>
476</section>
477
478<section title="Since draft-ietf-httpbis-method-registrations-07" anchor="changes.since.07">
479<t>
480  Update draft-ietf-httpbis-p2-semantics reference.
481</t>
482</section>
483
484<section title="Since draft-ietf-httpbis-method-registrations-08" anchor="changes.since.08">
485<t>
486  Added itempotency information.
487  Update draft-ietf-httpbis-p2-semantics reference.
488</t>
489</section>
490
491<section title="Since draft-ietf-httpbis-method-registrations-09" anchor="changes.since.09">
492<t>
493  Closed issues:
494  <list style="symbols">
495    <t>
496      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/377"/>:
497      "what is the idempotency of LINK and UNLINK?"
498    </t>
499  </list>
500</t>
501<t>
502  Update draft-ietf-httpbis-p2-semantics reference.
503</t>
504</section>
505
506</section>
507
508
509  </back>
510
511</rfc>
Note: See TracBrowser for help on using the repository browser.