You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Uri Shachar (JIRA)" <ji...@apache.org> on 2013/02/03 16:32:13 UTC

[jira] [Comment Edited] (TS-1627) Support GET requests with payload

    [ https://issues.apache.org/jira/browse/TS-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569800#comment-13569800 ] 

Uri Shachar edited comment on TS-1627 at 2/3/13 3:31 PM:
---------------------------------------------------------

Uploaded new patch that properly handles requests that have content.
TRACE isn't allowed to have payload
POST/PUT must specify either Content-Length or Transfer-Encoding:Chunked
                
      was (Author: ushachar):
    Uploaded new patch that properly handles requests that have content.
TRACE isn't allowed to have payload
POST/PUT are required to specific CL/Chunked
                  
> Support GET requests with payload
> ---------------------------------
>
>                 Key: TS-1627
>                 URL: https://issues.apache.org/jira/browse/TS-1627
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>    Affects Versions: 3.3.0
>            Reporter: Uri Shachar
>         Attachments: get_with_payload.patch, requests_with_content.patch
>
>
> From what I understand from RFC 2616, these requests should be legal. ATS currently accepts these requests, but drops the body when passing them onward to the upstream.
> Most discussion that I could find on the web say that this is legal -- although what the upstream can actually do with the payload isn't clear....
> http://lists.w3.org/Archives/Public/ietf-http-wg/2006AprJun/0096.html
> http://tech.groups.yahoo.com/group/rest-discuss/message/9957
> http://stackoverflow.com/questions/978061/http-get-with-request-body
> http://dret.typepad.com/dretblog/2007/10/http-get-with-m.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira