[QFJ-311] FileUtil open fails if CONTEXT_RESOURCE finds file and CLASSLOADER_RESOURCE does not - no break in switch Created: 13/May/08 Updated: 07/Aug/08 Resolved: 17/Jun/08 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.3.1 |
| Fix Version/s: | 1.3.2 |
| Type: | Bug | Priority: | Default |
| Reporter: | Michael Franz | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OSX 10.4.11 |
||
| Description |
|
The switch statement in the FileUtil.open(...) does not break after matching CONTEXT_RESOURCE. This causes files to not open if they are found by CONTEXT_RESOURCE and not by CLASSLOADER_RESOURCE. This can also return the wrong file if each resource finds a different version of the file. |