Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80527 --- shadow/80527 2007-01-17 16:52:53.000000000 -0500 +++ shadow/80527.tmp.12073 2007-02-14 12:18:05.000000000 -0500 @@ -24,6 +24,14 @@ See for reference: http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.3 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-17 16:52 ------- Related bug in MindTouch Dream: http://bugs.opengarden.org/view.php?id=974 + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-14 12:18 ------- +Clarification, + +POST http method _requires_ the Content-Length header. So, if no body +is provided, it must be '0'. However, for all other http methods +(e.g. GET, PUT, DELETE, ...), the absence of this header indicates +that their is no body, but the request is still well formed. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
