Re: Charset being used to set Content-Encoding field since camel v4

2024-05-21 Thread Arthur Naseef
Otavio - I did a test run with 4.2.0 and it was successful. Apologies on the delayed response. Thank you for looking into it. Art On Tue, Feb 27, 2024 at 5:36 AM Otavio Rodolfo Piske wrote: > > Hello, > > I made a small change to allow switching Camel versions [1] > > Then, I tried with newer

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-27 Thread Otavio Rodolfo Piske
Hello, I made a small change to allow switching Camel versions [1] Then, I tried with newer Camel versions: 4.1.0: fails 4.2.0: Seems OK 4.3.0: Seems OK 4.4.0: Seems OK 4.5.0-SNAPSHOT: Seems OK Please, can you check w/ newer Camel versions and let me know? 1. https://github.com/orpiske/camel-i

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-23 Thread Otavio Rodolfo Piske
Thanks Arthur, I'll take a look next week. Kind regards On Tue, Feb 20, 2024 at 10:23 PM Arthur Naseef wrote: > Here is a reproducer using the maven archetype: > > https://github.com/artnaseef/camel-invalid-content-encoding > > Art > > > On Fri, Feb 16, 2024 at 3:12 PM Arthur Naseef > wrot

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-20 Thread Arthur Naseef
Here is a reproducer using the maven archetype: https://github.com/artnaseef/camel-invalid-content-encoding Art On Fri, Feb 16, 2024 at 3:12 PM Arthur Naseef wrote: > > Looking into an integration that was updated from camel v2 to v4, and having > problems with outbound "http" component r

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-17 Thread Otavio Rodolfo Piske
Hi, thanks for reporting. Please, would you mind writing a reproducer using the steps described here? https://camel.apache.org/camel-core/contributing/#_providing_a_reproducer It would make it much easier to verify and fix the issue. Kind regards On Fri, Feb 16, 2024 at 11:12 PM Arthur Naseef

Charset being used to set Content-Encoding field since camel v4

2024-02-16 Thread Arthur Naseef
Looking into an integration that was updated from camel v2 to v4, and having problems with outbound "http" component requests being rejected downstream due to an invalid *Content-Encoding* field. The request is including the following header: *Content-Encoding: us-ascii* Based on research, this