Romain Manni-Bucau created XBEAN-231:
----------------------------------------

             Summary: jarPath is not well handled by JarArchive
                 Key: XBEAN-231
                 URL: https://issues.apache.org/jira/browse/XBEAN-231
             Project: XBean
          Issue Type: Bug
    Affects Versions: 3.12
            Reporter: Romain Manni-Bucau


in JarArchive (line 53) constructor the path should reuse 
FileArchive.decode(String) method instead of trying to handle it manually (jar 
= new JarFile(u.getFile().replace("%20", " ")); // no more an url)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to