[要約] RFC 5689は、WebDAVの拡張MKCOLに関する規格であり、新しいリソースの作成と初期化をサポートします。目的は、WebDAVクライアントがより効果的にリソースを作成できるようにすることです。

Network Working Group                                           C. Daboo
Request for Comments: 5689                                    Apple Inc.
Updates: 4791, 4918                                       September 2009
Category: Standards Track
        

Extended MKCOL for Web Distributed Authoring and Versioning (WebDAV)

Web分散オーサリングとバージョン(WebDav)用の拡張MKCOL

Abstract

概要

This specification extends the Web Distributed Authoring and Versioning (WebDAV) MKCOL (Make Collection) method to allow collections of arbitrary resourcetype to be created and to allow properties to be set at the same time.

この仕様は、Web分散オーサリングおよびバージョン(WebDav)MKCOL(Make Collection)メソッドを拡張して、任意のResourceTypeのコレクションを作成し、プロパティを同時に設定できるようにします。

Status of This Memo

本文書の位置付け

This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.

このドキュメントは、インターネットコミュニティのインターネット標準トラックプロトコルを指定し、改善のための議論と提案を要求します。このプロトコルの標準化状態とステータスについては、「インターネット公式プロトコル標準」(STD 1)の現在のエディションを参照してください。このメモの配布は無制限です。

Copyright Notice

著作権表示

Copyright (c) 2009 IETF Trust and the persons identified as the document authors. All rights reserved.

Copyright(c)2009 IETF Trustおよび文書著者として特定された人。全著作権所有。

This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the BSD License.

このドキュメントは、BCP 78およびIETFドキュメント(http://trustee.ietf.org/license-info)に関連するIETF Trustの法的規定の対象となります。この文書に関するあなたの権利と制限を説明するので、これらの文書を注意深く確認してください。このドキュメントから抽出されたコードコンポーネントには、セクション4.Eで説明されている法的規定のセクション4.Eで説明されており、BSDライセンスに記載されているように保証なしで提供される簡略化されたBSDライセンステキストを含める必要があります。

This document may contain material from IETF Documents or IETF Contributions published or made publicly available before November 10, 2008. The person(s) controlling the copyright in some of this material may not have granted the IETF Trust the right to allow modifications of such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s) controlling the copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative works of it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate it into languages other than English.

このドキュメントには、2008年11月10日までに公開または公開されたIETFドキュメントまたはIETFの寄付からの資料が含まれている場合があります。IETF標準プロセスの外。そのような資料の著作権を制御する人から適切なライセンスを取得せずに、このドキュメントはIETF標準プロセスの外側に変更されない場合があり、その派生作業は、ITF標準プロセスの外側で作成されない場合があります。RFCとしての出版またはそれを英語以外の言語に翻訳するため。

Table of Contents

目次

   1.  Introduction . . . . . . . . . . . . . . . . . . . . . . . . .  3
   2.  Conventions Used in This Document  . . . . . . . . . . . . . .  3
   3.  WebDAV Extended MKCOL  . . . . . . . . . . . . . . . . . . . .  4
     3.1.  Extended MKCOL Support . . . . . . . . . . . . . . . . . .  5
       3.1.1.  Example: Using OPTIONS for the Discovery of
               Support for Extended MKCOL . . . . . . . . . . . . . .  5
     3.2.  Status Codes . . . . . . . . . . . . . . . . . . . . . . .  5
     3.3.  Additional Precondition for Extended MKCOL . . . . . . . .  5
     3.4.  Example: Successful Extended MKCOL Request . . . . . . . .  6
     3.5.  Example: Unsuccessful Extended MKCOL Request . . . . . . .  6
   4.  Using Extended MKCOL as an Alternative for MKxxx Methods . . .  8
     4.1.  MKCALENDAR Alternative . . . . . . . . . . . . . . . . . .  8
       4.1.1.  Example: Using MKCOL Instead of MKCALENDAR . . . . . .  8
   5.  XML Element Definitions  . . . . . . . . . . . . . . . . . . . 10
     5.1.  mkcol XML Element  . . . . . . . . . . . . . . . . . . . . 10
     5.2.  mkcol-response XML Element . . . . . . . . . . . . . . . . 10
   6.  Security Considerations  . . . . . . . . . . . . . . . . . . . 11
   7.  Acknowledgments  . . . . . . . . . . . . . . . . . . . . . . . 11
   8.  Normative References . . . . . . . . . . . . . . . . . . . . . 11
        
1. Introduction
1. はじめに

WebDAV [RFC4918] defines the HTTP [RFC2616] method MKCOL. This method is used to create WebDAV collections on the server. However, several WebDAV-based specifications (e.g., CalDAV [RFC4791]) define "special" collections -- ones that are identified by additional values in the DAV:resourcetype property assigned to the collection resource or by other means. These "special" collections are created by new methods (e.g., MKCALENDAR). The addition of a new MKxxx method for each new "special" collection adds to server complexity and is detrimental to overall reliability due to the need to make sure intermediaries are aware of these methods.

WebDav [RFC4918]は、HTTP [RFC2616]メソッドMKCOLを定義します。この方法は、サーバー上にWebDAVコレクションを作成するために使用されます。ただし、いくつかのWebDAVベースの仕様(例:CalDAV [RFC4791])は、「特別な」コレクションを定義します。これは、DAV:ResourceTypeプロパティの追加値によって識別されます。これらの「特別な」コレクションは、新しい方法(MkCalendarなど)によって作成されます。新しい「特別な」コレクションごとに新しいMKXXXメソッドを追加すると、サーバーの複雑さが追加され、仲介者がこれらの方法を認識していることを確認する必要があるため、全体的な信頼性に有害です。

This specification defines an extension to the WebDAV MKCOL method that adds a request body allowing a client to specify WebDAV properties to be set on the newly created collection or resource. In particular, the DAV:resourcetype property can be used to create a "special" collection; alternatively, other properties can be used to create a "special" resource. This avoids the need to invent new MKxxx methods.

この仕様は、クライアントが新しく作成されたコレクションまたはリソースでWebDavプロパティを設定できるようにするリクエスト本体を追加するWebDav MKCOLメソッドの拡張機能を定義します。特に、DAV:ResourceTypeプロパティを使用して、「特別な」コレクションを作成できます。または、他のプロパティを使用して、「特別な」リソースを作成できます。これにより、新しいMKXXXメソッドを発明する必要性が回避されます。

2. Conventions Used in This Document
2. このドキュメントで使用されている規則

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].

「必須」、「そうしない」、「必須」、「必要」、「しない」、「そうしない」、「そうではない」、「そうでない」、「推奨」、「5月」、および「オプション」は、[RFC2119]に記載されているように解釈される。

This document uses XML DTD fragments (Section 3.2 of [W3C.REC-xml-20081126]) as a purely notational convention. WebDAV request and response bodies cannot be validated by a DTD due to the specific extensibility rules defined in Section 17 of [RFC4918] and due to the fact that all XML elements defined by this specification use the XML namespace name "DAV:". In particular:

このドキュメントでは、XML DTDフラグメント([W3C.REC-XML-20081126]のセクション3.2)を純粋に表記規則として使用しています。[RFC4918]のセクション17で定義されている特定の拡張性ルールと、この仕様で定義されたすべてのXML要素がXML名空間名「DAV:」を使用しているため、WebDAVリクエストと応答本体はDTDによって検証できません。特に:

1. Element names use the "DAV:" namespace.

1. 要素名は「dav:」の名前空間を使用します。

2. Element ordering is irrelevant unless explicitly stated.

2. 明示的に記載されていない限り、要素の順序は無関係です。

3. Extension elements (elements not already defined as valid child elements) may be added anywhere, except when explicitly stated otherwise.

