[BaseUrlClient] null failed for Java Harness Test

2006-01-24 Thread Satish MG
Hi, I ran the Java Harness Test with Tomcat 5.0.28 compiled with Java 5 and executed on Java 1.4.2. For one of the test cases, com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/URLClient.java#elNumberCoercionTest I got the folowing error message - ERROR: Exception at: ERROR: com.sun.ts.tests.c

Re: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-24 Thread Bill Barker
"Remy Maucherat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill Barker wrote: >> It's relevant to the browser trying to display the code. If you've >> configured your browser's default encoding to EUC-JP, without the charset >> you'll see a big mess when you hit a latin-1 pag

DO NOT REPLY [Bug 38376] - Body content stack may not be properly maintained in the faces of exceptions

2006-01-24 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 38376] New: - Body content stack may not be properly maintained in the faces of exceptions

2006-01-24 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 38373] - [PATCH] Patch to change to ASF logo on FAQ pages

2006-01-24 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 38373] New: - [PATCH] Patch to change to ASF logo on FAQ pages

2006-01-24 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: Purpose of the SVN /bin directory?

2006-01-24 Thread Yoav Shapira
Hi, It's an intermediate staging area for some compiled files. It's not part of the SVN repository, as you can see at http://svn.apache.org/viewcvs.cgi/tomcat/. It gets generated during the build and cleaned up as part of the clean target. Yoav On 1/24/06, Glen Mazza <[EMAIL PROTECTED]> wrote:

Purpose of the SVN /bin directory?

2006-01-24 Thread Glen Mazza
Hello, I've downloaded Tomcat off of SVN but am unsure what the tomcat/bin/ directory indicates, the svn page[1] doesn't describe it. It appears to be a bunch of compiled .class files--may I ask what they're for, and why they are in SVN? Thanks, Glen [1] http://tomcat.apache.org/svn.html

DO NOT REPLY [Bug 38372] New: - tcnative-1.dll response overflow corruption, partial pages

2006-01-24 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 38371] - opera8.5 does not accept session cookie

2006-01-24 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 38371] New: - opera8.5 does not accept session cookie

2006-01-24 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: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-24 Thread Remy Maucherat
Bill Barker wrote: It's relevant to the browser trying to display the code. If you've configured your browser's default encoding to EUC-JP, without the charset you'll see a big mess when you hit a latin-1 page ;-). Obviously, this would only impact the case where ;charset=ISO-8859-1 would be

RE: Nightly builds broken

2006-01-24 Thread Bill Barker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Yoav Shapira > Sent: Tuesday, January 24, 2006 7:49 AM > To: Tomcat-dev > Subject: Nightly builds broken > > Hi, > A user pointed out to me that our nightly builds appear to be broken. > First I as

RE: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-24 Thread Bill Barker
> -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 24, 2006 12:52 AM > To: Tomcat Developers List > Subject: Re: svn commit: r371765 - > /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catali > na/connector/Response.java > > Bill Bar

RE: Build Problems

2006-01-24 Thread Marsh David W Maj AFIT/ENG
Sorry. Yeah, it's on the path. Relevant feedback: checkout: [echo] If the checkout fails, - todo - [exec] Current OS is Windows XP [exec] Executing 'svn' with arguments: [exec] 'checkout' [exec] 'http://svn.apache.org/repos/asf//tomcat/current/tc5.5.x' [exec] 'D:\t

Re: Build Problems

2006-01-24 Thread Keith Wannamaker
Hi David, in order to build tomcat from svn, you need svn installed and on the path. Thanks, Keith Marsh David W Maj AFIT/ENG wrote: java.io.IOException: CreateProcess: svn checkout http://svn.apache.org/repos/asf//tomcat/current/tc5.5.x D:\tomcatsource error=2 at java.lang.ProcessImp

Build Problems

2006-01-24 Thread Marsh David W Maj AFIT/ENG
<> I'm ready to poke around the code and, following the build directions (and many variations!) at http://tomcat.apache.org/tomcat-5.5-doc/building.html, am still unable to get the code downloaded and compiled. I'm on an XP box behind a firewall. The verbose log is attached. Assistance greatly

Re: Nightly builds broken

2006-01-24 Thread Yoav Shapira
Hi, Mmm, I'm neutral on nightly builds. They can lead to more trouble than it's worth: - Users using a nightly build of unknown stability instead of an actual release, then asking for support - Extra load on infrastructure - Extra load on Gump people to keep the relevant scripts and Gumpy files u

Re: Nightly builds broken

2006-01-24 Thread Peter Rossbach
+1 to have nightly builds! Regards Peter Am 24.01.2006 um 16:52 schrieb Jeanfrancois Arcand: Hi Yoav, Yoav Shapira wrote: Hi, A user pointed out to me that our nightly builds appear to be broken. First I assumed it was due Gump unhappiness and I thought Mark T and Bill B fixed it over

Re: Nightly builds broken

2006-01-24 Thread Jeanfrancois Arcand
Hi Yoav, Yoav Shapira wrote: Hi, A user pointed out to me that our nightly builds appear to be broken. First I assumed it was due Gump unhappiness and I thought Mark T and Bill B fixed it over the past few days. But last night's builds still look whacky: http://cvs.apache.org/builds/jakarta-t

Nightly builds broken

2006-01-24 Thread Yoav Shapira
Hi, A user pointed out to me that our nightly builds appear to be broken. First I assumed it was due Gump unhappiness and I thought Mark T and Bill B fixed it over the past few days. But last night's builds still look whacky: http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/. The binaries a

DO NOT REPLY [Bug 38337] - GlobalNamingResource will not allow commercial DataSource drivers

2006-01-24 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 38367] - Executing any Catalina Ant task results in an exception

2006-01-24 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 38367] New: - Executing any Catalina Ant task results in an exception

2006-01-24 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 37356] - Tomcat does not invalidate sessions after session-timeout period has passed.

2006-01-24 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: r371866 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-24 Thread remm
Author: remm Date: Tue Jan 24 00:52:54 2006 New Revision: 371866 URL: http://svn.apache.org/viewcvs?rev=371866&view=rev Log: - Restore useless and inefficient code. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java Modified: tomcat/container/

Re: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-24 Thread Remy Maucherat
Bill Barker wrote: Author: remm Date: Mon Jan 23 17:13:19 2006 New Revision: 371765 URL: http://svn.apache.org/viewcvs?rev=371765&view=rev Log: - Remove nonsensical systematic inclusion on ISO-8859-1 charset in the content type, which is noth useless and inefficient. -1 Sending the charse