holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website
http://holodeck-b2b.org
GNU General Public License v3.0
71 stars 36 forks source link

StringIndexOutOfBoundsException when eb:Timestamp does not contain 'Z' indicator #78

Closed sfieten closed 6 years ago

sfieten commented 6 years ago

When the eb:Timestamp element in a received message contains fractional seconds but not the 'Z' timezone indicator a StringIndexOutOfBoundsException is thrown and the message processing aborted. The sender of the message gets an "Internal Error" ebMS Error.

The 'Z' indicator however is optional (see section 5.2.2.1 of ebMS V3 Core Spec).