Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrupted files in streamed ZIP #5702

Closed
diedekerkhof opened this issue Nov 7, 2023 · 0 comments · Fixed by #5726, #5734 or #5988
Closed

Corrupted files in streamed ZIP #5702

diedekerkhof opened this issue Nov 7, 2023 · 0 comments · Fixed by #5726, #5734 or #5988
Assignees
Milestone

Comments

@diedekerkhof
Copy link

Describe the issue
A adapter using the ZipWriterPipe and WriteDataToZipStream was working in version 7.9-20230615.190037 but not in 7.9-RC1

Reporter
@diede.kerkhof

Configuration
Its using the ZipWriterPipe and WriteDataToZipStream to write data from the database into a zip. The zip should be filled with the files from the database.

Input
The files are in base64 in the database and get decoded before the WriteDataToZipStream action is done

Environment
Test

@tnleeuw tnleeuw self-assigned this Nov 7, 2023
@tnleeuw tnleeuw added this to the 7.9 milestone Nov 7, 2023
jkosternl added a commit that referenced this issue Dec 13, 2023
nielsm5 pushed a commit that referenced this issue Dec 13, 2023
@jkosternl jkosternl linked a pull request Dec 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment