[Bug 43968] [patch] support ipv6 with mod_jk

2013-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #10 from Mladen Turk mt...@apache.org --- I'm going to work on this feature this and next week, so hopefully we'll have IPV6 support inside mod_jk. First thing is that APR should be used for name resolution whenever present, so

JK support for IPV6

2013-09-04 Thread Mladen Turk
Hi, I'll be working on IPV6 support for mod_jk so hopefully we'll have a working solution next week. There is a patch in that direction (bz #44290) but it has few problems. Patch removes using APR, but that's easily solvable. However major question is how to preserve existing configuration

svn commit: r1519948 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/pool/ src/main/java/org/apache/tomcat/jdbc/pool/jmx/

2013-09-04 Thread kfujino
Author: kfujino Date: Wed Sep 4 08:56:24 2013 New Revision: 1519948 URL: http://svn.apache.org/r1519948 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55343 Add flag to ignore error of connection creation while initializing the pool. Modified:

svn commit: r1519949 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ we

2013-09-04 Thread kfujino
Author: kfujino Date: Wed Sep 4 09:01:22 2013 New Revision: 1519949 URL: http://svn.apache.org/r1519949 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55343 Add flag to ignore error of connection creation while initializing the pool. Modified:

[Bug 55343] Add flag to ignore exceptions while creating initial pool

2013-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55343 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1519951 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2013-09-04 Thread markt
Author: markt Date: Wed Sep 4 09:10:35 2013 New Revision: 1519951 URL: http://svn.apache.org/r1519951 Log: Correct comment Fix some whitespace formatting Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java Modified:

svn commit: r1519952 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2013-09-04 Thread markt
Author: markt Date: Wed Sep 4 09:12:08 2013 New Revision: 1519952 URL: http://svn.apache.org/r1519952 Log: Fix comment typo Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java URL:

[Bug 55521] New: Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean)

2013-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521 Bug ID: 55521 Summary: Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean) Product: Tomcat 7 Version: 7.0.40 Hardware: PC

Re: JK support for IPV6

2013-09-04 Thread jean-frederic clere
On 09/04/2013 09:31 AM, Mladen Turk wrote: Next, do we need something for java side? Are the java connectors capable of listening to IPV6 addresses? According to the tests I did months ago they did work. Cheers Jean-Frederic

svn commit: r1519991 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java JIoEndpoint.java NioEndpoint.java

2013-09-04 Thread markt
Author: markt Date: Wed Sep 4 12:14:02 2013 New Revision: 1519991 URL: http://svn.apache.org/r1519991 Log: Fix possible memory leak with NIO when executor needs to create a new thread. Pull up common code. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1519994 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2013-09-04 Thread markt
Author: markt Date: Wed Sep 4 12:33:42 2013 New Revision: 1519994 URL: http://svn.apache.org/r1519994 Log: Add some plumbing for non-blocking writes to the AJP connectors. There is no functional change. All writes remain blocking. Modified:

Re: svn commit: r1519804 - /tomcat/trunk/build.xml

2013-09-04 Thread Konstantin Kolinko
2013/9/4 Konstantin Kolinko knst.koli...@gmail.com: 2013/9/3 ma...@apache.org: Author: markt Date: Tue Sep 3 19:26:17 2013 New Revision: 1519804 URL: http://svn.apache.org/r1519804 Log: Tomcat only uses package-info.java files for Javadoc so don't bother creating empty class files from

Re: JK support for IPV6

2013-09-04 Thread Konstantin Kolinko
2013/9/4 Mladen Turk mt...@apache.org: Hi, I'll be working on IPV6 support for mod_jk so hopefully we'll have a working solution next week. There is a patch in that direction (bz #44290) but it has few problems. Patch removes using APR, but that's easily solvable. However major question is

buildbot failure in ASF Buildbot on tomcat-trunk

2013-09-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4924 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1520027 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2013-09-04 Thread markt
Author: markt Date: Wed Sep 4 14:12:48 2013 New Revision: 1520027 URL: http://svn.apache.org/r1520027 Log: Calculate the maximum output chunk size when the processor is created. Since it won't change, there is no need to re-calculate it every time there is some output to write. Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4925 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: JK support for IPV6

2013-09-04 Thread Mladen Turk
On 09/04/2013 03:30 PM, Konstantin Kolinko wrote: 2013/9/4 Mladen Turk mt...@apache.org: For numeric hostnames that easy by just parsing hexadecimal + colon for IPV6 and decimal + dot for IPV6 An ambiguity is only if a hostname is used. Do you propose the prefix for hostnames only, not

Re: JK support for IPV6

2013-09-04 Thread Mladen Turk
On 09/04/2013 03:30 PM, Konstantin Kolinko wrote: An ambiguity is only if a hostname is used. Do you propose the prefix for hostnames only, not numeric IP addresses? There is also one other option and that is to always resolve to IPV4 address if both IPV4 and IPV6 have same hostname entry.

svn commit: r1520069 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2013-09-04 Thread markt
Author: markt Date: Wed Sep 4 17:07:04 2013 New Revision: 1520069 URL: http://svn.apache.org/r1520069 Log: Add a note to flush() Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java URL:

svn commit: r1520145 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2013-09-04 Thread markt
Author: markt Date: Wed Sep 4 21:15:33 2013 New Revision: 1520145 URL: http://svn.apache.org/r1520145 Log: Add some plumbing with a view to supporting non-blocking writes. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Modified:

[Bug 55524] New: Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound)

2013-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524 Bug ID: 55524 Summary: Deadlock produced during Websocket write operation (org.apache.catalina.websocket.WsOutbound) Product: Tomcat 7 Version: 7.0.42 Hardware: PC