Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 11860 invoked from network); 17 May 2002 15:12:55 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 May 2002 15:12:55 -0000 Received: (qmail 29325 invoked by uid 97); 17 May 2002 15:12:49 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 29249 invoked by uid 97); 17 May 2002 15:12:47 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 29233 invoked by uid 98); 17 May 2002 15:12:47 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: (Known) Problems with WebappClassLoader Date: Fri, 17 May 2002 17:12:40 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: <2C5637A6A7CE844EA3C0A94565479F520FFF63@dest-as20-002.int.bauer-partner.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Thread-Topic: (Known) Problems with WebappClassLoader Thread-Index: AcH9tUkoqIn2hulrSBGiFb86SNEMbA== From: "Eriksson, Michael" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I have come across two problems with the o.a.c.loader.WebappClassLoader (TC 4.03) that are currently major obstacles for me: 1) Sealed jars are not handled correctly. Cf. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D8611. Is there any chance of the fix being ported to 4.0x? (I am not likely to be able to move to 4.1x for quite some time. Under no circumstances before the official release.) 2) Class.getSigners () returns null instead of the signers. This is probably http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D7578. I have verified that this is a problem with WebappClassLoader by removing all overridden methods of URLClassLoader and adding the jars from WEB-INF/lib with super.addURL in a constructor. This crippled version loads the signers correctly. Any fix at all? (The bug-report from 2002-03-28 has had no response so far.) Regards, Michael Eriksson -- To unsubscribe, e-mail: For additional commands, e-mail: