Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-662

Wrong space handling in FileModelAssembler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Jena 2.11.1
    • Jena 2.13.0
    • Jena
    • None

    Description

      The method getDirectoryName in com.hp.hpl.jena.assembler.assemblers.FileModelAssembler should also make sure that at some chars, like space should be urldecoded again. E.g. If the URI is file:///tmp/file%20name%20with%20space the corresponding file can not be found under /tmp/file%20name%20with%20space but under /tmp/file name with space.

      There might be some other chars which have to be taken into account, e.g. "%25" -> "%", but I don't think a urldecode over the whole string is correct.

      Sorry I can't provide an example yet, because I couldn't isolate this part of the code so far and I didn't try to write a test for this.

      Attachments

        Activity

          People

            andy Andy Seaborne
            white_gecko Natanael Arndt
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: