DO NOT REPLY [Bug 11318] New: - Wrong decoding in HttpServletRequest.getPathInfo()

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11318. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Problem with HttpSession.setAttribute

2002-07-31 Thread Benno Luthiger
Hello Using Tomcat 4 (in this example 4.0.4) I have problems with HttpSession.setAttribute(String name, Object value). Tomcat implements this interface which StandardSessionFacade: StandardSessionFacade.setAttribute(String name, Object value) The method call is delegated to StandardSession:

DO NOT REPLY [Bug 11324] New: - forward() doesnt add parameters to query string

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11324. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11327] New: - HTTP 400 on any request with URL containig UTF-8 sequence staring with %C4

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11327. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Embedded Tomcat and custom connector ?

2002-07-31 Thread Eriam Schaffter
Hi back That was not so clear. What I would like to do is to get *all* http requests and manage them trough another connector then the one that passes them to the filesystem. Example: a http request comes and it's a GET /Test instead of trying to fetch the local Test directory I want to

Tomcat 4.0

2002-07-31 Thread Thomas Colin de Verdière
Hi, we are using Tomcat 3.2.4, we deliver to the customer a solution with Tomcat 3.2.4 and we would like to use either Tomcat 3.3 either Tomcat 4.0. Our product work fine with Tomcat 4.0 and Tomcat 3.2.4. Our customers develop their applications using Tomcat 3.2.4 and so it is easy for them

DO NOT REPLY [Bug 11328] New: - Invocation of getWriter() during RequestDispatcher.foward()

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11328] - Invocation of getWriter() during RequestDispatcher.foward()

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11328] - Invocation of getWriter() during RequestDispatcher.foward()

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11328] - Invocation of getWriter() during RequestDispatcher.foward()

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Tomcat 4.0

2002-07-31 Thread Michael E. Locasto
Hi, The 2.3/1.2 spec requires implementations to be backward compatible. http://jakarta.apache.org/tomcat/ As required by the specifications, Tomcat 4.0 also supports web applications built for the Servlet 2.2 and JSP 1.1 specifications with no changes. As far as the choice between 3.3.1 and

mod_jk, mod_jk2 URI spaces

2002-07-31 Thread Mladen Turk
Hi, Just been working for a week on a real-life TC-mod_jk situation, and found some interesting limitations (well, point of views to the concept). What are we doing right now is 'favoring' TC over Apache URI resolving, meaning that if we set something like /*.html, then all the .html context

DO NOT REPLY [Bug 11307] - Deadlock in ClassLoader

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11307. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Tomcat 4.0

2002-07-31 Thread Thomas Colin de Verdière
Well in fact we would like to use Tomcat 4.0 but our customers may want to use Bea Weblogic, ATG dynamo .. We don't want to force them to use a specific server. My question should be : is there a way in Tomcat 4.0 to make it behave as a servlet 2.2, jsp 1.1 server. I looked at web.xml and there

RE: mod_jk, mod_jk2 URI spaces

2002-07-31 Thread Mladen Turk
Now I propose that we make something like _not_ URI space filtering. Meaning that one could be able to serve every .html file through TC except for the /*/some_space/ location. Right now we are checking and hoping that the TC will accept the context, and then we forget that immediately.

[PATCH] [5.0] jakarta-servletapi-5

2002-07-31 Thread Bob Herrmann
The 2.4 Servlet spec adds a new constant. See section 15.1.5 in the June 24th public draft. Cheers, -bob Index: src/share/javax/servlet/http/HttpServletResponse.java === RCS file:

DO NOT REPLY [Bug 11307] - Deadlock in ClassLoader

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11307. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/bin launcher.xml

2002-07-31 Thread patrickl
patrickl2002/07/31 08:24:10 Removed: catalina/src/bin launcher.xml Log: Remove sample XML file since it will be replaced by a new file catalina.xml in the near future. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

web-app_2_3.dtd and servlet spec and tomcat session-timeout expireat 0 problem.

2002-07-31 Thread James Cooley
Hi, This came up on the xdoclet-devel mailing list. The xdoclet implementation takes follows the dtd saying that a session expires if the session-timeout is = 0, while the spec says it will never expire if session-timeout is -1, Tomcat says it will not expire if session-timeout is 0. Now

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties

2002-07-31 Thread luehe
luehe 2002/07/31 09:04:39 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties Log:

Re: Tomcat 4.0

2002-07-31 Thread Thomas Colin de Verdière
There are not very involved since they should use another servlet container, even an application server. We have many of our customers using Tomcat 3.2.4 but some use Websphere, other WebLogic ... Our product work on tomcat we have our own Servlets and taglib delivered in WEB-INF/lib/ of our

Re: Tomcat 4.0

2002-07-31 Thread Craig R. McClanahan
On Wed, 31 Jul 2002, Thomas Colin de Verdière wrote: Date: Wed, 31 Jul 2002 18:04:55 +0200 From: Thomas Colin de Verdière [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 There are not very involved

DO NOT REPLY [Bug 11335] New: - RequestDispatcher.forward() is not 2.3 spec compliant

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11335. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: how to do auto update/reload of a class?

2002-07-31 Thread Babu Wisor
Hi All, Thank you, for your response. Do you have any thoughts as to how to auto re-load the classes, which have been loaded into JVM using Custom Class loader? I tried writing custom class loader and loaded all the classes, but don't know how to re-load the same class, if it has been

Re: how to do auto update/reload of a class?

2002-07-31 Thread Babu Wisor
Hi All, Does anyone have any thoughts as to how to auto re-load the classes, which have been loaded into JVM using Custom Class loader? I tried writing custom class loader and loaded all the classes, but don't know how to re-load the same class, if it has been modified (re-compiled) without

RE: mod_jk, mod_jk2 URI spaces

2002-07-31 Thread costinm
On Wed, 31 Jul 2002, Mladen Turk wrote: Now I propose that we make something like _not_ URI space filtering. Meaning that one could be able to serve every .html file through TC except for the /*/some_space/ location. Right now we are checking and hoping that the TC will accept the

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-07-31 Thread patrickl
- 1.7 @@ -201,7 +201,7 @@ (8) Download and Install the Commons Digester Binary Distribution -* Download a binary distribution (nightly build 20020731 or later) from: +* Download a binary distribution (nightly build 20020801 or later) from: http://jakarta.apache.org

Re: how to do auto update/reload of a class?

2002-07-31 Thread Craig R. McClanahan
On Wed, 31 Jul 2002, Babu Wisor wrote: Date: Wed, 31 Jul 2002 10:15:08 -0700 (PDT) From: Babu Wisor [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: how to do auto update/reload of a

Re: how to do auto update/reload of a class?

2002-07-31 Thread Babu Wisor
Hello Craig, Thank you, very much for your thought. You mentioned that, Jasper does this by creating a class loader for each page, can you please explain little bit more as to how the system over all works? I mean, how does the jasper creates invidual class loader for each page and make

Re: how to do auto update/reload of a class?

2002-07-31 Thread Adrian Prezioso
Craig, who controls loading and reloading jasper class loaders? and how is it being managed? I'm also working on a project where I need to auto-reload Java classes at runtime. If you could point me to any kind of documentation, that'd be greatly appreciated. thanks, Adrian --- Craig R.

Re: how to do auto update/reload of a class?

2002-07-31 Thread Craig R. McClanahan
On Wed, 31 Jul 2002, Babu Wisor wrote: Date: Wed, 31 Jul 2002 11:15:21 -0700 (PDT) From: Babu Wisor [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: how to do auto update/reload of a

Re: how to do auto update/reload of a class?

2002-07-31 Thread Craig R. McClanahan
On Wed, 31 Jul 2002, Adrian Prezioso wrote: Date: Wed, 31 Jul 2002 11:36:45 -0700 (PDT) From: Adrian Prezioso [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: how to do auto update/reload of a class? Craig,

prob with tomcat3.2.3 to tomcat 4.0

2002-07-31 Thread junmei
Hi,Everybody, I have a question about migrating tomcat3.2.3 to Tomcat 4.0. I 've written some web apps on Tomcat 3.2.3 + Wind98 + jdk1.3.1_02. How can I migrate my web applications to Tomcat 4.0 + windows XP + J2SE1.4? I've tried it ,but fail, when start tomcat 4.0 , it showed me an error msg:

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServletWrapper.java

2002-07-31 Thread kinman
kinman 2002/07/31 14:42:28 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java jasper2/src/share/org/apache/jasper/compiler Compiler.java Generator.java JspDocumentParser.java Node.java

RE: mod_jk, mod_jk2 URI spaces

2002-07-31 Thread Bojan Smojver
On Wed, 2002-07-31 at 23:55, Mladen Turk wrote: Now I propose that we make something like _not_ URI space filtering. Meaning that one could be able to serve every .html file through TC except for the /*/some_space/ location. Right now we are checking and hoping that the TC will accept

DO NOT REPLY [Bug 11208] - form-based authentication failed to use the proper error page

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11208. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler ImplicitTagLibraryInfo.java

2002-07-31 Thread luehe
luehe 2002/07/31 15:46:27 Modified:jasper2/src/share/org/apache/jasper/compiler ImplicitTagLibraryInfo.java Log: Supply name parameter to TagFileProcessor.parseTagFile() Revision ChangesPath 1.4 +8 -6

DO NOT REPLY [Bug 11352] New: - clientauth=false equivalent to clientauth=true

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11352. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-07-31 Thread luehe
luehe 2002/07/31 16:04:47 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: Added note that JSP 2.0 spec still needs to clarify what the variable name for a dynamic attribute looks like Revision ChangesPath 1.52 +5 -3

[PATCH] jakarta-servletapi-5

2002-07-31 Thread Mark Roth
The attached archive contains three files that should be added to jakarta-servletapi-5 to enable parsing of DDs and TLDs without needing to fetch these schemas from their global URL each time. Contains: src/share/dtd/xml.xsd src/share/dtd/XMLSchema.dtd src/share/dtd/datatypes.dtd

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler ImplicitTagLibraryInfo.java TagFileProcessor.java

2002-07-31 Thread luehe
luehe 2002/07/31 16:45:50 Modified:jasper2/src/share/org/apache/jasper/compiler ImplicitTagLibraryInfo.java TagFileProcessor.java Log: Modified implicit taglibrary generator to populate new tagFiles field in TagLibraryInfo Revision ChangesPath

cvs commit: jakarta-servletapi-5/src/share/javax/servlet ServletRequestAttributeEvent.java ServletRequestAttributeListener.java ServletRequestEvent.java ServletRequestListener.java

2002-07-31 Thread kinman
kinman 2002/07/31 16:58:11 Added: src/share/javax/servlet ServletRequestAttributeEvent.java ServletRequestAttributeListener.java ServletRequestEvent.java ServletRequestListener.java Log: - Justyna Horwat

cvs commit: jakarta-servletapi-5/src/share/javax/servlet/http HttpServletResponse.java

2002-07-31 Thread kinman
kinman 2002/07/31 17:05:58 Modified:src/share/javax/servlet/http HttpServletResponse.java Log: - Patch supplied by Bob Herrmann. The 2.4 Servlet spec adds a new constant. See section 15.1.5 in the June 24th public draft. Revision ChangesPath 1.2 +13 -0

cvs commit: jakarta-servletapi-5/src/share/dtd XMLSchema.dtd datatypes.dtd xml.xsd

2002-07-31 Thread kinman
kinman 2002/07/31 17:12:24 Added: src/share/dtd XMLSchema.dtd datatypes.dtd xml.xsd Log: - Patfh supplied by Mark Roth. three files should be added to enable parsing of DDs and TLDs without needing to fetch these schemas from their global URL each time:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Constants.java ContextConfig.java

2002-07-31 Thread amyroh
amyroh 2002/07/31 17:21:30 Modified:catalina/src/share/org/apache/catalina/startup Constants.java ContextConfig.java Log: Add support for Web App Deployment Descriptor that uses XML Schema (Servlet 2.4) Submitted by Jeanfrancois Arcand. Revision

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-07-31 Thread luehe
luehe 2002/07/31 17:32:29 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: fixed some compilation errors in generated tag handler file Revision ChangesPath 1.53 +16 -11

Performace: Tomcat 4.0.x vs. Tomcat 4.1.x

2002-07-31 Thread Vasquez, Jason
Is there a large performance gain from Tomcat 4.0.x to Tomcat 4.1.x? Also are there performance gains from JVM 1.3 to 1.4 as well? Thanks, Jason Vasquez

[PATCH][jakarta-tomcat-catalina]

2002-07-31 Thread Jean-francois Arcand
Hi, this minor change fixes a bug : when an appllication is undeployed (removed), ContainerEvent with the value of REMOVE_EVENT are fired. The bug is also in jakarta-tomcat-4. Should I send another patch? Thanks, -- Jeanfrancois Index: StandardHostDeployer.java

New coyote branch

2002-07-31 Thread Justyna Horwat
I looked in jakarta-tomcat-connectors and it doesn't look like jakarta-tomcat-connectors has been branched yet. I checked the archives and saw the vote results where it was decided that the HEAD of jakarta-tomcat-connectors will be used for Tomcat 5 and Coyote 1.0 would be branched. I'd like

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2002-07-31 Thread amyroh
amyroh 2002/07/31 18:40:49 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: Minor change that fixes a bug when an application is undeployed (removed), ContatinerEvent with the value of REMOVE_EVENT is fired.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2002-07-31 Thread amyroh
amyroh 2002/07/31 18:41:43 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: Minor change that fixes a bug when an application is undeployed (removed), ContatinerEvent with the value of REMOVE_EVENT is fired.

Re: New coyote branch

2002-07-31 Thread Peter Lin
I believe remmy is on vacation and is moving to france :) I guess someone else will have to do it. peter Justyna Horwat wrote:I looked in jakarta-tomcat-connectors and it doesn't look like jakarta-tomcat-connectors has been branched yet. I checked the archives and saw the vote results

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-07-31 Thread luehe
luehe 2002/07/31 19:12:06 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: more compilation error fixes for generated tag handler files Revision ChangesPath 1.54 +25 -25

Re: webapp/apr cvs tags?

2002-07-31 Thread Punky Tse
Neil, I will try tonight if I encounter the same problem. BTW, if you can choose, why not move to httpd 2.0? At least Pier and me support it! ;-) Punky Neil Cronin wrote: I'm trying to build mod_webapp for apache 1.3.26. I grabbed webapp and apr from cvs.apache.org. it seems to build

[PATCH] jakarta-servletapi-5

2002-07-31 Thread Patrick Luby
Please apply the attached patch. It adds all of the new *.xsd files to the servlet.jar. Also, please cvs remove the following file as it does not appear to be used: src/share/dtd/web-app_2_3.dtd.backup Thanks, Patrick --

RE: mod_jk, mod_jk2 URI spaces

2002-07-31 Thread Mladen Turk
-Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 12:00 AM To: Tomcat Dev List Subject: RE: mod_jk, mod_jk2 URI spaces This above sentence is confusing. You probably meant configuration options as a series of include/exclude

Re: webapp/apr cvs tags?

2002-07-31 Thread Pier Fumagalli
Punky Tse [EMAIL PROTECTED] wrote: Neil, I will try tonight if I encounter the same problem. BTW, if you can choose, why not move to httpd 2.0? At least Pier and me support it! ;-) That's for sure! :) Apache 2.0 rocks :) Pier -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Constants.java ContextConfig.java

