tiamo / phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard.
42 stars 41 forks source link

MDN coming with LF instead of CR/LF #33

Closed ClausScherschel closed 10 months ago

ClausScherschel commented 2 years ago

Hey, we are receiving complaints, that returned MDNs are buggy, because most probably there are only LFs instead of CR/LFs as with previous versions. This seems to put original sender into trouble evaluating our response. There seems to be no option configuring this, right?

Best regards, Claus.

robsonala commented 2 years ago

Hi Claus, I have modified the setBody in some point due problem of limitation of preg_replace (I was hadling really big files) I didn't have any complaining though. You can try revert this commit and check if it works for you https://github.com/tiamo/phpas2/commit/5e3f63430310a3de4438dc55f7e0e448171903f8

thanks, R.