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=371866view=rev Log: - Restore useless and inefficient code. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java Modified:

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 http://issues.apache.org/bugzilla/show_bug.cgi?id=37356. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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 http://issues.apache.org/bugzilla/show_bug.cgi?id=38367. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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:

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 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

Build Problems

2006-01-24 Thread Marsh David W Maj AFIT/ENG
log.txt 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

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

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]

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 Barker

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 assumed it

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: 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:

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 http://issues.apache.org/bugzilla/show_bug.cgi?id=38373. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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 http://issues.apache.org/bugzilla/show_bug.cgi?id=38376. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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 http://issues.apache.org/bugzilla/show_bug.cgi?id=38376. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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 page ;-).