[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2018-11-13 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-trunk-test-nio2 has an issue affecting its community integration. T

[Bug 62899] Async servlet over HTTP/2 on embedded server sporadically timeout forever when reading near end of request

2018-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62899 --- Comment #4 from Dapeng Zhang --- I tested with your patch (commit afdadae11b6876f3df25d3105230556b3ab27ab7) locally with my own project. Both on Linux and Mac. I didn't see such timeout failure any more. Thank you for the fix! However, on

[Bug 62899] Async servlet over HTTP/2 on embedded server sporadically timeout forever when reading near end of request

2018-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62899 --- Comment #3 from Mark Thomas --- I believe I have found the root cause and I have applied a fix to 9.0.x. If you are able to build from source and confirm that fix that would be very helpful. Alternatively, a snapshot build can be provided f

svn commit: r1846551 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/http2/ webapps/docs/

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 23:02:31 2018 New Revision: 1846551 URL: http://svn.apache.org/viewvc?rev=1846551&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62899 Prevent the incorrect timing out of connections when Servlet non-blocking I/O is used to read a request body over

Re: svn commit: r1846545 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AjpProcessor.java http11/Http11Processor.java http2/Stream.java http2/StreamProcessor.java

2018-11-13 Thread Mark Thomas
On 13/11/2018 20:23, ma...@apache.org wrote: Author: markt Date: Tue Nov 13 20:23:07 2018 New Revision: 1846545 URL: http://svn.apache.org/viewvc?rev=1846545&view=rev Log: Rename for clarity / consistency Just a heads up that this in preparation for a fix for bug 62899. I'm going to need simi

svn commit: r1846545 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AjpProcessor.java http11/Http11Processor.java http2/Stream.java http2/StreamProcessor.java

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 20:23:07 2018 New Revision: 1846545 URL: http://svn.apache.org/viewvc?rev=1846545&view=rev Log: Rename for clarity / consistency Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

[Bug 62892] Memory leak when performing client certificate validation with OCSP

2018-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62892 --- Comment #9 from jfclere --- OK I know that adding: OPENSSL_free(hostname); OPENSSL_free(c_port); OPENSSL_free(path); is not enough, but I am happy it helps ;-) -- You are receiving this mail because: You are the assignee for t

[Bug 62892] Memory leak when performing client certificate validation with OCSP

2018-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62892 --- Comment #8 from Sander Benschop --- Ok, I will try again to build the code from SVN and see if it makes a difference, but right now the server still runs out of memory. I have added the three lines of code you suggested in this place: fre

svn commit: r1846515 - in /tomcat/trunk: build.xml conf/catalina.properties res/maven/mvn-pub.xml res/maven/tomcat-i18n-pt-BR.pom webapps/docs/changelog.xml

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 14:35:03 2018 New Revision: 1846515 URL: http://svn.apache.org/viewvc?rev=1846515&view=rev Log: Include Brazilian Portuguese translations in the standard Tomcat distribution. Added: tomcat/trunk/res/maven/tomcat-i18n-pt-BR.pom (with props) Modified: tomcat

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

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 14:13:10 2018 New Revision: 1846514 URL: http://svn.apache.org/viewvc?rev=1846514&view=rev Log: Add translation updates to the changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.

svn commit: r1846513 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/jni/SSL.java webapps/docs/changelog.xml

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 14:08:23 2018 New Revision: 1846513 URL: http://svn.apache.org/viewvc?rev=1846513&view=rev Log: Avoid an exception when using Tomcat Native built with a version of OpenSSL that does not support TLSv1.3. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomc

buildbot success in on tomcat-trunk

2018-11-13 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/3739 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1846509 - in /tomcat/trunk: java/javax/el/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/authenticator/jaspic/ java/org/apache/catalina/connector/ java/org/apache/catal

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:37:24 2018 New Revision: 1846509 URL: http://svn.apache.org/viewvc?rev=1846509&view=rev Log: Brazilian Portuguese translations contributed by Geraldo Netto Added: tomcat/trunk/java/javax/el/LocalStrings_pt_BR.properties (with props) tomcat/trunk/java/o

svn commit: r1846508 - in /tomcat/trunk: java/org/apache/catalina/authenticator/jaspic/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/deploy/ java/org/apache/catalina/loader/ java/org/apa

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:34:58 2018 New Revision: 1846508 URL: http://svn.apache.org/viewvc?rev=1846508&view=rev Log: Additional German translations contributed by soliplaya and burghard Added: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings_de.properties

svn commit: r1846507 - in /tomcat/trunk/java/org/apache/tomcat/buildutil/translate: Export.java Import.java Utils.java

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:31:55 2018 New Revision: 1846507 URL: http://svn.apache.org/viewvc?rev=1846507&view=rev Log: Improve the import process. Handle special cases of single quotes and tabs Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/translate/Export.java tomcat/tr

svn commit: r1846506 - in /tomcat/trunk/java: javax/el/ org/apache/catalina/authenticator/ org/apache/catalina/core/ org/apache/catalina/filters/ org/apache/catalina/ha/deploy/ org/apache/catalina/ha/

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:30:57 2018 New Revision: 1846506 URL: http://svn.apache.org/viewvc?rev=1846506&view=rev Log: Additional Spanish translations contributed by soliplaya, Israel and Ulises Gonzalez Horta Added: tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings_es.pro

svn commit: r1846505 [2/2] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/authenticator/jaspic/ org/apache/catalina/connec

2018-11-13 Thread markt
Added: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings_fr.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings_fr.properties?rev=1846505&view=auto == --- tomcat/trunk/java/

svn commit: r1846505 [1/2] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/authenticator/jaspic/ org/apache/catalina/connec

2018-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:28:22 2018 New Revision: 1846505 URL: http://svn.apache.org/viewvc?rev=1846505&view=rev Log: Additional French translations contributed by soliplaya, remm, David and NicolasG Added: tomcat/trunk/java/javax/el/LocalStrings_fr.properties (with props) to

[Bug 62892] Memory leak when performing client certificate validation with OCSP

2018-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62892 --- Comment #7 from jfclere --- ImportError: No module named 'ConfigParser' that is because you are using python... You need an apr version that supports python3 or use python2. -- You are receiving this mail because: You are the assignee for

[Bug 62892] Memory leak when performing client certificate validation with OCSP

2018-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62892 --- Comment #6 from Sander Benschop --- I was getting errors in the Python build script when running the buildconf file: ImportError: No module named 'ConfigParser' And I tried to run the buildcheck.sh file which reported I didn't have Python

[Bug 62892] Memory leak when performing client certificate validation with OCSP

2018-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62892 --- Comment #5 from jfclere --- Try with r1846499, I still have another memory leak but can't find where. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1846499 - /tomcat/native/trunk/native/src/sslutils.c

2018-11-13 Thread jfclere
Author: jfclere Date: Tue Nov 13 09:24:32 2018 New Revision: 1846499 URL: http://svn.apache.org/viewvc?rev=1846499&view=rev Log: Arrange code to make it more easy to find memory leaks fix one memory leak: +OPENSSL_free(hostname); +OPENSSL_free(c_port); +OPENSSL_free(path); Modified: