This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: java.security.Security patch
- From: Andrew Haley <aph at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: java-patches at gcc dot gnu dot org
- Date: Fri, 10 Nov 2006 10:36:43 +0000
- Subject: Re: java.security.Security patch
- References: <45349D9E.9010105@gmx.ch> <453A016A.4030408@gmx.ch>
Marco Trudel writes:
> Marco Trudel wrote:
> > > It looks like GCJ's Security.java wasn't updated when importing
> > > classpath 0.92. This patch does that.
> > > The important thing is that all security providers get installed;
> > > even if the file ".../security/classpath.security" is not found
> > > (static builds ;-))
> > > This fixes javax.crypto to finally work. Mohans static initializer
> > > is no longer needed...
> > >
> > > Hints? Comments?
> > > I have no commiting rights and the copyright assignment papers have
> > > not yet arrived with mail. This might be a problem...
> >
> > The assignment is now set up.
> > Is the patch ok for trunk? If yes, can someone commit it?
>
> Anyone? I would prefer to have svn write access because that probably
> wasn't my last patch. So I don't have to wait until someone has time to
> do the committing work for me...
There's no ChangeLog.
Is this a fix for static builds, or what? loadProviders() should
already have done the right thing.
Andrew.