If the schema file has a space in its filename, using a binding file that refers to it fails. The reason can be found in line 248 of Internalizer.java, where URL.getFile() returns a URL encoded String (with %20 for spaces), which is not expected by the File constructor.
Test case will follow shortly.
Environment
Tested on Linux.
Affected Versions
[2.2.3]
If the schema file has a space in its filename, using a binding file that refers to it fails. The reason can be found in line 248 of Internalizer.java, where URL.getFile() returns a URL encoded String (with %20 for spaces), which is not expected by the File constructor.
Test case will follow shortly.
Environment
Tested on Linux.
Affected Versions
[2.2.3]