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

2019-01-25 Thread Mark Thomas
On 25/01/2019 21:15, Rainer Jung wrote: > Thanks for adding, I forgot it. np. You did all the hard work. You deserve the credit. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

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

2019-01-25 Thread Rainer Jung
Thanks for adding, I forgot it. Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[VOTE] Release Apache Tomcat Native 1.2.21

2019-01-25 Thread Mark Thomas
Version 1.2.21 includes the following changes compared to 1.2.19: - Fixed memory leak associated with the use of OpenSSL BIO (used when OpenSSL provides the TLS functionality for the NIO and NIO2 connectors) with Rainer's addition to prevent crashes on shutdown Various other fixes and

svn commit: r1852170 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc xdocs/miscellaneous/changelog.xml

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 19:30:23 2019 New Revision: 1852170 URL: http://svn.apache.org/viewvc?rev=1852170=rev Log: Increment version info ready for next development cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h

svn commit: r32134 - in /dev/tomcat/tomcat-connectors/native/1.2.21: ./ binaries/ source/

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 19:28:42 2019 New Revision: 32134 Log: Upload 1.2.21 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.21/ dev/tomcat/tomcat-connectors/native/1.2.21/binaries/

svn commit: r1852153 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_21: ./ build.properties.default native/include/tcn_version.h

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 17:34:00 2019 New Revision: 1852153 URL: http://svn.apache.org/viewvc?rev=1852153=rev Log: Tag 1.2.21 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_21/ - copied from r1852152, tomcat/native/trunk/ Modified:

svn commit: r32133 - /dev/tomcat/tomcat-connectors/native/1.2.20/

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 17:32:41 2019 New Revision: 32133 Log: Drop 1.2.20 as vote was cancelled Removed: dev/tomcat/tomcat-connectors/native/1.2.20/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

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

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 17:28:04 2019 New Revision: 1852152 URL: http://svn.apache.org/viewvc?rev=1852152=rev Log: Credit where it is due Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL:

[Bug 63056] JspC ignores uriroot property as of Tomcat 9.0.14 / 8.5.37

2019-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63056 Mark Thomas changed: What|Removed |Added CC||philippe.ruffin...@gmail.co

[Bug 63115] JSP standalone compilation doesn't work. First folder in path is duplicate

2019-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63115 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE OS|

Re: [VOTE] Release Apache Tomcat Native 1.2.20

2019-01-25 Thread Mark Thomas
On 24/01/2019 12:18, Rainer Jung wrote: > Am 21.01.2019 um 15:49 schrieb Mark Thomas: >> Version 1.2.20 includes the following changes compared to 1.2.19: >> >> - Fixed memory leak associated with the use of OpenSSL BIO (used when >>    OpenSSL provides the TLS functionality for the NIO and NIO2

Re: [VOTE] Release Apache Tomcat Native 1.2.20

2019-01-25 Thread Mark Thomas
On 24/01/2019 16:24, Mark Thomas wrote: > On 24/01/2019 15:22, Rainer Jung wrote: >> Checked in as 1852036. My tests looked good (no crashes), but it would >> be useful to rerun the original memleak checks against the patched code. > > Will do. I ran the tests for 2 hours / 35 million requests

[Bug 63115] New: JSP standalone compilation doesn't work. First folder in path is duplicate

2019-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63115 Bug ID: 63115 Summary: JSP standalone compilation doesn't work. First folder in path is duplicate Product: Tomcat 9 Version: 9.0.14 Hardware: PC Status: NEW

[Bug 63114] New: Async methods do not call handler on exception

2019-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63114 Bug ID: 63114 Summary: Async methods do not call handler on exception Product: Tomcat 9 Version: 9.0.14 Hardware: PC OS: Linux Status: NEW Severity:

svn commit: r1852114 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:46:29 2019 New Revision: 1852114 URL: http://svn.apache.org/viewvc?rev=1852114=rev Log: Clean-up Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java Modified:

svn commit: r1852113 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:44:29 2019 New Revision: 1852113 URL: http://svn.apache.org/viewvc?rev=1852113=rev Log: Avoid a swallowed (and therefore ignored) access failure during web application class loading when running under a SecurityManager Modified: tomcat/tc8.5.x/trunk/

svn commit: r1852112 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:44:10 2019 New Revision: 1852112 URL: http://svn.apache.org/viewvc?rev=1852112=rev Log: Clean-up Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java Propchange:

svn commit: r1852111 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:43:17 2019 New Revision: 1852111 URL: http://svn.apache.org/viewvc?rev=1852111=rev Log: Avoid a swallowed (and therefore ignored) access failure during web application class loading when running under a SecurityManager Modified:

svn commit: r1852110 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:42:09 2019 New Revision: 1852110 URL: http://svn.apache.org/viewvc?rev=1852110=rev Log: Clean-up Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java Modified:

svn commit: r1852108 - in /tomcat/tc7.0.x/trunk: ./ java/javax/websocket/server/ServerEndpointConfig.java webapps/docs/changelog.xml

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:09:30 2019 New Revision: 1852108 URL: http://svn.apache.org/viewvc?rev=1852108=rev Log: When running under a SecurityManager, ensure that the ServiceLoader look-up for the default javax.websocket.server.ServerEndpointConfig.Configurator implementation completes

svn commit: r1852107 - in /tomcat/tc8.5.x/trunk: ./ java/javax/websocket/server/ServerEndpointConfig.java webapps/docs/changelog.xml

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:08:37 2019 New Revision: 1852107 URL: http://svn.apache.org/viewvc?rev=1852107=rev Log: When running under a SecurityManager, ensure that the ServiceLoader look-up for the default javax.websocket.server.ServerEndpointConfig.Configurator implementation completes

svn commit: r1852106 - in /tomcat/trunk: java/javax/websocket/server/ServerEndpointConfig.java webapps/docs/changelog.xml

2019-01-25 Thread markt
Author: markt Date: Fri Jan 25 11:07:05 2019 New Revision: 1852106 URL: http://svn.apache.org/viewvc?rev=1852106=rev Log: When running under a SecurityManager, ensure that the ServiceLoader look-up for the default javax.websocket.server.ServerEndpointConfig.Configurator implementation completes

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

2019-01-25 Thread Bill Barker
-native-1.2-1.0.2/dest-20190125/lib -Dtest.relaxTiming=true -Dexecute.test.nio=false -Dtest.accesslog=true -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20190125.jar -Deasymock.jar=/srv/gump/packages/easymock3/easymock-3.6.jar -Dcglib.jar=/srv/gump/packages

buildbot success in on tomcat-7-trunk

2019-01-25 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1247 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2019-01-25 Thread Bill Barker
-Dtest.accesslog=true -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20190125.jar -Deasymock.jar=/srv/gump/packages/easymock3/easymock-3.6.jar -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test [Working Directory: /srv/gump/public/workspace/tomcat-7.0