2002-07-31 Thread patrickl
patrickl2002/07/31 21:53:03 Modified:catalina/src/share/org/apache/catalina/startup Constants.java ContextConfig.java Log: Correct resource locations to match patch to jakarta-servletapi-5 build Revision ChangesPath 1.3 +7 -7

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup CatalinaLaunchFilter.java

2002-07-31 Thread patrickl
patrickl2002/07/31 21:59:24 Modified:catalina build.xml catalina/src/bin shutdown.bat shutdown.sh startup.bat startup.sh catalina/src/conf catalina.policy Added: catalina/src/bin catalina.xml

RE: mod_jk, mod_jk2 URI spaces

2002-07-31 Thread Bojan Smojver
Cool! Bojan Quoting Mladen Turk [EMAIL PROTECTED]: -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 12:00 AM To: Tomcat Dev List Subject: RE: mod_jk, mod_jk2 URI spaces This above sentence is confusing. You probably meant

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-07-31 Thread patrickl
patrickl2002/07/31 22:52:59 Modified:.BUILDING.txt build.properties.default build.xml Log: Updated build instructions, build.properties, and download target to use the latest Xerces 2 nightly build since it is the official Xerces 2 releases do not support XML schemas

DO NOT REPLY [Bug 11307] - Deadlock in ClassLoader

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11307. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.