You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jono Morris (Jira)" <ji...@apache.org> on 2024/04/09 10:38:00 UTC

[jira] [Updated] (CAMEL-20659) camel-as2 - include contentTransferEncoding on parsed MDN entity

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

Jono Morris updated CAMEL-20659:
--------------------------------
    Description: 
The `contentTransferEncoding` needs to be included in the MDN constructor when parsing the entity body.  Previously this was set via a 'setter' but with the upgrade to Apache HTTP client v5 it was changed to an immutable attribute that must be set via the constructor.

https://github.com/apache/camel/blob/camel-4.4.x/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/EntityParser.java#L713

  was:The `contentTransferEncoding` needs to be included in the MDN constructor when parsing the entity body.  Previously this was set via a 'setter' but with the upgrade to Apache HTTP client v5 it was changed to an immutable attribute that must be set via the constructor.


> camel-as2 - include contentTransferEncoding on parsed MDN entity
> ----------------------------------------------------------------
>
>                 Key: CAMEL-20659
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20659
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Jono Morris
>            Assignee: Jono Morris
>            Priority: Minor
>
> The `contentTransferEncoding` needs to be included in the MDN constructor when parsing the entity body.  Previously this was set via a 'setter' but with the upgrade to Apache HTTP client v5 it was changed to an immutable attribute that must be set via the constructor.
> https://github.com/apache/camel/blob/camel-4.4.x/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/EntityParser.java#L713



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