phax / as2-lib

A generic Java AS2 library, servlet and server
107 stars 43 forks source link

Remove stacktrace from MDN #94

Closed Shucki closed 5 years ago

Shucki commented 5 years ago

The stacktrace is still contained in an MDN, as the release notes mention that this is no longer the case I created this pull request to correct it.

<standard MDN text> at Location 127.0.0.1 was authenticated as the originator of the message. An error occured while storing the data to the file system. Processor 'DefaultMessageProcessor' threw exception: null com.helger.as2lib.exception.OpenAS2Exception 1.: ...(same stacktrace as before but now with CRLF)

phax commented 5 years ago

Well, the stacktrace itself was gone, but the information about the exception was remaining. I understand, that this is also tedious. With this patch, also the information about the exception goes away. I will change the EOL handling slightly, but in general I agree to your approach here.

Shucki commented 5 years ago

Thank you for the quick response and merge. I really appreciate it.

phax commented 5 years ago

Since this is not too urgent, please have a little patience until the next release. Thx and keep on providing PRs :)