svn commit: r707561 - /tomcat/connectors/trunk/jk/native/common/jk_worker.c

2008-10-23 Thread mturk
Author: mturk Date: Thu Oct 23 23:42:01 2008 New Revision: 707561 URL: http://svn.apache.org/viewvc?rev=707561&view=rev Log: Ensure that maintain cannot be executed by multiple threads if maintain takes longer then maintain_time Modified: tomcat/connectors/trunk/jk/native/common/jk_worker.c

svn commit: r707557 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-10-23 Thread mturk
Author: mturk Date: Thu Oct 23 23:16:19 2008 New Revision: 707557 URL: http://svn.apache.org/viewvc?rev=707557&view=rev Log: Use correct ping_interval calculation Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_comm

Re: svn commit: r707275 [1/2] - in /tomcat/trunk: ./ java/org/apache/tomcat/jdbc/ java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/interceptor/ java/org/apache/tomcat/jdbc/pool/jmx/

2008-10-23 Thread Filip Hanik - Dev Lists
ok, I'll create the modules directory, and move it over Filip Mark Thomas wrote: Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: On Thu, 2008-10-23 at 05:14 +, [EMAIL PROTECTED] wrote: Author: fhanik Date: Wed Oct 22 22:14:50 2008 New Revision: 707275 URL: http://s

DO NOT REPLY [Bug 46051] Servlet response writer does not respect line.separator system property

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46051 --- Comment #5 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-23 12:53:23 PST --- Testing svn links in mail messages again - please ignore. r298149 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=298149 ) or revision 298149 ( https://s

DO NOT REPLY [Bug 46051] Servlet response writer does not respect line.separator system property

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46051 --- Comment #4 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-23 12:43:13 PST --- Testing svn links in mail messages - please ignore. https://svn.apache.org/viewcvs.cgi?view=rev&rev=298149";>r298149 or https://svn.apache.org/viewcvs.cgi?

AC/US /security/ related talk need (2 weeks from yesterday)

2008-10-23 Thread William A. Rowe, Jr.
Hello Experts, the AC/US planning team has a 1hr gap in the program, of the "Security" topic track 1 on Thursday 6 November. http://us.apachecon.com/c/acus2008/schedule/2008/11/06 Please get back to me ASAP if you have (or would like to create) a session that hits one or more of the bullets belo

Re: svn commit: r707275 [1/2] - in /tomcat/trunk: ./ java/org/apache/tomcat/jdbc/ java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/interceptor/ java/org/apache/tomcat/jdbc/pool/jmx/

2008-10-23 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Remy Maucherat wrote: >> On Thu, 2008-10-23 at 05:14 +, [EMAIL PROTECTED] wrote: >> >>> Author: fhanik >>> Date: Wed Oct 22 22:14:50 2008 >>> New Revision: 707275 >>> >>> URL: http://svn.apache.org/viewvc?rev=707275&view=rev >>> Log: >>> simple connection pool

Re: svn commit: r707275 [1/2] - in /tomcat/trunk: ./ java/org/apache/tomcat/jdbc/ java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/interceptor/ java/org/apache/tomcat/jdbc/pool/jmx/

2008-10-23 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: On Thu, 2008-10-23 at 05:14 +, [EMAIL PROTECTED] wrote: Author: fhanik Date: Wed Oct 22 22:14:50 2008 New Revision: 707275 URL: http://svn.apache.org/viewvc?rev=707275&view=rev Log: simple connection pool contribution - currently built using ant -f extras.xml conpoo

[MINA/Tomcat native]: Problems with building on win32, port not retrieved, ttl not set

2008-10-23 Thread Lorenz Breu
Hi I just managed to build tomcat native on my kubuntu gutsy box, but still no progress on win32, still getting that problem with not finding UuidCreate while linking... The tomcat.jni call to recvfrom() under linux correctly fills in the port into the apr_sockaddr_t, but under win32 it doesn't,

Re: [VOTE/SENSUS] connection pool

2008-10-23 Thread Jim Jagielski
On Oct 21, 2008, at 4:05 PM, Filip Hanik - Dev Lists wrote: Let's get a feel for what we think we should do. Based on https://issues.apache.org/bugzilla/show_bug.cgi?id=46038 I believe (pick only one): c. [+1] Bring it here, we'll make it an independent module with its own release cycle

Re: svn commit: r707275 [1/2] - in /tomcat/trunk: ./ java/org/apache/tomcat/jdbc/ java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/interceptor/ java/org/apache/tomcat/jdbc/pool/jmx/

2008-10-23 Thread Remy Maucherat
On Thu, 2008-10-23 at 05:14 +, [EMAIL PROTECTED] wrote: > Author: fhanik > Date: Wed Oct 22 22:14:50 2008 > New Revision: 707275 > > URL: http://svn.apache.org/viewvc?rev=707275&view=rev > Log: > simple connection pool contribution - currently built using > ant -f extras.xml conpool > until we

DO NOT REPLY [Bug 46073] Tomcat stops responding

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46073 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: Bug 42409

2008-10-23 Thread Tim Funk
1) I think you might also need in StandardHostValve.java: setStatus(status, message); But the more I dig the less I am convinced that the above snippet is needed. 2) And then this probably needs deprecated public void reset(int status, String message) { 3) reset() also did this: coyoteRe

DO NOT REPLY [Bug 46075] New: FileUpload memory usage

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46075 Summary: FileUpload memory usage Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component

DO NOT REPLY [Bug 46073] New: Tomcat stops responding

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46073 Summary: Tomcat stops responding Product: Tomcat 5 Version: 5.5.15 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: major Priority: P2

Re: Native binaries

2008-10-23 Thread jean-frederic clere
Mark Thomas wrote: Quick question. How do I figure out which APR and openSSL versions were used to built the binary downloads of the native connectors? For APR it should what is in the jnirelease.sh: apr-1.2.8 for openssl there are no clear recommendations. Cheers Jean-Frederic Cheers,