OpenAS2/OpenAs2App

Files from pendingMdn gets deleted even in case of error

PreeteshShettigar opened this issue · 1 comments

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

This was fixed in #356