Uploaded image for project: 'XBean'
  1. XBean
  2. XBEAN-241

finder doesn't handle #

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 3.13
    • finder
    • None

    Description

      current trunk (i didn't check previous versions) doesn't handle '#' for Jars.

      In org.apache.xbean.finder.archive.JarArchive#JarArchive replacing line 53 (jar = new JarFile(u.getFile().replace("%20", " ")); // no more an url) by jar = new JarFile(FileArchive.decode(u.getFile()));

      is enough to fix it (i can do a patch but since that's trivial to do i thought it was not mandatory, if you need it please ask)

      Attachments

        1. XBEAN-test.patch
          5 kB
          Romain Manni-Bucau

        Activity

          People

            gawor@mcs.anl.gov Jarek Gawor
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: