Use space as path separator for Manifest Class-Path attributes
Mark Wielaard
mark@klomp.org
Tue Feb 15 21:00:00 GMT 2005
Hi,
While merging and testing URLClassLoader in GNU Classpath I noticed that
all all MANIFEST.MF files I could find use a space " " as path
separator. This is also what the JCLv1 supplement says
should be used.
2005-02-15 Mark Wielaard <mark@klomp.org>
* java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Just use
space for parsing CLASS_PATH attribute.
This makes gij -jar work for jar files that contain a CLASS_PATH
attribute with more then one element.
OK to commit?
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: space-path.patch
Type: text/x-patch
Size: 738 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050215/2a28cb37/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050215/2a28cb37/attachment.sig>
More information about the Java-patches
mailing list