[QFJ-934] Message with nested repeating group and missing delimiter tag is silently ignored Created: 21/Sep/17  Updated: 22/Nov/17  Resolved: 22/Nov/17

Status: Closed
Project: QuickFIX/J
Component/s: Engine
Affects Version/s: None
Fix Version/s: 2.0.0

Type: Bug Priority: Default
Reporter: Christoph John Assignee: Christoph John
Resolution: Fixed Votes: 0
Labels: None


 Description   

problem

When a message is received that has a repeating group inside another repeating group and the first group is missing the group delimiter, the message is silently ignored. The reason for this is that an InvalidMessage Exception is thrown and the sequence number is not incremented. Normally, this is OK for messages that have a wrong checksum or length because it is expected that the problem "corrects itself". However, a missing repeating group delimiter should be considered a user or FIX engine problem and we should hence reject the message with a meaningful description.


Generated at Mon May 06 14:26:55 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.