You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Brian Olsen <br...@mmmanager.org> on 2002/08/21 17:38:42 UTC

[VFS][PATCH] Jar provider

The jar provider is finally finished.
It uses the getAttribute and getCertificates methods that came with the class loader patch but in that patch returned null.

The jar provider is the first to implement these features but there is nothing preventing any file system from supporting features that were previously reserved for jars.
If the file system supports file signing, or the file system supports attributes like "Sealed" or "Specification-Title" the class loader will use these features.

The provider does not have unit tests for signed jars at the moment, but both class loader and jar provider should support these.

Have fun!
- Brian

Re: [VFS][PATCH] Jar provider

Posted by Adam Murdoch <ad...@apache.org>.
Hi,

Patch applied, thanks.

----- Original Message -----
From: "Brian Olsen" <br...@mmmanager.org>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Thursday, August 22, 2002 1:38 AM
Subject: [VFS][PATCH] Jar provider


The jar provider is finally finished.
It uses the getAttribute and getCertificates methods that came with the
class loader patch but in that patch returned null.

The jar provider is the first to implement these features but there is
nothing preventing any file system from supporting features that were
previously reserved for jars.
If the file system supports file signing, or the file system supports
attributes like "Sealed" or "Specification-Title" the class loader will use
these features.

The provider does not have unit tests for signed jars at the moment, but
both class loader and jar provider should support these.

Have fun!
- Brian




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>