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.
https://sourceforge.net/projects/openas2/
GNU General Public License v3.0
185 stars 137 forks source link

Files from pendingMdn gets deleted even in case of error #322

Closed PreeteshShettigar closed 5 months ago

PreeteshShettigar commented 1 year ago

For OpenAs2-3.5.0 1) If we receive Socket timeout, Files from pendingMdn get deleted even in case of an error/exception So post completion of retries, the files are not available for moving into the error directory

2) I Have provided the retries count as 3, still only 2 retries are done, as the retry count is incremented at two places i.e. AS2Util and MessageBuilder and the condition fails after two retry only

uhurusurfa commented 5 months ago

This was fixed in #356