svn commit: r439553 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_ajp_common.h

2006-09-02 Thread mturk
Author: mturk Date: Sat Sep 2 00:16:21 2006 New Revision: 439553 URL: http://svn.apache.org/viewvc?rev=439553view=rev Log: Add last socket errno structure element, so we can log the OS failure codes. Make logging more verbose when client connection is aborted or client simply disconnected.

svn commit: r439565 - in /tomcat/tc6.0.x/trunk/java/org/apache/jasper: JspCompilationContext.java compiler/Compiler.java servlet/JspServletWrapper.java

2006-09-02 Thread remm
Author: remm Date: Sat Sep 2 02:28:35 2006 New Revision: 439565 URL: http://svn.apache.org/viewvc?rev=439565view=rev Log: - Separate processing of exceptions from the servlet (so that IOE doesn't cause problems anymore: bug 38713). - Only Compiler will attempt to remove the files (before the

Re: Tomcat 5.5.18-beta-1 preview

2006-09-02 Thread Filip Hanik - Dev Lists
the reason we're doing the preview this time around is cause I'm doing release management, and there could be little quirks that I screw up on, so we wont announce it until we got those quirks hashed out. I think we are looking pretty good right now Filip Erik Bertelsen wrote: 2006/9/2,

svn commit: r439624 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2006-09-02 Thread mturk
Author: mturk Date: Sat Sep 2 10:45:46 2006 New Revision: 439624 URL: http://svn.apache.org/viewvc?rev=439624view=rev Log: Fix compile time warnings. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c URL:

Re: [DRAFT] Board Report for September 2006

2006-09-02 Thread Rainer Jung
+1 (thanks for the nice comments on the recent connectors work) and +1 to Mladens Comments on the connector stuff. Maybe you might like to add myself to the diversifying release managers part concerning tomcat-connectors. Regards, Rainer Yoav Shapira schrieb: Hey, We need to submit a

mod_jk.dsp in unix format

2006-09-02 Thread Alpha Huang
It has been a long time that mod_jk.dsp has unix line endings (LF) instead of win32's CRLF. I have to fix it every time when I use msdev to build it. Although many text editors could fix the format, why don't someone clean it before upload it as win32 source? Thanks -- View this message in

svn commit: r439700 - in /tomcat/connectors/trunk/jk/java/org/apache/jk: common/ChannelNioSocket.java common/ChannelSocket.java common/MsgAjp.java mbeans-descriptors.xml server/JkMain.java

2006-09-02 Thread billbarker
Author: billbarker Date: Sat Sep 2 19:08:00 2006 New Revision: 439700 URL: http://svn.apache.org/viewvc?rev=439700view=rev Log: Add a packetSize option to match Mladen's option on the native side Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java

svn commit: r439705 - /tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java

2006-09-02 Thread billbarker
Author: billbarker Date: Sat Sep 2 19:37:05 2006 New Revision: 439705 URL: http://svn.apache.org/viewvc?rev=439705view=rev Log: Backporting Remy's fix for authentication replay. Should have no functional difference, but you never know Modified: