[QFJ-476] Message vailidation is done even if use data dictionary flag is set "N" Created: 01/Oct/09 Updated: 15/Nov/12 Resolved: 05/Apr/10 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.4.0 |
Fix Version/s: | 1.5.0 |
Type: | Bug | Priority: | Default |
Reporter: | Subodh Jain | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 2 |
Labels: | None |
Issue Links: |
|
Description |
The fix I found for this is: |
Comments |
Comment by Jake Machina [ 25/Mar/10 ] |
A more effective fix might be to move line 99 of DefaultSessionFactory.java into the if() block following it (line 101). This way dataDictionaryProvider would be null if appropriate, and all the checks which already use the null value will work. |
Comment by Steve Bate [ 05/Apr/10 ] |
SVN #926 |