Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.0
-
None
Description
The parse method on the Digester class in commons-digester-1.8 was changed to use URL rather than FileInputStream to get InputSource. WriteDataToDatabaseCommand takes the input file and passes file.getAbsolutePath() to DatabaseDataIO which in turn passes that string to Digester parse method. Since the file is passed as string without 'file:' prefix, new URL(filename) throws a MalFormedURL exception (missing protocol)
Attachments
Issue Links
- relates to
-
DDLUTILS-224 Get rid of Digester dependency
- Resolved