[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22906] New: Invalid handling of cache in JarURLConnection
From: |
mark at gcc dot gnu dot org |
Subject: |
[Bug classpath/22906] New: Invalid handling of cache in JarURLConnection |
Date: |
11 Sep 2005 09:46:30 -0000 |
It has been reported that we get that exception on kaffe when executing tomcat5
in some circumstances:
java.lang.IllegalStateException: Zip file already closed:
/d/local/jakarta-tomcat-5.0.28/common/lib/commons-pool-1.2.jar
Rei Odaira has reported the reason of the bug in the following mail:
http://www.kaffe.org/pipermail/kaffe/2005-April/102100.html
Quickly said, JarURLConnection does not currently check the state of
setUseCache and so close wrongly the jar. The attached patch should solve the
problem.
------- Additional Comments From mark at gcc dot gnu dot org 2005-09-11 09:46
-------
Someone on IRC confirmed they do have the same issue.
--
Summary: Invalid handling of cache in JarURLConnection
Product: classpath
Version: unspecified
Status: NEW
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: from-classpath at savannah dot gnu dot org
CC: bug-classpath at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22906
- [Bug classpath/22906] New: Invalid handling of cache in JarURLConnection,
mark at gcc dot gnu dot org <=