[Bug 62830] Add static methods to load native libraries by the Common ClassLoader

2018-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62830 --- Comment #8 from Igal Sapir --- (In reply to Mark Thomas from comment #7) > Listeners can use arguments. Look at the existing Tomcat listeners for > examples. Of course they can. Don't know what I was thinking. _facepalm_ -- You are

[Bug 62830] Add static methods to load native libraries by the Common ClassLoader

2018-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62830 --- Comment #7 from Mark Thomas --- Listeners can use arguments. Look at the existing Tomcat listeners for examples. -- You are receiving this mail because: You are the assignee for the bug.

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

2018-10-21 Thread isapir
Author: isapir Date: Mon Oct 22 05:34:01 2018 New Revision: 1844529 URL: http://svn.apache.org/viewvc?rev=1844529=rev Log: Added changelog comment for BZ 62830 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

[Bug 62830] Add static methods to load native libraries by the Common ClassLoader

2018-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62830 --- Comment #6 from Igal Sapir --- (In reply to Remy Maucherat from comment #3) > Personally, I think native libraries can use extra care and if you're going > to write a bit of Tomcat code, I would recommend writing a bit more and > using a

??????svn commit: r30123 - in /dev/tomcat/tomcat-connectors/native/1.2.18: ./binaries/ source/

2018-10-21 Thread ????
dev-unsubscr...@tomcat.apache.org

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

2018-10-21 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-tc7.0.x-test-apr has an issue affecting its community

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2018-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56239 Kira changed: What|Removed |Added Version|7.0.39 |7.0.42 -- You are receiving this mail

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

2018-10-21 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.

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

2018-10-21 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.5.x-test-apr has an issue affecting its community

[GUMP@vmgump-vm3]: Project tomcat-tc8.5.x-test-nio2 (in module tomcat-8.5.x) failed

2018-10-21 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.5.x-test-nio2 has an issue affecting its community

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

2018-10-21 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-tc7.0.x-test-nio has an issue affecting its community

[Bug 62843] New: Tomcat Russian localization

2018-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62843 Bug ID: 62843 Summary: Tomcat Russian localization Product: Tomcat 9 Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement

[GUMP@vmgump-vm3]: Project tomcat-tc8.5.x-test-nio (in module tomcat-8.5.x) failed

2018-10-21 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.5.x-test-nio has an issue affecting its community

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

2018-10-21 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-tc7.0.x-test-bio has an issue affecting its community

svn commit: r1844523 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Library.java

2018-10-21 Thread isapir
Author: isapir Date: Sun Oct 21 21:31:04 2018 New Revision: 1844523 URL: http://svn.apache.org/viewvc?rev=1844523=rev Log: Added util methods load and loadLibrary per BZ 62830 Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Library.java Modified:

[GitHub] tomcat pull request #123: Checking the signing service response

2018-10-21 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/123 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #123: Checking the signing service response

2018-10-21 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/123 Thanks for reviewing this code and providing a patch. Unfortunately, we plan to shortly move away from our custom signing service and switch to the solution provided by DigiCert that integrates a

svn commit: r1844504 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 17:11:51 2018 New Revision: 1844504 URL: http://svn.apache.org/viewvc?rev=1844504=rev Log: Ignore an attribute named source on Context elements provided by StandardContext. This is to suppress warnings generated by the Eclipse / Tomcat integration provided by

svn commit: r1844503 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 17:10:10 2018 New Revision: 1844503 URL: http://svn.apache.org/viewvc?rev=1844503=rev Log: Ignore an attribute named source on Context elements provided by StandardContext. This is to suppress warnings generated by the Eclipse / Tomcat integration provided by

[GitHub] tomcat pull request #127: Add a fake attribute for source

2018-10-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/127 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1844502 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 17:05:03 2018 New Revision: 1844502 URL: http://svn.apache.org/viewvc?rev=1844502=rev Log: Ignore an attribute named source on Context elements provided by StandardContext. This is to suppress warnings generated by the Eclipse / Tomcat integration provided by

[GitHub] tomcat issue #127: Add a fake attribute for source

2018-10-21 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/127 Nice idea. I've applied a variation of this patch to Tomcat. The key changes were: - Only ignore source on Context elements - Ignore source on Context elements in server.xml and context.xml

[Bug 62830] Add static methods to load native libraries by the Common ClassLoader

2018-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62830 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this

svn commit: r1844501 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:56:53 2018 New Revision: 1844501 URL: http://svn.apache.org/viewvc?rev=1844501=rev Log: Update the recommended minimum Tomcat Native version to 1.2.18. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.properties.default

svn commit: r1844500 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:52:39 2018 New Revision: 1844500 URL: http://svn.apache.org/viewvc?rev=1844500=rev Log: Fix IDE nag. Remove unnecessary cast. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java Modified:

svn commit: r1844499 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:52:07 2018 New Revision: 1844499 URL: http://svn.apache.org/viewvc?rev=1844499=rev Log: Update the recommended minimum Tomcat Native version to 1.2.18. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1844498 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:50:44 2018 New Revision: 1844498 URL: http://svn.apache.org/viewvc?rev=1844498=rev Log: Update to Tomcat Native 1.2.18 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.properties.default

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

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:49:37 2018 New Revision: 1844497 URL: http://svn.apache.org/viewvc?rev=1844497=rev Log: Update the recommended minimum Tomcat Native version to 1.2.18. Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

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

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:47:53 2018 New Revision: 1844496 URL: http://svn.apache.org/viewvc?rev=1844496=rev Log: Add Native update to change log Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1844495 - in /tomcat/site/trunk/docs/native-doc: index.html news/2018.html

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:42:43 2018 New Revision: 1844495 URL: http://svn.apache.org/viewvc?rev=1844495=rev Log: Add 1.2.18 release news to Native docs Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/news/2018.html Modified:

svn commit: r1844494 - in /tomcat/native/trunk/xdocs: index.xml news/2018.xml

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:41:13 2018 New Revision: 1844494 URL: http://svn.apache.org/viewvc?rev=1844494=rev Log: Add 1.2.18 release Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2018.xml Modified: tomcat/native/trunk/xdocs/index.xml URL:

svn commit: r1844493 - /tomcat/trunk/build.properties.default

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:27:27 2018 New Revision: 1844493 URL: http://svn.apache.org/viewvc?rev=1844493=rev Log: Update to Tomcat Native 1.2.18 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

[ANN] Apache Tomcat Native 1.2.18 released

2018-10-21 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.18. The key features of this release are: - Windows binaries built with APR 1.6.5 and OpenSSL 1.0.2p. - Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1. - TLSv1.3 support when built with OpenSSL 1.1.1

svn commit: r1844492 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:09:50 2018 New Revision: 1844492 URL: http://svn.apache.org/viewvc?rev=1844492=rev Log: Increment version for next development cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h

svn commit: r1844491 - in /tomcat/site/trunk: docs/ docs/native-doc/ docs/native-doc/miscellaneous/ docs/native-doc/news/ xdocs/

2018-10-21 Thread markt
Author: markt Date: Sun Oct 21 15:07:22 2018 New Revision: 1844491 URL: http://svn.apache.org/viewvc?rev=1844491=rev Log: Update site for Tomcat Native 1.2.18 release Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/index.html