svn commit: r1719273 - in /tomcat/site/trunk: ./ docs/ xdocs/

2015-12-11 Thread violetagg
Author: violetagg Date: Fri Dec 11 08:08:15 2015 New Revision: 1719273 URL: http://svn.apache.org/viewvc?rev=1719273&view=rev Log: Updates (excluding docs) for 7.0.67 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/

svn commit: r1719274 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 08:14:47 2015 New Revision: 1719274 URL: http://svn.apache.org/viewvc?rev=1719274&view=rev Log: OpenSSL 1.1.0 removed all 40 and 56 bit ciphers Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java Modified: tomcat/trunk/te

svn commit: r1719276 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TesterWsCloseClient.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 08:24:54 2015 New Revision: 1719276 URL: http://svn.apache.org/viewvc?rev=1719276&view=rev Log: Fix one FindBugs and one Javadoc warning Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TesterWsCloseClient.java Modified: tomcat/trunk/test/org/ap

svn commit: r1719278 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 08:29:51 2015 New Revision: 1719278 URL: http://svn.apache.org/viewvc?rev=1719278&view=rev Log: Fix some FindBugs false positives and correct order of entries. Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/fi

[Bug 56576] Websocket support

2015-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56576 Mauro Molinari changed: What|Removed |Added CC||mauro...@tiscali.it -- You are recei

svn commit: r1719285 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFrameServer.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 08:54:11 2015 New Revision: 1719285 URL: http://svn.apache.org/viewvc?rev=1719285&view=rev Log: Remove unnecessary code. SocketProcessor implementations lock on the socket to ensure there is only ever one thread processing the socket at a time Modified: tomcat/

svn commit: r1719287 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2015-12-11 Thread violetagg
Author: violetagg Date: Fri Dec 11 09:06:44 2015 New Revision: 1719287 URL: http://svn.apache.org/viewvc?rev=1719287&view=rev Log: Update docs for Apache Tomcat 7.0.67 release. [This commit notification would consist of 67 parts, which exceeds the limit of 50 ones, so it was shortened to the su

svn commit: r11545 - /release/tomcat/tomcat-7/v7.0.65/

2015-12-11 Thread violetagg
Author: violetagg Date: Fri Dec 11 09:18:36 2015 New Revision: 11545 Log: Remove 7.0.65 Removed: release/tomcat/tomcat-7/v7.0.65/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1719291 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrameBase.java WsFrameClient.java server/LocalStrings.properties server/WsFrameServer.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 09:23:15 2015 New Revision: 1719291 URL: http://svn.apache.org/viewvc?rev=1719291&view=rev Log: Add some additional debug logging to WebSocket Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat

[ANN] Apache Tomcat 7.0.67 released

2015-12-11 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.67. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

svn commit: r1719315 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java WsSession.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 10:07:14 2015 New Revision: 1719315 URL: http://svn.apache.org/viewvc?rev=1719315&view=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 Failure to send a WebSocket message should trigger the closure of the session. Modified: tomcat/t

buildbot failure in ASF Buildbot on tomcat-trunk

2015-12-11 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/740 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1719332 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 10:29:03 2015 New Revision: 1719332 URL: http://svn.apache.org/viewvc?rev=1719332&view=rev Log: Remove invalid test. >From section 2.1.5 of the WebSocket 1.1 specification: "If the close was initiated by the remote peer, the implementation must use the close code an

svn commit: r1719334 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 10:35:42 2015 New Revision: 1719334 URL: http://svn.apache.org/viewvc?rev=1719334&view=rev Log: Remove invalid test. >From section 2.1.5 of the WebSocket 1.1 specification: "If the close was initiated by the remote peer, the implementation must use the close code an

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #25 from Mark Thomas --- This has been fixed in 9.0.x although the connector refactoring means that a direct back-port may not be possible. Note that two tests were removed because they were invalid as per section 2.1.5 of the WebS

svn commit: r1719335 - /tomcat/trunk/conf/logging.properties

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 10:37:40 2015 New Revision: 1719335 URL: http://svn.apache.org/viewvc?rev=1719335&view=rev Log: Add another useful example Modified: tomcat/trunk/conf/logging.properties Modified: tomcat/trunk/conf/logging.properties URL: http://svn.apache.org/viewvc/tomcat/tr

Native default

2015-12-11 Thread Rémy Maucherat
Hi, In Tomcat 9, using the Apr listener could mean that the user want to use the OpenSSL crypto and not the full APR connector. Since Mark doesn't seem to like that connector very much and since we have HTTP/2 to "sell" as working stuff, I would like to propose an interim step. At the moment, the

svn commit: r1719340 - /tomcat/trunk/webapps/docs/changelog.xml

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 10:55:43 2015 New Revision: 1719340 URL: http://svn.apache.org/viewvc?rev=1719340&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

Re: Native default

2015-12-11 Thread Mark Thomas
On 11/12/2015 10:54, Rémy Maucherat wrote: > Hi, > > In Tomcat 9, using the Apr listener could mean that the user want to use > the OpenSSL crypto and not the full APR connector. Since Mark doesn't seem > to like that connector very much and since we have HTTP/2 to "sell" as > working stuff, I wou

svn commit: r1719343 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java Nio2Endpoint.java NioEndpoint.java

2015-12-11 Thread remm
Author: remm Date: Fri Dec 11 11:02:55 2015 New Revision: 1719343 URL: http://svn.apache.org/viewvc?rev=1719343&view=rev Log: Add code to properly destroy SSL contexts. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java tomcat/trunk/java/org/apache/tomcat/uti

svn commit: r1719346 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 11:14:43 2015 New Revision: 1719346 URL: http://svn.apache.org/viewvc?rev=1719346&view=rev Log: Should only call onClose() once per session. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified: tomcat/trunk/java/org/apache/tomcat/web

svn commit: r1719348 - in /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrameBase.java WsFrameClient.java server/LocalStrings.properties server/WsFrameServer.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 11:22:37 2015 New Revision: 1719348 URL: http://svn.apache.org/viewvc?rev=1719348&view=rev Log: Add some additional debug logging to WebSocket Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/tc8.0.x/trunk/java/

svn commit: r1719357 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsSession.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 12:13:42 2015 New Revision: 1719357 URL: http://svn.apache.org/viewvc?rev=1719357&view=rev Log: Back-port from trunk. Fix a hanging WebSocket test on Windows. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/webso

svn commit: r1719358 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsSession.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 12:17:10 2015 New Revision: 1719358 URL: http://svn.apache.org/viewvc?rev=1719358&view=rev Log: Resolve stacktrace on session close Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java Propch

svn commit: r1719400 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/server/ webapps/docs/

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 12:38:32 2015 New Revision: 1719400 URL: http://svn.apache.org/viewvc?rev=1719400&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 Ensure onClose() is called when a WebSocket connection is closed even if the sending of the close message fails.

svn commit: r1719402 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/server/ webapps/docs/

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 12:51:51 2015 New Revision: 1719402 URL: http://svn.apache.org/viewvc?rev=1719402&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 Ensure onClose() is called when a WebSocket connection is closed even if the sending of the close message fails.

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

BZ 57489 - TestClose failing in trunk at buildbot

2015-12-11 Thread Konstantin Kolinko
Hi! Current trunk tests fail at buildbot at the new tests for BZ 57489 , [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt [concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO2.txt Log files: https://ci.apache.org/projec

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-12-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/226 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

Re: BZ 57489 - TestClose failing in trunk at buildbot

2015-12-11 Thread Konstantin Kolinko
2015-12-11 16:00 GMT+03:00 Konstantin Kolinko : > Hi! > > Current trunk tests fail at buildbot at the new tests for BZ 57489 , > >[concat] Testsuites with failed tests: >[concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt >[concat] TEST-org.apache.tomcat.websocket.server.

svn commit: r1719420 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 13:55:37 2015 New Revision: 1719420 URL: http://svn.apache.org/viewvc?rev=1719420&view=rev Log: Can't use Java 7 syntax in Tomcat 7 Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Modified: tomcat/tc7.0.x/trunk/ja

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-12-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/328 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

Re: BZ 57489 - TestClose failing in trunk at buildbot

2015-12-11 Thread Mark Thomas
On 11/12/2015 13:44, Konstantin Kolinko wrote: > 2015-12-11 16:00 GMT+03:00 Konstantin Kolinko : >> Hi! >> >> Current trunk tests fail at buildbot at the new tests for BZ 57489 , >> >>[concat] Testsuites with failed tests: >>[concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt

svn commit: r1719441 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 15:00:22 2015 New Revision: 1719441 URL: http://svn.apache.org/viewvc?rev=1719441&view=rev Log: Make debugging easier Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/Te

svn commit: r1719446 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 15:10:17 2015 New Revision: 1719446 URL: http://svn.apache.org/viewvc?rev=1719446&view=rev Log: Enable test to handle different TCP reset behaviours on different operating systems Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Mo

[Bug 58721] New: Http11Nio2Protocol is leaking open file handles for TCP connections

2015-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58721 Bug ID: 58721 Summary: Http11Nio2Protocol is leaking open file handles for TCP connections Product: Tomcat 8 Version: 8.0.28 Hardware: PC OS: Linux

[Bug 58721] Http11Nio2Protocol is leaking open file handles for TCP connections

2015-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58721 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this m

svn commit: r1719455 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 15:26:17 2015 New Revision: 1719455 URL: http://svn.apache.org/viewvc?rev=1719455&view=rev Log: Need to process errors so the application can be informed rather than the connection just being closed. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2En

svn commit: r1719456 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2015-12-11 Thread remm
Author: remm Date: Fri Dec 11 15:26:43 2015 New Revision: 1719456 URL: http://svn.apache.org/viewvc?rev=1719456&view=rev Log: SSL.getHandshake count is unused (it probably was removed from the JNI API because of that) but can just as well return the *completed* handshake count rather than the st

svn commit: r1719459 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsSession.java server/LocalStrings.properties server/WsHttpUpgradeHandler.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 15:31:15 2015 New Revision: 1719459 URL: http://svn.apache.org/viewvc?rev=1719459&view=rev Log: Close the session before closing the connection if a low-level I/O error is experienced. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java t

Re: [VOTE] Release Apache Tomcat Native 1.1.34

2015-12-11 Thread Konstantin Kolinko
2015-12-09 23:40 GMT+03:00 Mark Thomas : > Version 1.1.34 includes the following changes: > > - Unconditionally disable export Ciphers > > - Improve ephemeral key handling for DH and ECDH > > - Various fixes to build with newer OPenSSL versions + - Itanium binaries no longer provided for Windows

svn commit: r1719462 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2015-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 11 15:42:20 2015 New Revision: 1719462 URL: http://svn.apache.org/viewvc?rev=1719462&view=rev Log: Fix changelog typo stated count -> started count Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous

buildbot success in ASF Buildbot on tomcat-trunk

2015-12-11 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/748 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1719468 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 16:26:13 2015 New Revision: 1719468 URL: http://svn.apache.org/viewvc?rev=1719468&view=rev Log: Make debugging easier Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Propchange: t

svn commit: r1719472 - in /tomcat/trunk/java/org/apache/tomcat: jni/SSL.java util/net/openssl/OpenSSLEngine.java

2015-12-11 Thread remm
Author: remm Date: Fri Dec 11 16:38:19 2015 New Revision: 1719472 URL: http://svn.apache.org/viewvc?rev=1719472&view=rev Log: - Improve the handshake end detection using the getHandshakeCount that was modified in native. Although checking the certificate was there is a hack that worked in some c

[Bug 58722] New: Parallel Deployment Override

2015-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58722 Bug ID: 58722 Summary: Parallel Deployment Override Product: Tomcat 8 Version: trunk Hardware: All OS: Linux Status: NEW Severity: enhancement

svn commit: r1719473 - in /tomcat/trunk: java/org/apache/catalina/connector/Connector.java java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2015-12-11 Thread remm
Author: remm Date: Fri Dec 11 16:58:31 2015 New Revision: 1719473 URL: http://svn.apache.org/viewvc?rev=1719473&view=rev Log: Add an extra flag to the APR listener to allow using NIO + OpenSSL in a cleaner way. At the moment, the default behavior is unchanged. Modified: tomcat/trunk/java/org

svn commit: r1719474 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2015-12-11 Thread remm
Author: remm Date: Fri Dec 11 16:58:48 2015 New Revision: 1719474 URL: http://svn.apache.org/viewvc?rev=1719474&view=rev Log: Fix comment. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSL

svn commit: r1719488 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TesterWsCloseClient.java

2015-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 11 18:40:44 2015 New Revision: 1719488 URL: http://svn.apache.org/viewvc?rev=1719488&view=rev Log: Simplify. No need for "+=" as this is the initial value. Replace binary number (0bNN) with a hexadecimal one to allow this code to be backported to Tomcat 7 / Java 6.

svn commit: r1719491 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/websocket/server/TesterWsCloseClient.java

2015-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 11 18:44:09 2015 New Revision: 1719491 URL: http://svn.apache.org/viewvc?rev=1719491&view=rev Log: Simplify. No need for "+=" as this is the initial value. Replace binary number (0bNN) with a hexadecimal one to allow this code to be backported to Tomcat 7 / Java 6.

svn commit: r1719493 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/websocket/server/TesterWsCloseClient.java

2015-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 11 18:50:09 2015 New Revision: 1719493 URL: http://svn.apache.org/viewvc?rev=1719493&view=rev Log: Simplify and fix compilation issue. Binary number (0bNN) is not supported in Java 6. Replace it with hexadecimal one. Merged r1719491 from tomcat/tc8.0.x/trunk. Modi

[Bug 58723] New: Undeploy Versioned Context Fails

2015-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58723 Bug ID: 58723 Summary: Undeploy Versioned Context Fails Product: Tomcat 8 Version: 8.0.27 Hardware: All OS: Linux Status: NEW Severity: minor

svn commit: r1719509 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TesterWsCloseClient.java

2015-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 11 19:47:43 2015 New Revision: 1719509 URL: http://svn.apache.org/viewvc?rev=1719509&view=rev Log: Fix compilation failure in tests when Java 6 + Java 7 is used when configured as JAVA_HOME=Java6 in system properties, java.7.home=Java7 in build.properties file (I d

svn commit: r1719531 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 20:26:48 2015 New Revision: 1719531 URL: http://svn.apache.org/viewvc?rev=1719531&view=rev Log: Make the tests more robust to timing differences across connectors and platforms. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Modi

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

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 20:29:00 2015 New Revision: 1719532 URL: http://svn.apache.org/viewvc?rev=1719532&view=rev Log: Handle APR_POLLHUP using the correct status DISCONNECT rather than as OPEN_READ or OPEN_WRITE. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.jav

svn commit: r1719534 - /tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 20:30:00 2015 New Revision: 1719534 URL: http://svn.apache.org/viewvc?rev=1719534&view=rev Log: While APR and HTTP processors don't need to know the client has disconnected, Upgrade processors do. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessorL

svn commit: r1719535 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java

2015-12-11 Thread markt
Author: markt Date: Fri Dec 11 20:30:29 2015 New Revision: 1719535 URL: http://svn.apache.org/viewvc?rev=1719535&view=rev Log: Treat client disconnect that same was as an I/O error. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java Modified: tomcat/tr

svn commit: r1719543 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2015-12-11 Thread rjung
Author: rjung Date: Fri Dec 11 20:46:33 2015 New Revision: 1719543 URL: http://svn.apache.org/viewvc?rev=1719543&view=rev Log: Apache: Don't try to read remaining request body parts during clean up if reading the request body from the client already failed during earlier processing phases. Modifi

Re: BZ 57489 - TestClose failing in trunk at buildbot

2015-12-11 Thread Mark Thomas
On 11/12/2015 14:46, Mark Thomas wrote: > On 11/12/2015 13:44, Konstantin Kolinko wrote: >> 2015-12-11 16:00 GMT+03:00 Konstantin Kolinko : >>> Hi! >>> >>> Current trunk tests fail at buildbot at the new tests for BZ 57489 , >>> >>>[concat] Testsuites with failed tests: >>>[concat] TEST-org

Re: Native default

2015-12-11 Thread Christopher Schultz
Mark, On 12/11/15 6:01 AM, Mark Thomas wrote: > On 11/12/2015 10:54, Rémy Maucherat wrote: >> Hi, >> >> In Tomcat 9, using the Apr listener could mean that the user want to use >> the OpenSSL crypto and not the full APR connector. Since Mark doesn't seem >> to like that connector very much and sin

Re: Native default

2015-12-11 Thread Rémy Maucherat
2015-12-11 23:23 GMT+01:00 Christopher Schultz : > One connector to rule them all. > > Is NIO2 viable yet? The APR connector had actual blocking-reads in > situations where we wanted that. NIO on the other hand IIRC can't choose > which type of reads to do: they are always blocking. > NIO is non

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-12-11 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20151211-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest-20151211/lib -Dcommons-daemon.jar=/srv/gump/public/work

Re: [VOTE] Release Apache Tomcat Native 1.2.3

2015-12-11 Thread Konstantin Kolinko
2015-12-09 23:37 GMT+03:00 Mark Thomas : > Version 1.2.3 includes the following changes: > > - Java keystore support > > - Various fixes to align the Java and native APIs > > - Various fixes if building without OpenSSL > > The proposed release artefacts can be found at [1], > and the build was done