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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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/
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
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
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
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.
--
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:
22 matches
Mail list logo