3. 拡張要素(有効な子要素としてまだ定義されていない要素)は、明示的に特に記載されている場合を除き、どこにでも追加される場合があります。

4. Extension attributes (attributes not already defined as valid for this element) may be added anywhere, except when explicitly stated otherwise.

4. 拡張属性(この要素に対して有効として既に定義されていない属性)は、明示的に述べられている場合を除き、どこにでも追加される場合があります。

When an XML element type in the "DAV:" namespace is referenced in this document outside of the context of an XML fragment, the string "DAV:" will be prefixed to the element type.

「DAV:」のXML要素タイプがXMLフラグメントのコンテキスト以外でこのドキュメントで参照される場合、文字列「DAV:」は要素タイプに付けられます。

This document inherits, and sometimes extends, DTD productions from Section 14 of [RFC4918].

このドキュメントは、[RFC4918]のセクション14からDTDプロダクションを継承し、時には拡張します。

3. WebDAV Extended MKCOL
3. webdav拡張mkcol

The WebDAV MKCOL request is extended to allow the inclusion of a request body. The request body is an XML document containing a single DAV:mkcol XML element as the root element. The Content-Type request header MUST be set appropriately for an XML body (e.g., set to "text/xml" or "application/xml"). XML-typed bodies for an MKCOL request that do not have DAV:mkcol as the root element are reserved for future usage.

WebDAV MKCOL要求は、リクエスト本体を含めることができるように拡張されています。要求本体は、ルート要素として単一のDAV:MKCOL XML要素を含むXMLドキュメントです。コンテンツタイプのリクエストヘッダーは、XMLボディに適切に設定する必要があります(たとえば、「テキスト/XML」または「アプリケーション/XML」に設定)。dav:mkcolを持たないmkcolリクエスト用のxmlタイプのボディルート要素としてのmkcolは、将来の使用のために予約されています。

One or more DAV:set XML elements may be included in the DAV:mkcol XML element to allow setting properties on the collection as it is created. In particular, to create a collection of a particular type, the DAV:resourcetype XML element MUST be included in a DAV:set XML element and MUST specify the expected resource type elements for the new resource, which MUST include the DAV:collection element that needs to be present for any WebDAV collection.

1つ以上のDAV:セットXML要素をDAV:MKCOL XML要素に含めることができます。特に、特定のタイプのコレクションを作成するには、DAV:ResourceType XML要素をDAV:SET XML要素に含め、新しいリソースに期待されるリソースタイプ要素を指定する必要があります。WebDavコレクションには存在する必要があります。

As per the PROPPATCH method (Section 9.2 of [RFC4918]), servers MUST process any DAV:set instructions in document order (an exception to the normal rule that ordering is irrelevant). If any one instruction fails to execute successfully, all instructions MUST fail (i.e., either all succeed or all fail). Thus, if any error occurs during processing, all executed instructions MUST be undone and a proper error result returned. Failure to set a property value on the collection MUST result in a failure of the overall MKCOL request -- i.e., the collection is not created.

プロップパッチ法([RFC4918]のセクション9.2)によると、サーバーは任意のdav:dav:document順序で命令を設定する必要があります(順序付けは無関係であるという通常のルールの例外)。1つの命令が正常に実行できない場合、すべての命令が失敗する必要があります(つまり、すべて成功するか、すべて失敗します)。したがって、処理中にエラーが発生した場合、実行されたすべての命令は元に戻し、適切なエラー結果が返されなければなりません。コレクションにプロパティ値を設定しないと、MKCOL全体の要求が失敗する必要があります。つまり、コレクションは作成されません。

The response to an extended MKCOL request MUST be an XML document containing a single DAV:mkcol-response XML element, which MUST contain DAV:propstat XML elements with the status of each property when the request fails due to a failure to set one or more of the properties specified in the request body. The server MAY return a response body in the case where the request is successful, indicating success for setting each property specified in the request body. When an empty response body is returned with a success request status code, the client can assume that all properties were set.

拡張されたMKCOL要求に対する応答は、単一のDAV:MKCOL-Response XML要素を含むXMLドキュメントでなければなりません。要求本体で指定されたプロパティの。サーバーは、リクエストが成功した場合に応答本体を返すことができ、要求本体で指定された各プロパティを設定することで成功を示します。成功要求ステータスコードで空の応答本体が返されると、クライアントはすべてのプロパティが設定されたと想定できます。

In all other respects, the behavior of the extended MKCOL request follows that of the standard MKCOL request.

他のすべての点で、拡張されたMKCOL要求の動作は、標準のMKCOL要求の動作に従います。

3.1. Extended MKCOL Support
3.1. 拡張MKCOLサポート

A server supporting the features described in this document MUST include "extended-mkcol" as a field in the DAV response header from an OPTIONS request on any URI that supports use of the extended MKCOL method.

このドキュメントで説明されている機能をサポートするサーバーには、拡張されたMKCOLメソッドの使用をサポートするURIのオプションリクエストからDAV応答ヘッダーのフィールドとして「拡張MKCOL」を含める必要があります。

3.1.1. Example: Using OPTIONS for the Discovery of Support for Extended MKCOL
3.1.1. 例:拡張されたMKCOLのサポートを発見するためのオプションを使用する
   >> Request <<
        

OPTIONS /addressbooks/users/ HTTP/1.1 Host: addressbook.example.com

オプション/アドレスブック/ユーザー/http/1.1ホスト:addassbook.example.com

   >> Response <<
        

HTTP/1.1 200 OK Allow: OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, COPY, MOVE Allow: MKCOL, PROPFIND, PROPPATCH, LOCK, UNLOCK, REPORT, ACL DAV: 1, 2, 3, access-control, extended-mkcol Date: Sat, 11 Nov 2006 09:32:12 GMT Content-Length: 0

http/1.1 200 ok許可:オプション、取得、ヘッド、ポスト、プット、削除、トレース、コピー、移動許可:mkcol、propfind、proppatch、lock、lock、unlock、acl dav:1、2、3、access-control、延長-MKCOL日付:土、2006年11月11日09:32:12 GMTコンテンツレングス:0

3.2. Status Codes
3.2. ステータスコード

As per Section 9.3.1 of [RFC4918].

[RFC4918]のセクション9.3.1に従って。

3.3. Additional Precondition for Extended MKCOL
3.3. 拡張MKCOLの追加の前提条件

WebDAV ([RFC4918], Section 16) defines preconditions and postconditions for request behavior. This specification adds the following precondition for the extended MKCOL request.

WebDav([RFC4918]、セクション16)は、リクエスト動作の前提条件と事後条件を定義しています。この仕様は、拡張されたMKCOL要求のために次の前提条件を追加します。

Name: valid-resourcetype

名前:valid-resourceType

Namespace: DAV:

名前空間:DAV:

Use with: Typically 403 (Forbidden)

使用:通常403(禁止)

Purpose: (precondition) -- The server MUST support the specified resourcetype value for the specified collection.

目的:(前提条件) - サーバーは、指定されたコレクションの指定されたResourceType値をサポートする必要があります。

3.4. Example: Successful Extended MKCOL Request
3.4. 例:拡張MKCOLリクエストの成功

This example shows how the extended MKCOL request is used to create a collection of a fictitious type "special-resource". The response body is empty as the request completed successfully.

この例は、拡張されたMKCOLリクエストを使用して、架空のタイプの「特別リソース」のコレクションを作成する方法を示しています。リクエストが正常に完了すると、応答本体が空です。

   >> Request <<
        
   MKCOL /home/special/ HTTP/1.1
   Host: special.example.com
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx
        
   <?xml version="1.0" encoding="utf-8" ?>
   <D:mkcol xmlns:D="DAV:"
                 xmlns:E="http://example.com/ns/">
     <D:set>
       <D:prop>
         <D:resourcetype>
           <D:collection/>
           <E:special-resource/>
         </D:resourcetype>
         <D:displayname>Special Resource</D:displayname>
       </D:prop>
     </D:set>
   </D:mkcol>
        
   >> Response <<
        

HTTP/1.1 201 Created Cache-Control: no-cache Date: Sat, 11 Nov 2006 09:32:12 GMT

HTTP/1.1 201の作成キャッシュコントロールの作成:キャッシュなし日:土、2006年11月11日09:32:12 GMT

3.5. Example: Unsuccessful Extended MKCOL Request
3.5. 例:拡張MKCOLリクエストが失敗しました

This example shows an attempt to use the extended MKCOL request to create a collection of a fictitious type "special-resource", which is not actually supported by the server. The response body shows that an error occurred specifically with the DAV:resourcetype property.

この例は、拡張されたMKCOLリクエストを使用して、実際にサーバーによってサポートされていない架空のタイプの「特別リソース」のコレクションを作成する試みを示しています。応答本体は、DAV:ResourceTypeプロパティで特にエラーが発生したことを示しています。

   >> Request <<
        
   MKCOL /home/special/ HTTP/1.1
   Host: special.example.com
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx
        
   <?xml version="1.0" encoding="utf-8" ?>
   <D:mkcol xmlns:D="DAV:"
                 xmlns:E="http://example.com/ns/">
     <D:set>
       <D:prop>
         <D:resourcetype>
           <D:collection/>
           <E:special-resource/>
         </D:resourcetype>
         <D:displayname>Special Resource</D:displayname>
       </D:prop>
     </D:set>
   </D:mkcol>
        
   >> Response <<
        
   HTTP/1.1 403 Forbidden
   Cache-Control: no-cache
   Date: Sat, 11 Nov 2006 09:32:12 GMT
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx
        
   <?xml version="1.0" encoding="utf-8" ?>
   <D:mkcol-response xmlns:D="DAV:">
     <D:propstat>
       <D:prop>
         <D:resourcetype/>
       </D:prop>
       <D:status>HTTP/1.1 403 Forbidden</D:status>
       <D:error><D:valid-resourcetype /></D:error>
       <D:responsedescription>Resource type is not
       supported by this server</D:responsedescription>
     </D:propstat>
     <D:propstat>
       <D:prop>
         <D:displayname/>
       </D:prop>
       <D:status>HTTP/1.1 424 Failed Dependency</D:status>
     </D:propstat>
   </D:mkcol-response>
        
4. Using Extended MKCOL as an Alternative for MKxxx Methods
4. MKXXXメソッドの代替として拡張されたMKCOLを使用します

One of the goals of this extension is to eliminate the need for other extensions to define their own variant of MKCOL to create the special collections they need. This extension can be used as an alternative to existing MKxxx methods in other extensions as detailed below. If a server supports this extension and the other extension listed, then the server MUST support use of the extended MKCOL method to achieve the same result as the MKxxx method of the other extension.

この拡張機能の目標の1つは、他の拡張機能がMKCOLの独自のバリアントを定義して、必要な特別なコレクションを作成する必要性を排除することです。この拡張機能は、以下に詳述する他の拡張機能の既存のMKXXXメソッドの代替として使用できます。サーバーがこの拡張子とリストされている他の拡張機能をサポートする場合、サーバーは拡張MKCOLメソッドの使用をサポートして、他の拡張機能のMKXXXメソッドと同じ結果を達成する必要があります。

4.1. MKCALENDAR Alternative
4.1. mkcalendarの代替

CalDAV defines the MKCALENDAR method to create a calendar collection as well as to set properties during creation (Section 5.3.1 of [RFC4791]).

CalDAVは、MKCALENDARメソッドを定義して、カレンダーコレクションを作成し、作成中にプロパティを設定します([RFC4791]のセクション5.3.1)。

The extended MKCOL method can be used instead by specifying both DAV: collection and CALDAV:calendar-collection XML elements in the DAV: resourcetype property, set during the extended MKCOL request.

拡張されたMKCOLメソッドは、代わりにDAV:CollectionとCalDAV:Calendar-Collection XML Elementsの両方を指定することで使用できます。

4.1.1. Example: Using MKCOL Instead of MKCALENDAR
4.1.1. 例:mkcalendarの代わりにmkcolを使用します

The first example below shows an MKCALENDAR request containing a CALDAV:mkcalendar XML element in the request body and returning a CALDAV:mkcalendar-response XML element in the response body.

以下の最初の例は、リクエスト本体にCalDAV:MKCalendar XML要素を含むMKCalendarリクエストを示し、CalDAV:MKCalendar-Response XML要素を応答ボディに返します。

   >> MKCALENDAR Request <<
        
   MKCALENDAR /home/lisa/calendars/events/ HTTP/1.1
   Host: calendar.example.com
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx
        
   <?xml version="1.0" encoding="utf-8" ?>
   <C:mkcalendar xmlns:D="DAV:"
                 xmlns:C="urn:ietf:params:xml:ns:caldav">
     <D:set>
       <D:prop>
         <D:displayname>Lisa's Events</D:displayname>
       </D:prop>
     </D:set>
   </C:mkcalendar>
        
   >> MKCALENDAR Response <<
        
   HTTP/1.1 201 Created
   Cache-Control: no-cache
   Date: Sat, 11 Nov 2006 09:32:12 GMT
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx
        
   <?xml version="1.0" encoding="utf-8" ?>
   <C:mkcalendar-response xmlns:D="DAV:"
                 xmlns:C="urn:ietf:params:xml:ns:caldav">
     <D:propstat>
       <D:prop>
         <D:displayname/>
       </D:prop>
       <D:status>HTTP/1.1 200 OK</D:status>
     </D:propstat>
   </C:mkcalendar-response>
        

The second example shows the equivalent extended MKCOL request with the same request and response XML elements.

2番目の例は、同じ要求と応答XML要素を使用した同等の拡張MKCOL要求を示しています。

   >> MKCOL Request <<
        
   MKCOL /home/lisa/calendars/events/ HTTP/1.1
   Host: calendar.example.com
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx
        
   <?xml version="1.0" encoding="utf-8" ?>
   <D:mkcol xmlns:D="DAV:"
                 xmlns:C="urn:ietf:params:xml:ns:caldav">
     <D:set>
       <D:prop>
         <D:resourcetype>
           <D:collection/>
           <C:calendar/>
         </D:resourcetype>
         <D:displayname>Lisa's Events</D:displayname>
       </D:prop>
     </D:set>
   </D:mkcol>
        
   >> MKCOL Response <<
        
   HTTP/1.1 201 Created
   Cache-Control: no-cache
   Date: Sat, 11 Nov 2006 09:32:12 GMT
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx
        
   <?xml version="1.0" encoding="utf-8" ?>
   <D:mkcol-response xmlns:D="DAV:"
                 xmlns:C="urn:ietf:params:xml:ns:caldav">
     <D:propstat>
       <D:prop>
         <D:resourcetype/>
         <D:displayname/>
       </D:prop>
       <D:status>HTTP/1.1 200 OK</D:status>
     </D:propstat>
   </D:mkcol-response>
        
5. XML Element Definitions
5. XML要素定義
5.1. mkcol XML Element
5.1. MKCOL XML要素

Name: mkcol

名前:mkcol

Namespace: DAV:

名前空間:DAV:

Purpose: Used in a request to specify properties to be set in an extended MKCOL request, as well as any additional information needed when creating the resource.

目的:拡張されたMKCOLリクエストで設定するプロパティを指定するリクエストで使用され、リソースを作成する際に必要な追加情報。

Description: This XML element is a container for the information required to modify the properties on a collection resource as it is created in an extended MKCOL request.

