Re: svn commit: r603400 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-11 Thread Rainer Jung
Fixed. I noticed, that the function sblock() and sononblock() for defined(NETWARE) && defined(__NOVELL_LIBC__) use the same code as for Unix (and not as for WIN32), although in all other places it behaves like WIN32. Until before r300800 (10.06.2005, first released in 1.2.14) Netware uncondit

svn commit: r603504 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-11 Thread jfclere
Author: jfclere Date: Tue Dec 11 23:57:48 2007 New Revision: 603504 URL: http://svn.apache.org/viewvc?rev=603504&view=rev Log: Don't put comment in comments, otherwise it won't compile. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk/nativ

svn commit: r603500 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 23:41:35 2007 New Revision: 603500 URL: http://svn.apache.org/viewvc?rev=603500&view=rev Log: Fix for r603400: Use JK_FALSE instead of 0 only where appropriate. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk

Re: svn commit: r603400 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-11 Thread Mladen Turk
[EMAIL PROTECTED] wrote: Log: Add function description comments and switch return values of jk_is_socket_connected() from 0/1 to JK_FALSE/JK_TRUE. -return nr == 0 ? 0 : 1; +return nr == JK_FALSE ? JK_FALSE : JK_TRUE; int nr; if (ioctl(sock, FIONREAD,

svn commit: r603414 - /tomcat/connectors/trunk/jk/native/common/jk_connect.h

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 15:35:54 2007 New Revision: 603414 URL: http://svn.apache.org/viewvc?rev=603414&view=rev Log: JK_SOCKET_ERROR is not used any more. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.h Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.h U

svn commit: r603400 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 14:57:59 2007 New Revision: 603400 URL: http://svn.apache.org/viewvc?rev=603400&view=rev Log: Add function description comments and switch return values of jk_is_socket_connected() from 0/1 to JK_FALSE/JK_TRUE. Modified: tomcat/connectors/trunk/jk/native/common/

DO NOT REPLY [Bug 44021] - Deployer cannot deploy wars with #s

2007-12-11 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: r603368 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 13:27:36 2007 New Revision: 603368 URL: http://svn.apache.org/viewvc?rev=603368&view=rev Log: Use JK_UNSET instead of magical -1. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

svn commit: r603364 - /tomcat/connectors/trunk/jk/native/configure.in

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 13:19:02 2007 New Revision: 603364 URL: http://svn.apache.org/viewvc?rev=603364&view=rev Log: Use AS_HELP_STRING to format help messages of configure in columns. Modified: tomcat/connectors/trunk/jk/native/configure.in Modified: tomcat/connectors/trunk/jk/nativ

svn commit: r603360 - /tomcat/connectors/trunk/jk/native/configure.in

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 13:14:33 2007 New Revision: 603360 URL: http://svn.apache.org/viewvc?rev=603360&view=rev Log: Reactivate broken --with-apxs feature for configure: using the switch without giving a file name lets configure search apxs in the PATH. Modified: tomcat/connectors/tru

DO NOT REPLY [Bug 42727] - CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size

2007-12-11 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 44060] - This bug is a copy of bug 42727(CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size). but for Tomcat Version 6

2007-12-11 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 42727] - CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size

2007-12-11 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 44060] New: - This bug is a copy of bug 42727(CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size). but for Tomcat Versio

2007-12-11 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: r603352 - in /tomcat/connectors/trunk/jk: native/configure.in xdocs/miscellaneous/changelog.xml xdocs/webserver_howto/apache.xml

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 12:37:16 2007 New Revision: 603352 URL: http://svn.apache.org/viewvc?rev=603352&view=rev Log: Make the existing JK_PRODUCTION define available via configure. If set, it replaces JK_TRACE_ENTER() and JK_TRACE_EXIT() with nops. Document the new configure switch --disab

svn commit: r603342 - /tomcat/current/tc5.5.x/STATUS.txt

2007-12-11 Thread markt
Author: markt Date: Tue Dec 11 11:38:24 2007 New Revision: 603342 URL: http://svn.apache.org/viewvc?rev=603342&view=rev Log: Better patch Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.t

svn commit: r603341 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-11 Thread markt
Author: markt Date: Tue Dec 11 11:38:00 2007 New Revision: 603341 URL: http://svn.apache.org/viewvc?rev=603341&view=rev Log: Better patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r603340 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2007-12-11 Thread markt
Author: markt Date: Tue Dec 11 11:36:00 2007 New Revision: 603340 URL: http://svn.apache.org/viewvc?rev=603340&view=rev Log: Better patch based on Filip's comments Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/lo

Re: svn commit: r603074 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2007-12-11 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > that's a good point, one would expect most names to be pooled when it > comes to implicit class loading, although as you say, not a guarantee. > in findClassInternal, we do synchronized(this), so maybe we should not > need to introduce another locking object, when w

svn commit: r603324 - in /tomcat/connectors/trunk/jk/native: common/jk_ajp12_worker.c nt_service/jk_nt_service.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 10:32:16 2007 New Revision: 603324 URL: http://svn.apache.org/viewvc?rev=603324&view=rev Log: jk_open_socket() arguments timeout and buf do not differentiate between ==0 and <0. So let's make the usage consistent. Modified: tomcat/connectors/trunk/jk/native/comm

svn commit: r603320 - in /tomcat/connectors/trunk/jk/native: common/jk_ajp12_worker.c common/jk_ajp_common.c common/jk_connect.c common/jk_connect.h nt_service/jk_nt_service.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 10:24:31 2007 New Revision: 603320 URL: http://svn.apache.org/viewvc?rev=603320&view=rev Log: Add logger to all jk_connect socket functions. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c tomcat/connectors/trunk/jk/native/common/jk_ajp_

[Tomcat Wiki] Trivial Update of "FAQ/Connectors" by pgrodt

2007-12-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by pgrodt: http://wiki.apache.org/tomcat/FAQ/Connectors The comment on the change is: Formatting ---

Re: svn commit: r603074 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2007-12-11 Thread Filip Hanik - Dev Lists
Tim Funk wrote: But is name a string constant or is it built by using concatenation (via reading XML via digester or other)? If its the latter, then name is not a string constant. that's a good point, one would expect most names to be pooled when it comes to implicit class loading, although as

Re: svn commit: r603074 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2007-12-11 Thread Tim Funk
But is name a string constant or is it built by using concatenation (via reading XML via digester or other)? If its the latter, then name is not a string constant. -Tim Filip Hanik - Dev Lists wrote: if String objects are kept in a constants pool, then one would synchroniz

Re: Tomcat SSL handshaking

2007-12-11 Thread Md. Jahid Shohel
Hi, Is it true that, if Purtls is there then tomcat will not use JSSE while doing SSL handshaking? I mean, to select the SSL implementation Tomcat gives priority to Puretls then JSSE? Regards, Jahid On Dec 7, 2007 8:39 PM, Bill Barker <[EMAIL PROTECTED]> wrote: > > > > -Original Message