Re: 5.5.27

2008-08-21 Thread Filip Hanik - Dev Lists
there is a required patch in STATUS.txt before I can actually move this, right now its failing TCK tests Filip Filip Hanik - Dev Lists wrote: How about cutting a release candidate on Monday, Aug 18th and if all is well, have a release towards end of next week? Filip

DO NOT REPLY [Bug 45154] Support sendfile with NIO and SSL

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45154 --- Comment #2 from M McClain <[EMAIL PROTECTED]> 2008-08-21 18:05:15 PST --- I understand what you're saying about doing too much in the poller thread. I was trying to accomplish handling hundreds of clients that could simultaneously

DO NOT REPLY [Bug 45154] Support sendfile with NIO and SSL

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45154 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Tomcat Wiki] Trivial Update of "HowTo" by BrandonDuRette

2008-08-21 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 BrandonDuRette: http://wiki.apache.org/tomcat/HowTo The comment on the change is: Typos and Wiki formatting only

DO NOT REPLY [Bug 45661] NioBlockingSelector uses all CPU after a socket connection is killed

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45661 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

[Tomcat Wiki] Update of "HowTo" by BrandonDuRette

2008-08-21 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 BrandonDuRette: http://wiki.apache.org/tomcat/HowTo The comment on the change is: fix wiki formatting bug ---

[Tomcat Wiki] Update of "FAQ/Windows" by DaveBrondsema

2008-08-21 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 DaveBrondsema: http://wiki.apache.org/tomcat/FAQ/Windows -- 1. [#Q7

[Tomcat Wiki] Update of "TomcatCreateWindowsService" by DaveBrondsema

2008-08-21 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 DaveBrondsema: http://wiki.apache.org/tomcat/TomcatCreateWindowsService --

DO NOT REPLY [Bug 44423] invalid duplicate listeners warning

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44423 Tim Funk <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED Re

DO NOT REPLY [Bug 44423] invalid duplicate listeners warning

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44423 Geoff The <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 45655] check permisson

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45655 Jens Kapitza <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 45666] New: JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Summary: JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush) Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Window

Re: Using "::" to bind on IPv6 address only

2008-08-21 Thread jean-frederic clere
Mark Thomas wrote: jean-frederic clere wrote: Hi, After fixing PR43327 I have made different related tests. Actual using "::" will bind on IPv6 and Ipv4 addresses does it make sense to have the following: address="" (NULL) : bind on all addresses (IPv6 and IPv4). address="0.0.0.0" : bind on all

DO NOT REPLY [Bug 45648] Function 'f:length' not found

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45648 --- Comment #4 from Donald Woods <[EMAIL PROTECTED]> 2008-08-21 06:36:00 PST --- I ran into the same problem. Copying the ELParser files from tc6.0.x/trunk (6.0.19) over the 6.0.18 files and rebuilding fixed this problem, but now I'm s

svn commit: r687755 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2008-08-21 Thread jfclere
Author: jfclere Date: Thu Aug 21 06:34:40 2008 New Revision: 687755 URL: http://svn.apache.org/viewvc?rev=687755&view=rev Log: JAVA part of the #43327 fix. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoi

DO NOT REPLY [Bug 43327] Socket bind fails on tomcat startup when using apr

2008-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43327 jfclere <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

svn commit: r687747 - /tomcat/connectors/trunk/jni/test/org/apache/tomcat/jni/SocketServerTestBind.java

2008-08-21 Thread jfclere
Author: jfclere Date: Thu Aug 21 06:21:39 2008 New Revision: 687747 URL: http://svn.apache.org/viewvc?rev=687747&view=rev Log: Remove unused code. Modified: tomcat/connectors/trunk/jni/test/org/apache/tomcat/jni/SocketServerTestBind.java Modified: tomcat/connectors/trunk/jni/test/org/apach

svn commit: r687745 - in /tomcat/connectors/trunk/jni/test/org/apache/tomcat/jni: SocketServerTestBind.java SocketServerTestSuite.java

2008-08-21 Thread jfclere
Author: jfclere Date: Thu Aug 21 06:19:15 2008 New Revision: 687745 URL: http://svn.apache.org/viewvc?rev=687745&view=rev Log: Add a test related to PR#43327. Added: tomcat/connectors/trunk/jni/test/org/apache/tomcat/jni/SocketServerTestBind.java Modified: tomcat/connectors/trunk/jni/te

Re: Using "::" to bind on IPv6 address only

2008-08-21 Thread Mark Thomas
jean-frederic clere wrote: > Hi, > > After fixing PR43327 I have made different related tests. > Actual using "::" will bind on IPv6 and Ipv4 addresses does it make > sense to have the following: > address="" (NULL) : bind on all addresses (IPv6 and IPv4). > address="0.0.0.0" : bind on all IPv4 ad

Using "::" to bind on IPv6 address only

2008-08-21 Thread jean-frederic clere
Hi, After fixing PR43327 I have made different related tests. Actual using "::" will bind on IPv6 and Ipv4 addresses does it make sense to have the following: address="" (NULL) : bind on all addresses (IPv6 and IPv4). address="0.0.0.0" : bind on all IPv4 addresses. address="::" : bind all IPv6

svn commit: r687662 - in /tomcat/tc6.0.x/trunk/webapps/ROOT: index.html index.jsp

2008-08-21 Thread markt
Author: markt Date: Thu Aug 21 02:24:37 2008 New Revision: 687662 URL: http://svn.apache.org/viewvc?rev=687662&view=rev Log: Remove reference to admin app. Fix typo. Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Modified: tomcat/tc6.0.

svn commit: r687661 - /tomcat/connectors/trunk/jni/native/src/address.c

2008-08-21 Thread jfclere
Author: jfclere Date: Thu Aug 21 02:20:21 2008 New Revision: 687661 URL: http://svn.apache.org/viewvc?rev=687661&view=rev Log: When apr_sockaddr_info_get returns several address and we want to bind() to all IP of the machine we should use the IPv6 address for that. The mapping IPv4 to IPv6 will th

svn commit: r687660 - /tomcat/trunk/webapps/ROOT/index.html

2008-08-21 Thread markt
Author: markt Date: Thu Aug 21 02:15:55 2008 New Revision: 687660 URL: http://svn.apache.org/viewvc?rev=687660&view=rev Log: There is no admin app in TC6 Modified: tomcat/trunk/webapps/ROOT/index.html Modified: tomcat/trunk/webapps/ROOT/index.html URL: http://svn.apache.org/viewvc/tomcat/tr

svn commit: r687658 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-08-21 Thread markt
Author: markt Date: Thu Aug 21 01:54:13 2008 New Revision: 687658 URL: http://svn.apache.org/viewvc?rev=687658&view=rev Log: Update patch for 45528 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apa

svn commit: r687645 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-21 Thread markt
Author: markt Date: Thu Aug 21 01:36:43 2008 New Revision: 687645 URL: http://svn.apache.org/viewvc?rev=687645&view=rev Log: Update patch for 45528 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/

Re: svn commit: r687503 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

2008-08-21 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > the checkConfig catches a SocketTimeoutException, but the javadoc says > > public synchronized void setSoTimeout(int timeout) throws > SocketException Thanks for the catch. I'll update the patch to handle that. > this still seems like a hack :) Yep, but hopefull

Re: svn commit: r687503 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

2008-08-21 Thread Mark Thomas
Konstantin Kolinko wrote: > Hi, > > Several comments: > 1. There are two glitches, that got carried over from the previous > version of the patch: > > a) >> -private void initServerSocket(ServerSocket ssocket) { >> +private void initServerSocket(ServerSocket ssocket) throws IOException {

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

2008-08-21 Thread fhanik
Author: fhanik Date: Thu Aug 21 00:53:32 2008 New Revision: 687616 URL: http://svn.apache.org/viewvc?rev=687616&view=rev Log: additional fix to the 44494 fixes, Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/