Erroneous Chained JSP Ordering with getRequestDispatcher

2002-06-28 Thread Terry Alexis Lurie
The Jasper Engine is messing around with JSP ordering. If in a servlet called FROM a JSP via a taglib, the servlet then passes the control to anothr JSP, the latter JSP is output first. Note that output from the servlet IS correctly placed. Initial JSP: <%@ taglib uri="Common" prefix="common" %>

BUG in Tomcat??? Tomcat 4.0 and UTF-8

2002-06-28 Thread Artur Jonak
Hi, I'm using Tomcat 4.0 and I have some problems with requests containing UTF-8 characters. I have my servlet named 'delta' which is properly deployed and running. When I try to invoke it in the following way: http://myserver:8080/delta/Test/%D0%AE%D1%80%D0%B8%D0%B9%20%D0%9A%D0%BE%D0%B 2%D0%B0%D

RE: [4.1.6] New milestone release soon

2002-06-28 Thread David Oxley
I haven't had a chance to work out how to compile from CVS yet. To save me time, is there anywhere I can download a recent 4.1.6-dev build so I can quickly test it before it is tagged? Thanks. Dave. > -Original Message- > From: Dave [mailto:[EMAIL PROTECTED]] > Sent: 26 June 2002 20:04 >

Re: [4.1.6] New milestone release soon

2002-06-28 Thread Remy Maucherat
> I think we were each tracking down a different memory leak. > The one I found is in DBCP, I should have that patched sometime tomorrow. Oh, ok. I'll wait a bit for your commit (and I'll apply the Tyrex 1.0 bug I fixed). It is definitely not as critical that the memory leak I fixed (using the

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

2002-06-28 Thread Remy Maucherat
Glenn Nielsen wrote: > Your commit mentions fixing a memory leak in HttpRequestBase, but I never > saw that file committed. HttpRequestBase does create a lot of dates objects when it is instantiated. For some reason it was also never GCed properly, at least on JDK 1.3, which leaked a ton of mem

Tomcat ANT Task patch

2002-06-28 Thread Marc Logemann
Hi, i committed a patch for my own feature request in bugzilla regarding tomcat ANT tasks. They are a little bit more "ANT Task Guidelines" compliant in supporting "failonerror" attribute (meaning that for instance when you try to start an webapp which is allready started, with failonerror=false,

RE: mod_jk 1.2.0 release poll

2002-06-28 Thread GOMEZ Henri
>I have one question, what is the target JVM version for >the java side of things? I noticed that >org.apache.ajp.tomcat4.Ajp13Connector uses >Socket.setKeepAlive() which was introduced in java 1.3. Yep, we may have to remove/condition this, since Tomcat4 only require JDK 1.2 (for now) >Regar

xdocs for jk&jk2 / ant 1.5.1

2002-06-28 Thread GOMEZ Henri
Hi, I was playing with xdocs in jk and tried to use it to generate both jk and jk2. I choose the following layout : xdocs/common(menu.idx, Ajp13.xml) xdocs/jk(menu.idx, index.xml, building.xml, configtc.xml, configweb.xml) xdocs/jk2 (menu.idx, index.xml, building.xml, configtc