[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #14 from jan.pfei...@centrum.cz --- If logs did not help, can you point me where to get that DEBUG build of tcnative? -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 59750] Amend "authenticate" method with context by means of HttpServletRequest

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59750 --- Comment #6 from Christopher Schultz --- (In reply to Michael Osipov from comment #5) > GSSName or X509Certificate and like. I always prefer passing Object and the > implementation decides about the cast. Seems reasonable. Tomcat only supp

[Bug 62641] New: libtool invocations should use --tag=CC

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62641 Bug ID: 62641 Summary: libtool invocations should use --tag=CC Product: Tomcat Native Version: 1.2.17 Hardware: All OS: HP-UX Status: NEW Severity: majo

[Bug 62641] libtool invocations should use --tag=CC

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62641 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added CC||1983-01...@gmx.net

[Bug 62641] libtool invocations should use --tag=CC

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62641 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added Depends on|62640 | Referenced Bugs

svn commit: r1838433 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java SocketWrapperBase.java WriteBuffer.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 16:11:52 2018 New Revision: 1838433 URL: http://svn.apache.org/viewvc?rev=1838433&view=rev Log: Refactor for consistency Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.ja

svn commit: r1838434 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/SocketWrapperBase.java java/org/apache/tomcat/util/net/WriteBuffer.

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 16:12:28 2018 New Revision: 1838434 URL: http://svn.apache.org/viewvc?rev=1838434&view=rev Log: Refactor for consistency Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/tc8.5.

svn commit: r1838435 - in /tomcat/site/trunk/docs: ./ tomcat-9.0-doc/ tomcat-9.0-doc/api/ tomcat-9.0-doc/api/org/apache/catalina/ tomcat-9.0-doc/api/org/apache/catalina/ant/ tomcat-9.0-doc/api/org/apa

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 16:23:29 2018 New Revision: 1838435 URL: http://svn.apache.org/viewvc?rev=1838435&view=rev Log: Update docs for 9.0.11 release [This commit notification would consist of 89 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r1838436 - in /tomcat/site/trunk: build.properties.default xdocs/download-90.xml xdocs/index.xml xdocs/migration-9.xml xdocs/oldnews.xml xdocs/whichversion.xml

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 16:29:11 2018 New Revision: 1838436 URL: http://svn.apache.org/viewvc?rev=1838436&view=rev Log: Update for 9.0.11 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/xdocs/download-90.xml tomcat/site/trunk/xdocs/index.xml t

[ANN] Apache Tomcat 9.0.11 available

2018-08-20 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.11. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.11 is a bugfix and feat

svn commit: r28854 - /release/tomcat/tomcat-9/v9.0.10/

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 16:40:04 2018 New Revision: 28854 Log: Drop 9.0.10 from mirrors Removed: release/tomcat/tomcat-9/v9.0.10/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e

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

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 16:53:33 2018 New Revision: 1838437 URL: http://svn.apache.org/viewvc?rev=1838437&view=rev Log: Update docs for 8.5.33 release [This commit notification would consist of 81 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

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

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 16:55:20 2018 New Revision: 1838438 URL: http://svn.apache.org/viewvc?rev=1838438&view=rev Log: Update site for 8.5.33 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html

[Bug 62635] Async servlet over HTTP/2 response.flushBuffer() intermittently fails

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62635 --- Comment #2 from Dapeng Zhang --- Thanks Mark for your quick response. It's fair that Tomcat implementation does not support flushBuffer() in non-blocking I/O mode because it's unspecified. May I ask some implementation details about Tomcat

[Bug 59750] Amend "authenticate" method with context by means of HttpServletRequest

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59750 --- Comment #7 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #6) > (In reply to Michael Osipov from comment #5) > > GSSName or X509Certificate and like. I always prefer passing Object and the > > impl

[ANN] Apache Tomcat 8.5.33 available

2018-08-20 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.33. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers t

svn commit: r28856 - /release/tomcat/tomcat-8/v8.5.32/

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 19:46:35 2018 New Revision: 28856 Log: Drop 8.5.32 from mirrors Removed: release/tomcat/tomcat-8/v8.5.32/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e

svn commit: r1838473 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java SocketWrapperBase.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 19:53:18 2018 New Revision: 1838473 URL: http://svn.apache.org/viewvc?rev=1838473&view=rev Log: Fix refactoring of writing from the non-blocking write buffer to the network for NIO2. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java t

svn commit: r1838477 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/SocketWrapperBase.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 19:53:54 2018 New Revision: 1838477 URL: http://svn.apache.org/viewvc?rev=1838477&view=rev Log: Fix refactoring of writing from the non-blocking write buffer to the network for NIO2. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/jav

[Bug 62635] Async servlet over HTTP/2 response.flushBuffer() intermittently fails

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62635 --- Comment #3 from Mark Thomas --- This discussion is heading towards something that would be better held directly on the dev@ list. HTTP is not designed for the communication style you describe. The only model that us guaranteed to work is:

svn commit: r1838492 - in /tomcat/trunk: java/org/apache/coyote/http2/Stream.java test/org/apache/coyote/http2/TestAsyncFlush.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:27:10 2018 New Revision: 1838492 URL: http://svn.apache.org/viewvc?rev=1838492&view=rev Log: Implement a workaround that prevents container threads from entering an indefinite wait() if an application performs an illegal blocking I/O operation Added: tomcat

svn commit: r1838493 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java test/org/apache/coyote/http2/TestAsyncFlush.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:28:13 2018 New Revision: 1838493 URL: http://svn.apache.org/viewvc?rev=1838493&view=rev Log: Implement a workaround that prevents container threads from entering an indefinite wait() if an application performs an illegal blocking I/O operation Added: tomcat

[Bug 62635] Async servlet over HTTP/2 response.flushBuffer() intermittently fails

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62635 --- Comment #4 from Mark Thomas --- The patch seems to work so I have committed it. Do let us know how you get on. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1838494 - /tomcat/trunk/build.xml

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:30:10 2018 New Revision: 1838494 URL: http://svn.apache.org/viewvc?rev=1838494&view=rev Log: SHA-1 has been moved to SHOULD NOT in the release policy Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r1838495 - in /tomcat/tc8.5.x/trunk: ./ build.xml

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:31:27 2018 New Revision: 1838495 URL: http://svn.apache.org/viewvc?rev=1838495&view=rev Log: SHA-1 has been moved to SHOULD NOT in the release policy Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.xml Propchange: tomcat/tc8.

svn commit: r1838496 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAsyncFlush.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:32:06 2018 New Revision: 1838496 URL: http://svn.apache.org/viewvc?rev=1838496&view=rev Log: Fix back-port to Java 7. Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAsyncFlush.java Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/

svn commit: r1838497 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:33:55 2018 New Revision: 1838497 URL: http://svn.apache.org/viewvc?rev=1838497&view=rev Log: SHA-1 has been moved to SHOULD NOT in the release policy Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml Propchange: tomcat/tc7.

svn commit: r1838498 - in /tomcat/site/trunk: docs/ xdocs/

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:43:40 2018 New Revision: 1838498 URL: http://svn.apache.org/viewvc?rev=1838498&view=rev Log: Release policy has updated SHA-1 to "SHOULD NOT" use. Remove links to SHA-1 everywhere where there is a better alternative (SHA-512) Modified: tomcat/site/trunk/docs/

svn commit: r28863 - /release/tomcat/tomcat-connectors/native/1.2.16/

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:44:47 2018 New Revision: 28863 Log: Remove 1.2.16 from mirrors Removed: release/tomcat/tomcat-connectors/native/1.2.16/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For addit

svn commit: r28864 - in /release/tomcat/tomcat-connectors/native/1.1.34: binaries/ source/

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:50:19 2018 New Revision: 28864 Log: Add SHA-512 hashes Added: release/tomcat/tomcat-connectors/native/1.1.34/binaries/tomcat-native-1.1.34-ocsp-win32-bin.zip.sha512 release/tomcat/tomcat-connectors/native/1.1.34/binaries/tomcat-native-1.1.34-win32-bin.z

svn commit: r1838500 - in /tomcat/site/trunk: docs/download-native.html xdocs/download-native.xml

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:52:48 2018 New Revision: 1838500 URL: http://svn.apache.org/viewvc?rev=1838500&view=rev Log: Switch to newly created SHA-512 hashes Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/xdocs/download-native.xml Modified: tomcat/site/tr

svn commit: r28865 - in /release/tomcat/tomcat-connectors/jk: ./ binaries/windows/

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:55:46 2018 New Revision: 28865 Log: Drop 1.2.42 from mirrors Removed: release/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.42-windows-i386-iis.zip release/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.42-window

svn commit: r28866 - /release/tomcat/taglibs/taglibs-standard-1.2.5/

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 21:58:32 2018 New Revision: 28866 Log: Add SHA-512 checksums Added: release/tomcat/taglibs/taglibs-standard-1.2.5/taglibs-standard-1.2.5-source-release.zip.sha512 release/tomcat/taglibs/taglibs-standard-1.2.5/taglibs-standard-compat-1.2.5.jar.sha512 r

svn commit: r1838501 - in /tomcat/site/trunk: docs/download-taglibs.html xdocs/download-taglibs.xml

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 22:04:39 2018 New Revision: 1838501 URL: http://svn.apache.org/viewvc?rev=1838501&view=rev Log: Update has links to use newly added SHA-512 Modified: tomcat/site/trunk/docs/download-taglibs.html tomcat/site/trunk/xdocs/download-taglibs.xml Modified: tomcat/

svn commit: r1838502 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 22:07:56 2018 New Revision: 1838502 URL: http://svn.apache.org/viewvc?rev=1838502&view=rev Log: Fix Javadoc Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.ja

svn commit: r1838504 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SocketWrapperBase.java

2018-08-20 Thread markt
Author: markt Date: Mon Aug 20 22:08:20 2018 New Revision: 1838504 URL: http://svn.apache.org/viewvc?rev=1838504&view=rev Log: Fix Javadoc Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Propchange: tomcat/tc8.

buildbot success in on tomcat-trunk

2018-08-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3535 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[Bug 62635] Async servlet over HTTP/2 response.flushBuffer() intermittently fails

2018-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62635 --- Comment #5 from Dapeng Zhang --- I tested with the patch. All passed! I agree that although Servlet 4.0 must support HTTP/2 requests and responses, and the HTTP/2 protocol allows the HTTP/2 Request/Response Exchange to work in a full-duple

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

2018-08-20 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-apr has an issue affecting its community integration.

[GitHub] tomcat pull request #105: Iamtjw patch 1

2018-08-20 Thread IAMTJW
Github user IAMTJW closed the pull request at: https://github.com/apache/tomcat/pull/105 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org