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)