[ https://issues.apache.org/jira/browse/XBEAN-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jarek Gawor closed XBEAN-241. ----------------------------- Resolution: Fixed Fix Version/s: 3.13 Assignee: Jarek Gawor (was: Mark Struberg) > finder doesn't handle # > ----------------------- > > Key: XBEAN-241 > URL: https://issues.apache.org/jira/browse/XBEAN-241 > Project: XBean > Issue Type: Bug > Components: finder > Reporter: Romain Manni-Bucau > Assignee: Jarek Gawor > Priority: Blocker > Fix For: 3.13 > > Attachments: XBEAN-test.patch > > > 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) -- 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