説明:このXML要素は、拡張されたMKCOLリクエストで作成されているコレクションリソースのプロパティを変更するために必要な情報のコンテナです。

Definition:

意味:

       <!ELEMENT mkcol (set+)>
        
5.2. mkcol-response XML Element
5.2. mkcol-response xml要素

Name: mkcol-response

名前:mkcol-response

Namespace: DAV: Purpose: Used in a response to indicate the status of properties that were set or failed to be set during an extended MKCOL request.

名前空間:DAV:目的:拡張されたMKCOLリクエスト中に設定または設定されなかったプロパティのステータスを示すために応答で使用されます。

Description: This XML element is a container for the information returned about a resource that has been created in an extended MKCOL request.

説明:このXML要素は、拡張されたMKCOLリクエストで作成されたリソースについて返される情報のコンテナです。

Definition:

意味:

       <!ELEMENT mkcol-response (propstat+)>
        
6. Security Considerations
6. セキュリティに関する考慮事項

This extension does not introduce any new security concerns beyond those already described in HTTP [RFC2616] and WebDAV [RFC4918].

この拡張機能は、HTTP [RFC2616]およびWebDav [RFC4918]ですでに説明されているものを超えて、新しいセキュリティ上の懸念を導入しません。

7. Acknowledgments
7. 謝辞

Thanks to Bernard Desruisseaux, Mike Douglass, Alexey Melnikov, Julian Reschke, and Simon Vaillancourt.

Bernard Desruisseaux、Mike Douglass、Alexey Melnikov、Julian Reschke、Simon Vaillancourtに感謝します。

8. Normative References
8. 引用文献

[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997.

[RFC2119] Bradner、S。、「要件レベルを示すためにRFCで使用するためのキーワード」、BCP 14、RFC 2119、1997年3月。

[RFC2616] Fielding, R., Gettys, J., Mogul, J., Frystyk, H., Masinter, L., Leach, P., and T. Berners-Lee, "Hypertext Transfer Protocol -- HTTP/1.1", RFC 2616, June 1999.

[RFC2616] Fielding、R.、Gettys、J.、Mogul、J.、Frystyk、H.、Masinter、L.、Leach、P。、およびT. Berners-Lee、「HyperText Transfer Protocol-HTTP/1.1」、RFC 2616、1999年6月。

[RFC4791] Daboo, C., Desruisseaux, B., and L. Dusseault, "Calendaring Extensions to WebDAV (CalDAV)", RFC 4791, March 2007.

[RFC4791] Daboo、C.、Desruisseaux、B。、およびL. Dusseault、「webdav(caldav)への拡張カレンダー」、RFC 4791、2007年3月。

[RFC4918] Dusseault, L., "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)", RFC 4918, June 2007.

[RFC4918] Dusseault、L。、「Web分散オーサリングおよびバージョン(WebDAV)のHTTP拡張機能」、RFC 4918、2007年6月。

[W3C.REC-xml-20081126] Maler, E., Yergeau, F., Paoli, J., Bray, T., and C. Sperberg-McQueen, "Extensible Markup Language (XML) 1.0 (Fifth Edition)", World Wide Web Consortium Recommendation REC-xml-20081126, November 2008, <http://www.w3.org/TR/2008/REC-xml-20081126>.

[W3C.REC-XML-20081126] Maler、E.、Yergeau、F.、Paoli、J.、Bray、T.、およびC. Sperberg-Mcqueen、「拡張可能なマークアップ言語(XML)1.0(第5版)」、World Wide Web Consortiumの推奨REC-XML-20081126、2008年11月、<http://www.w3.org/tr/2008/REC-XML-20081126>。

Author's Address

著者の連絡先

Cyrus Daboo Apple Inc. 1 Infinite Loop Cupertino, CA 95014 USA

Cyrus Daboo Apple Inc. 1 Infinite Loop Cupertino、CA 95014 USA

   EMail: cyrus@daboo.name
   URI:   http://www.apple.com/