Re: svn commit: r565464 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ tomcat/util/ tomcat/util/digester/

2007-08-15 Thread Bill Barker
"Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > this should have been done in trunk, way too big change for a minor dot > release upgrade > I suggest we move it there, revert in 6.0, and if it works well in trunk, > we backport > Tomcat has never made an

DO NOT REPLY [Bug 43127] - Tomcat's windows service doesn't start up when run in guest OS in MS Virtual Server

2007-08-15 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: r565464 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ tomcat/util/ tomcat/util/digester/

2007-08-15 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Tim Funk wrote: I thought changes were going into trunk and then when applicable, backported to 6.0.x. While I initiated the creation of the trunk branch, I can no longer work with Filip since I disagree with him on API design, and I don't

DO NOT REPLY [Bug 43129] - Support logging of response headers

2007-08-15 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: r566319 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml webapps/docs/config/valve.xml

2007-08-15 Thread pero
Author: pero Date: Wed Aug 15 13:01:27 2007 New Revision: 566319 URL: http://svn.apache.org/viewvc?view=rev&rev=566319 Log: Support logging of response headers at AccessLogValve (ex. add %{Set-Cookie}o to your pattern) Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalin

Re: svn commit: r565464 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ tomcat/util/ tomcat/util/digester/

2007-08-15 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Tim Funk wrote: I thought changes were going into trunk and then when applicable, backported to 6.0.x. While I initiated the creation of the trunk branch, I can no longer work with Filip since I disagree with him on API design, and I don't like his ideas on collaboratio

svn commit: r566237 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2007-08-15 Thread remm
Author: remm Date: Wed Aug 15 08:59:28 2007 New Revision: 566237 URL: http://svn.apache.org/viewvc?view=rev&rev=566237 Log: - Fix recycling glitch. I prefer using nextRequest although it's a bit slower, since it's identical to regular request processing. Modified: tomcat/tc6.0.x/trunk/java

Re: svn commit: r565464 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ tomcat/util/ tomcat/util/digester/

2007-08-15 Thread Remy Maucherat
Tim Funk wrote: I thought changes were going into trunk and then when applicable, backported to 6.0.x. While I initiated the creation of the trunk branch, I can no longer work with Filip since I disagree with him on API design, and I don't like his ideas on collaboration. As a result, I do no

Re: svn commit: r565464 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ tomcat/util/ tomcat/util/digester/

2007-08-15 Thread Tim Funk
I thought changes were going into trunk and then when applicable, backported to 6.0.x. Since this change is only writing warning messages. It seems appropriate that it can remain in 6.0.x. -Tim Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: this should have been done in trunk, way too

Re: svn commit: r565964 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: InternalNioInputBuffer.java InternalNioOutputBuffer.java

2007-08-15 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I believe the same problem exists on the APR connector it is the Http11AprProcessor.event doesn't call nextRequest() like the process method does hence filters don't get reset, and this affects regular future HTTP requests as well Yes, there is a similar recycl

Re: svn commit: r565464 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ tomcat/util/ tomcat/util/digester/

2007-08-15 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: this should have been done in trunk, way too big change for a minor dot release upgrade I suggest we move it there, revert in 6.0, and if it works well in trunk, we backport Personally, I will not be working in trunk, which is your toy branch. I considered this

Re: svn commit: r565964 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: InternalNioInputBuffer.java InternalNioOutputBuffer.java

2007-08-15 Thread Filip Hanik - Dev Lists
I believe the same problem exists on the APR connector it is the Http11AprProcessor.event doesn't call nextRequest() like the process method does hence filters don't get reset, and this affects regular future HTTP requests as well Filip [EMAIL PROTECTED] wrote: Author: fhanik Date: Tue Aug

Re: svn commit: r565464 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ tomcat/util/ tomcat/util/digester/

2007-08-15 Thread Filip Hanik - Dev Lists
this should have been done in trunk, way too big change for a minor dot release upgrade I suggest we move it there, revert in 6.0, and if it works well in trunk, we backport Filip [EMAIL PROTECTED] wrote: Author: remm Date: Mon Aug 13 11:13:47 2007 New Revision: 565464 URL: http://svn.apache

svn commit: r566174 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2007-08-15 Thread fhanik
Author: fhanik Date: Wed Aug 15 07:07:38 2007 New Revision: 566174 URL: http://svn.apache.org/viewvc?view=rev&rev=566174 Log: backport from trunk Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/s

svn commit: r566170 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2007-08-15 Thread fhanik
Author: fhanik Date: Wed Aug 15 07:06:45 2007 New Revision: 566170 URL: http://svn.apache.org/viewvc?view=rev&rev=566170 Log: Set the interval in a distributed env, patch by Takayuki Kaneko Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java Modified: tomcat/trunk/j

DO NOT REPLY [Bug 43129] New: - Support logging of response headers

2007-08-15 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