Although not required by the specification, applications conformant to AS2 version 1.0 or 1.1 should write this header to indicate this.
This extensions supports compression, so AS2-Version 1.1 should be reported. This is also noted in Constants.java:
/**
* The AS2 version supported by this Holodeck B2B extension. Since compression is supported this should be 1.1
*/
public static final String AS2_VERSION = "1.1";
Although not required by the specification, applications conformant to AS2 version 1.0 or 1.1 should write this header to indicate this.
This extensions supports compression, so AS2-Version 1.1 should be reported. This is also noted in
Constants.java
: