camel-jetty should apply the Camel message body content as the HTTP request 
body for HTTP PUT requests
------------------------------------------------------------------------------------------------------

                 Key: CAMEL-4521
                 URL: https://issues.apache.org/jira/browse/CAMEL-4521
             Project: Camel
          Issue Type: Improvement
          Components: camel-jetty
            Reporter: Rich Newcomb
            Priority: Minor


The camel-jetty JettyHttpProducer only transposes Camel message body content 
into the HTTP request body if the HTTP method is POST.  The  component should 
be updated to also attach body content when the HTTP PUT method is specified.  
This will better support the expected HTTP method semantics, and will allow 
camel-jetty to be used as a client for systems that employ the "High REST" 
architecture paradigm.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to