ZIP file corrupted when using HTTP Listener attachments (Entire Message) #118
vinodaravind01
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
We are receiving ZIP files via the BridgeLink HTTP Listener using
multipart/form-data.The JavaScript transformer logic is correct and verified, but the ZIP file appears to be corrupted during source parsing, before JavaScript processing.
Observed Behavior
PK) is missing at the beginningPK) is correct, but the ZIP fails validation due to corrupted trailing bytesExpected Behavior
PK) and trailer should remain intactImpact
Suspected Cause
Request
Beta Was this translation helpful? Give feedback.
All reactions