On Fri, 2006-07-28 at 14:20 -0400, Tom Tromey wrote: > >>>>> "Matthew" == Matthew Wringe <[EMAIL PROTECTED]> writes: > > Matthew> Changelog: > Matthew> 2006-07-28 Matt Wringe <[EMAIL PROTECTED]> > Matthew> * gnu/java/security/Engine.java > Matthew> (getInstance): Add case insentivity to algorithm names > Matthew> * java/security/Provider.java > Matthew> (put): Stop using canonical key naming > Matthew> (remove): Likewise > Matthew> (toCanonicalKey): Method removed > Matthew> (get): Method removed, no longer needs to overwrite > Matthew> parent implementation > > Looks good to me.
Ok, they has just been committed. > This would be a good candidate for 0.92 as well. Agreed, I will include the necessary bug and mauve details here so that it can be reviewed for submission into the 0.92 branch: The bug the patch fixes is #28192 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28192 And the mauve test that should now pass with the patch is java.security.Engine.getInstance testAlgorithmCase Patch files: http://developer.classpath.org/pipermail/classpath-patches/attachments/20060728/2eac8e87/Crypto-Engine.bin http://developer.classpath.org/pipermail/classpath-patches/attachments/20060728/2eac8e87/Crypto-Provider.bin Thanks Matt Wringe
