[ 
https://issues.apache.org/jira/browse/XBEAN-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592770#comment-13592770
 ] 

Romain Manni-Bucau commented on XBEAN-241:
------------------------------------------

Please take into account the code reuse the file logic but was not reusing file 
url parsing.
                
> 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: Mark Struberg
>            Priority: Blocker
>
> 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

Reply via email to