Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
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.