re PR libgcj/29869 (LogManager class loading failure with Tomcat)

libjava
	PR libgcj/29869:
	* java/util/logging/LogManager.java (readConfiguration): Handle
	comma-separated 'handlers'.  Don't try to add a non-existing
	handler.
libgcj/classpath
	PR libgcj/29869:
	* gnu/java/util/jar/JarUtils.java (log): Commented out.
	(readSFManifest): Don't log.

From-SVN: r123356
This commit is contained in:
Tom Tromey
2007-03-30 04:09:35 +00:00
committed by Tom Tromey
parent 1a54978869
commit cc5e1fab40
7 changed files with 32 additions and 7 deletions
+6
View File
@@ -1,3 +1,9 @@
2007-03-29 Tom Tromey <tromey@redhat.com>
PR libgcj/29869:
* gnu/java/util/jar/JarUtils.java (log): Commented out.
(readSFManifest): Don't log.
2007-03-28 Casey Marshall <csm@gnu.org>
* gnu/javax/net/ssl/provider/ClientHandshake.java (RSAGen.implRun):