This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Classpath merge/java.security framework update
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 16 Nov 2002 18:45:27 -0700
- Subject: Re: FYI: Classpath merge/java.security framework update
- References: <1037490741.12460.75.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> The following patch adds the changes written by Raif Naffah that
Mark> just went into GNU Classpath. This makes libgcj pass all
Mark> java.security tests in Mauve and should make using GNU Crypto as
Mark> security provider possible.
Thanks.
I notice that Classpath has gnu.java.security.DefaultPermissionCollection
and we don't. However, it doesn't seem to be used in Classpath. Do
you know of a reason not to delete it?
Tom