[jira] [Updated] (CAMEL-20037) camel-http builds StringEntity with wrong contentEncoding

2023-10-25 Thread Claus Ibsen (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-20037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-20037:

Fix Version/s: 4.0.3

> camel-http builds StringEntity with wrong contentEncoding
> -
>
> Key: CAMEL-20037
> URL: https://issues.apache.org/jira/browse/CAMEL-20037
> Project: Camel
>  Issue Type: Bug
>  Components: camel-http
>Affects Versions: 4.1.0
>Reporter: Simo Kivimäki
>Priority: Major
> Fix For: 4.0.3, 4.2.0
>
>
> HttpProducer.java line 781:
> {code:java}
> answer = new StringEntity(content, contentType, charset, false);
> {code}
> Here the third parameter should be contentEncoding (e.g. null). Not charset.
> This will produce HTTP request having for example header:
> {code}
> Content-Encoding: utf-8
> {code}
> UTF-8 is not allowed Content-Encoding. See 
> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding.
> Some http servers returns HTTP 415 Unsupported Media Type because of that.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-20037) camel-http builds StringEntity with wrong contentEncoding

2023-10-25 Thread Claus Ibsen (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-20037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-20037:

Affects Version/s: 4.0.1

> camel-http builds StringEntity with wrong contentEncoding
> -
>
> Key: CAMEL-20037
> URL: https://issues.apache.org/jira/browse/CAMEL-20037
> Project: Camel
>  Issue Type: Bug
>  Components: camel-http
>Affects Versions: 4.0.1, 4.1.0
>Reporter: Simo Kivimäki
>Priority: Major
> Fix For: 4.0.3, 4.2.0
>
>
> HttpProducer.java line 781:
> {code:java}
> answer = new StringEntity(content, contentType, charset, false);
> {code}
> Here the third parameter should be contentEncoding (e.g. null). Not charset.
> This will produce HTTP request having for example header:
> {code}
> Content-Encoding: utf-8
> {code}
> UTF-8 is not allowed Content-Encoding. See 
> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding.
> Some http servers returns HTTP 415 Unsupported Media Type because of that.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-20037) camel-http builds StringEntity with wrong contentEncoding

2023-10-24 Thread Claus Ibsen (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-20037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-20037:

Fix Version/s: 4.2.0

> camel-http builds StringEntity with wrong contentEncoding
> -
>
> Key: CAMEL-20037
> URL: https://issues.apache.org/jira/browse/CAMEL-20037
> Project: Camel
>  Issue Type: Bug
>  Components: camel-http
>Affects Versions: 4.1.0
>Reporter: Simo Kivimäki
>Priority: Major
> Fix For: 4.2.0
>
>
> HttpProducer.java line 781:
> {code:java}
> answer = new StringEntity(content, contentType, charset, false);
> {code}
> Here the third parameter should be contentEncoding (e.g. null). Not charset.
> This will produce HTTP request having for example header:
> {code}
> Content-Encoding: utf-8
> {code}
> UTF-8 is not allowed Content-Encoding. See 
> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding.
> Some http servers returns HTTP 415 Unsupported Media Type because of that.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)