holodeck-b2b / hb2b-as2

An extension for Holodeck B2B to support message exchanges using the AS2 protocol
GNU General Public License v3.0
6 stars 1 forks source link

Request should write AS2-Version HTTP header #7

Closed sopgreg closed 1 year ago

sopgreg commented 2 years ago

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";