OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
GNU General Public License v3.0
185 stars 137 forks source link

config reference value may mistake #291

Closed lucifa7 closed 2 years ago

lucifa7 commented 2 years ago

in release 3.3.0 the config key smtpauth on tag logger that with classname org.openas2.logging.EmailLogger was with value "$properties.email.auth" but the key is not defined in this file,the similar key properties.email.smtpauth , should I change to that?

uhurusurfa commented 2 years ago

😒 ... yes, the attribute in the logger element should be: smtpauth="$properties.email.smtpauth$"

lucifa7 commented 2 years ago

O(∩_∩)O