https://issues.apache.org/bugzilla/show_bug.cgi?id=43968
--- Comment #10 from Mladen Turk ---
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
this means that
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
backw
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:
tomcat/trunk/modules/jdbc-pool/doc/
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:
tomcat/tc7.0.x/trunk/modules/jdbc-p
https://issues.apache.org/bugzilla/show_bug.cgi?id=55343
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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:
tomcat/trunk/java/org/apache/coyote/http11/I
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:
http://sv
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
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
---
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
tomca
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:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjp
2013/9/4 Konstantin Kolinko :
> 2013/9/3 :
>> 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 them.
>>
>> Modified:
2013/9/4 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 p
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 St
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:
tom
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 Source
On 09/04/2013 03:30 PM, Konstantin Kolinko wrote:
2013/9/4 Mladen Turk :
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 numeric IP addresses
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.
W
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:
http
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: tomcat/trunk/java/org/apache/coyo
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
21 matches
Mail list logo