[ https://issues.apache.org/activemq/browse/CAMEL-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Willem Jiang reassigned CAMEL-2981: ----------------------------------- Assignee: Willem Jiang > 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.3.0, 2.4.0 > Reporter: Patrick Dumontel > Assignee: Willem Jiang > 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 > to populate the request parameters of 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.