DO NOT REPLY [Bug 37809] - Replication seems to start before context is started

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37808] - Worker thread in cluster caught 'java.lang.ArrayIndexOutOfBoundsException: -869396170 closing channel

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Is TC 5.0.28 forward compatible with Java 5

2005-12-07 Thread Yoav Shapira
Hi, Try it ;) Yoav On 12/7/05, Satish MG <[EMAIL PROTECTED]> wrote: > > Hi Yoav, > > Can I accomplish the goal of running Tomcat 5.0.28 on Java 5 by giving the > option "-source 1.4.2" to javac at compile time and by not making any > changes to the source code? > > Thanks > satish > > On 12/6/05,

DO NOT REPLY [Bug 37818] New: - jasper ant task locks WEB-INF/lib jars

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Tomcat session serialisation & work directory

2005-12-07 Thread Yoav Shapira
Hi, What Tomcat version are you using? On Tomcat 5.5, the default Manager's pathname attribute is relative to the context's workDir, so simply setting the custom workDir as you're doing should be sufficient. (The file will be created, but where you want it). Alternatively setting pathname to the

DO NOT REPLY [Bug 33743] - WebappClassLoader race condition

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37818] - jasper ant task locks WEB-INF/lib jars

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37819] New: - Build from source archive fails because of incorrect jasper.home property in build/build.xml

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[PATCH] Cookie, Cookie2 Header fix for mod_jk

2005-12-07 Thread Andre Gebers
Hi, newer versions of opera send the Cookie2-header along with the Cookie-header which looks somewhat like this: GET /app/index2.html HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.51 Host: localhost:11620 Accept: text/html, application/xml;q=0.9, applic

Re: [PATCH] Cookie, Cookie2 Header fix for mod_jk

2005-12-07 Thread Mladen Turk
Andre Gebers wrote: Hi, newer versions of opera send the Cookie2-header along with the Cookie-header which looks somewhat like this: Right, but the patch would not work. It would be a security hole, because the http rfc diferentiates cookie from cookie2. Right now the Cookie2 header is pas

Re: Tomcat session serialisation & work directory

2005-12-07 Thread Mark Thomas
This thread belongs on the users list, not on the dev list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 37820] New: - Problem TIME_WAIT sockets

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33743] - WebappClassLoader race condition

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37820] - Problem TIME_WAIT sockets

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: [PATCH] Cookie, Cookie2 Header fix for mod_jk

2005-12-07 Thread Bill Barker
> -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 07, 2005 10:09 AM > To: Tomcat Developers List > Subject: Re: [PATCH] Cookie, Cookie2 Header fix for mod_jk > > Andre Gebers wrote: > > Hi, > > > > newer versions of opera send the Cookie2-h

DO NOT REPLY [Bug 37822] New: - WebappClassLoader interfering with Catalina core classes

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37822] - WebappClassLoader interfering with Catalina core classes

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [PATCH] Cookie, Cookie2 Header fix for mod_jk

2005-12-07 Thread Mladen Turk
Bill Barker wrote: I agree that the patch is simply masking the real problem. With the current mod_jk code what Tomcat sees is: Cookie: myCookie=1234 Cookie: $Version=1 Huh, looking at the source I see the problem. we are using: 'if (memcmp(p, "OOKIE", 5)' so both cookie and cookie2 a

DO NOT REPLY [Bug 37172] - user-friendly suggestion

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r354887 - /tomcat/jasper/branches/tc4.1.x/jasper2/src/share/org/apache/jasper/runtime/ServletResponseWrapperInclude.java

2005-12-07 Thread markt
Author: markt Date: Wed Dec 7 14:52:26 2005 New Revision: 354887 URL: http://svn.apache.org/viewcvs?rev=354887&view=rev Log: Commit partial fix for bug 21440 - when target performs a forward - This is a port of Jan's patch in 5.5.x Modified: tomcat/jasper/branches/tc4.1.x/jasper2/src/shar

DO NOT REPLY [Bug 21440] - whose target performs a 'forward' does not behave as expected

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37829] New: - Log says always that a error ocurred, but the cgi script is correct

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37829] - Log says always that a error ocurred, but the cgi script is correct

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

AW: Tomcat session serialisation & work directory

2005-12-07 Thread Chaudhuri, Hiran
Sorry, Mark. I thought since I'm willing to write my own components Will answer it on the other list. Hiran -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. Dezember 2005 20:05 An: Tomcat Developers List Betreff: Re: Tomcat session serial

DO NOT REPLY [Bug 37834] New: - compressableMimeTypes not working properly

2005-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu