DefaultHttpBinding's populateRequestParameters should be more flexible when
checking the content type on POST
-------------------------------------------------------------------------------------------------------------
Key: CAMEL-2981
URL: https://issues.apache.org/activemq/browse/CAMEL-2981
Project: Apache Camel
Issue Type: Improvement
Components: camel-http
Affects Versions: 2.4.0, 2.3.0
Reporter: Patrick Dumontel
Priority: Minor
Line 126 in DefaultHttpBinding checks if the request's method is POST and the
content type is "application/x-www-form-urlencoded". This unfortunately fails a
POST request where the content type includes the charset, e.g.
"application/x-www-form-urlencoded; charset=UTF-8".
Could the equals be changed to startsWith?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.