Menu

OpenAS2 - 20070604 Released

Added ability to include the filename in http headers - 2007-06-01

1. Changes to config.xml, node: processor, subnode: module.

1.a New attribute for AS2DirectoryPollingModules to specify if
the filename is to be included in the headers. Any value other than
"true" will be considered false.
<module classname="org.openas2.processor.receiver.AS2DirectoryPollingModule"
outboxdir="%home%\toAny"
errordir="%home%\toAny\error"
interval="5"
delimiters="-."
format="sender.as2_id, receiver.as2_id, attributes.fileid"
mimetype="application/EDI-X12"
sendFileName="true"/>

1.b Affected modules:
org.openas2.processor.receiver.DirectoryPollingModule
org.openas2.processor.storage.BaseStorageModule
org.openas2.processor.storage.MessageFileModule

2. Used the Eclipse UI to eliminate unused Java imports. Too many
affected modules to list.

3. Structure of download package changed. Removed samples-setup.

Posted by Joe McVerry 2007-06-04

Log in to post a comment.