OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.

Home Page:https://sourceforge.net/projects/openas2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDN Response logging shows as Java object instead of the message string

uhurusurfa opened this issue · comments

I'm sending some messages using OpenAS2 and receiving the corresponding MDNs with success but when I look into the stored received MDN files (and the mdn_response field in the db), instead of the text received in the MDN, it shows something like:

...
DISPOSITION: automatic-action/MDN-sent-automatically; processed
Text:
java.io.ByteArrayInputStream@76182f20

and it shows the same in the db mdn_response field:

java.io.ByteArrayInputStream@76182f20

Looks like it:
Screenshot 2022-02-02 at 09 10 36