Alpha Huang wrote:
> 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"?
Y
Author: billbarker
Date: Sat Sep 2 19:37:05 2006
New Revision: 439705
URL: http://svn.apache.org/viewvc?rev=439705&view=rev
Log:
Backporting Remy's fix for authentication replay. Should have no functional
difference, but you never know
Modified:
tomcat/connectors/trunk/jk/java/org/apache/j
Author: billbarker
Date: Sat Sep 2 19:08:00 2006
New Revision: 439700
URL: http://svn.apache.org/viewvc?rev=439700&view=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
tomcat
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 c
+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 quart
Author: mturk
Date: Sat Sep 2 10:45:46 2006
New Revision: 439624
URL: http://svn.apache.org/viewvc?rev=439624&view=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:
http:/
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, Fili
Author: remm
Date: Sat Sep 2 02:28:35 2006
New Revision: 439565
URL: http://svn.apache.org/viewvc?rev=439565&view=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 co
Author: mturk
Date: Sat Sep 2 00:16:21 2006
New Revision: 439553
URL: http://svn.apache.org/viewvc?rev=439553&view=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.
Modi