7416 – java.security startup refs "GNU libgcj.security" (original) (raw)
Description Tom Tromey 2002-07-26 11:56:01 UTC
The java.security init code in Security.java calls loadProviders with the value of the java.vm.name property. We changed this property to "GNU libgcj" -- but that yields a funny name for the .security file. We install the file as "libgcj.security".
Whatever fix is made here must be suitable for classpath as well...
Release: unknown
Comment 1 Tom Tromey 2002-11-14 14:49:42 UTC
Responsible-Changed-From-To: unassigned->tromey Responsible-Changed-Why: I'm handling this
Comment 2 Tom Tromey 2002-12-31 14:51:28 UTC
State-Changed-From-To: open->closed State-Changed-Why: I've checked in the fix.