Skip to content

DB Tracking Module, File name parsing, daemon launch script and more...

Compare
Choose a tag to compare
@uhurusurfa uhurusurfa released this 14 Oct 08:00
· 472 commits to master since this release

This release is an enhancement release:

  1. Add message tracking module to allow easy identification of sent and received messages based on state
    - persists state change tracking of messages to H2 database
    - allow user-plugin of custom tracking module(s)
  2. Enhanced documentation around certificate management
  3. Added properties element to config to allow easy custom config property access from java modules and helper classes
  4. Added support for parsing file name into partnership attributes using regular expressions
  5. Added script to support launching OpenAS2 as a daemon using the init.d paradigm
  6. Added system parameter to startup scripts to allow restricted HTTP headers that cause problems for some AS2 implementations

Upgrade Notes:

  1. Add the new module to your existing config.xml (see classname="org.openas2.processor.msgtracking.DbTrackingModule" in release config.xml)
  2. If using a custom startup script, re-integrate your customisations into the new script

[Download OpenAS2](https://sourceforge.net/projects/openas2/files/v2.1.0/DB Tracking Module, File name parsing, daemon launch script and more....zip/download)