[
https://issues.apache.org/jira/browse/CAMEL-23052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-23052:
--------------------------------
Fix Version/s: 4.19.0
(was: 4.x)
> camel-http-base - typeconverter should be used when providing a HTTP query
> header
> ---------------------------------------------------------------------------------
>
> Key: CAMEL-23052
> URL: https://issues.apache.org/jira/browse/CAMEL-23052
> Project: Camel
> Issue Type: Improvement
> Components: camel-http
> Reporter: Leandro Pachis
> Priority: Minor
> Labels: help-wanted
> Fix For: 4.19.0
>
>
> HttpSendDynamicAware
> [sets|https://github.com/apache/camel/blob/main/components/camel-http-base/src/main/java/org/apache/camel/http/base/HttpSendDynamicAware.java#L114]
> the HTTP query value by casting the header value to type String, which can
> result in a ClassCastException. This can be updated to use a typeconverter
> instead which allows for more safety when converting to a String.
> {code:java}
> exchange.getIn().getHeader(Exchange.HTTP_QUERY, String.class){code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)