as2-lib 4.8.0
phax
released this
25 Oct 16:31
·
240 commits
to master
since this release
- Deprecated class
ExceptionParameters
because it is not used - Simplified the
IAS2InputStreamProvider
interface in a backwards incompatible way - Changed the handling of incoming messages in the Servlet to handle large files. See issue #123 - thanks @ihudedi
- Fixed the handling of active modules in
as2-demo-spring-boot
andas2-demo-webapp
. See issue #129 - thanks @GeeinHub - The parameters
errordir
andsentdir
ofAbstractDirectoryPollingModule
can now also handledate
andmsg
parameters - Added the parameter
stored_error_filename
to classAbstractDirectoryPollingModule
to define the filename for storing in the error directory. It can handledate
andmsg
parameters. The default behaviour is the source filename. - Added the parameter
stored_sent_filename
to classAbstractDirectoryPollingModule
to define the filename for storing in the sent directory. It can handledate
andmsg
parameters. The default behaviour is the source filename. - The parameter
errordir
ofDirectoryResenderModule
can now also handledate
parameters - Added the parameter
stored_error_filename
to classDirectoryResenderModule
to define the filename for storing in the error directory. It can handledate
parameters. The default behaviour is the source filename.