httpbis: Ticket #17: Revise description of the POST method

Link:  http://trac.tools.ietf.org/wg/httpbis/trac/ticket/17

Origin:  http://lists.w3.org/Archives/Public/ietf-http-wg-old/2002JanApr/0024.html

Component: p2-semantics

The description of POST was broadened over time, and is not clear. It is clarified by the following changes in Section 9.5:

The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.

should be:

The POST method is used to request that the origin server accept the entity enclosed in the request as data to be processed by the resource identified by the Request-URI in the Request-Line.

Likewise:

The actual function performed by the POST method is determined by the server and is usually dependent on the Request-URI. The posted entity is subordinate to that URI in the same way that a file is subordinate to a directory containing it, a news article is subordinate to a newsgroup to which it is posted, or a record is subordinate to a database.

should be:

The actual function performed by the POST method is determined by the server and is usually dependent on the Request-URI.

Mails

Mails by Sender (Top 10) Mails by Month

Associated Checkins

fielding@gbiv.com (Sat, 22 Dec 2007 00:12:03 GMT)
[78]: Resolve #17: Revise description of the POST method

History

: comment added; version, resolution, milestone set; status changed (Sat, 22 Dec 2007 00:12:03 GMT)

Fixed in [78]

: comment added; version changed (Sat, 22 Dec 2007 04:12:55 GMT)

: comment added; component set (Sat, 09 Aug 2008 13:01:25 GMT)

Related Information

Issues List Index