Changes for page V3.0.5
Last modified by Carlijn Kokkeler on 2024/07/17 14:39
From version 28.1
edited by Carlijn Kokkeler
on 2024/04/23 12:12
on 2024/04/23 12:12
Change comment:
There is no comment for this version
To version 29.2
edited by Carlijn Kokkeler
on 2024/05/06 14:29
on 2024/05/06 14:29
Change comment:
Update document after refactoring.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -V3 .0.41 +V305 - Content
-
... ... @@ -5,9 +5,7 @@ 5 5 6 6 =====Bug fixes===== 7 7 8 -* The content-length header is now removed from all messages. With the latest Spring version, this HTTP header was no longer overridden when making HTTP (REST) requests. This could result in an error message ‘Too many bytes written’ or ‘Insufficient bytes written’ if the message contained the content-length header from a previous HTTP call. Behavior of the flow components has been changed so that it will never set the content-length header. **Note**: this means that manually setting the content-length header is no longer allowed. If your flows contain any component explicitly setting or overriding the content-length header, these should be removed. 9 -* SFTP Session Factories with a known-hosts file specified were not parsed properly. 10 -* In flows with a JMS inbound and a Kafka outbound, log messages at error level could occur due to jms_* headers on the message that could not be mapped to Kafka message headers. Since this message would be logged for every message that would be send, this log message has been disabled. 8 +* SFTP session factories did not close their connection after it was complete. This could cause connection starvation on the SFTP server, and was especially noticable when using the SFTP Session Factory without caching, as that factory opens a new connection for every call. 11 11 12 12 )))((({{toc/}}))){{/container}} 13 13 {{/container}}