Uploaded image for project: 'DdlUtils'
  1. DdlUtils
  2. DDLUTILS-186

WriteDataToDatabaseCommand throws MalFormedURL if used with commons-digester 1.8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.0
    • 1.1
    • 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

          Activity

            People

              tomdz Thomas Dudziak
              rjhazelwood Ricky Hazelwood
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: