JDK 11 EA 18

2018-06-18 Thread William L. Thomson Jr.
I was also running into this on EA 17, but 18 is current. I had Tomcat and all my stuff, some Jersey and minor Webapps without issues on JDK 11 EA 9 up to like Tomcat 9.0.6, I think also 9.0.7. As of late I am not able to start much. The base Tomcat starts but all webapps fail with "ManagedBean is

[Bug 62472] Tenable (Nessus) Security Scanner reports a 404 page vulnerability when no ROOT web application is deployed in Tomcat 9.0.5 and later

2018-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62472 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> --- Security by obscurity never worked out. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1833770 - /tomcat/trunk/MERGE.txt

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 21:13:38 2018 New Revision: 1833770 URL: http://svn.apache.org/viewvc?rev=1833770&view=rev Log: Update merge info Modified: tomcat/trunk/MERGE.txt Modified: tomcat/trunk/MERGE.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/MERGE.txt?rev=1833770&r1=1833769&

[Bug 62458] Upgrade commons-pool2 classes to next release ( > 2.5.0 )

2018-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62458 --- Comment #1 from Mark Thomas --- Fixed in trunk for 9.0.9 onwards. Back-ports to follow. -- You are receiving this mail because: You are the assignee for the bug. - To uns

svn commit: r1833769 - in /tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2: BasicDataSource.java PoolableConnectionFactory.java cpdsadapter/DriverAdapterCPDS.java datasources/SharedPoolDataSource.java

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 21:06:35 2018 New Revision: 1833769 URL: http://svn.apache.org/viewvc?rev=1833769&view=rev Log: Fix IDE warnings after Pool updates Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/

svn commit: r1833768 - in /tomcat/trunk: java/org/apache/tomcat/dbcp/pool2/ java/org/apache/tomcat/dbcp/pool2/impl/ webapps/docs/

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 21:06:15 2018 New Revision: 1833768 URL: http://svn.apache.org/viewvc?rev=1833768&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62458 Update the internal fork of Commons Pool to dfef97b (2018-06-18) to pick up some bug fixes and enhancements. Mod

[Bug 62472] Tenable (Nessus) Security Scanner reports a 404 page vulnerability when no ROOT web application is deployed in Tomcat 9.0.5 and later

2018-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62472 Remy Maucherat changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 62472] New: Tenable (Nessus) Security Scanner reports a 404 page vulnerability when no ROOT web application is deployed in Tomcat 9.0.5 and later

2018-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62472 Bug ID: 62472 Summary: Tenable (Nessus) Security Scanner reports a 404 page vulnerability when no ROOT web application is deployed in Tomcat 9.0.5 and later Product: Tomca

svn commit: r1833760 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml webapps/docs/web-socket-howto.xml

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 19:45:13 2018 New Revision: 1833760 URL: http://svn.apache.org/viewvc?rev=1833760&view=rev Log: Enable host name verification for secure WebSocket client connections by default. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/or

svn commit: r1833759 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml webapps/docs/web-socket-howto.xml

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 19:44:27 2018 New Revision: 1833759 URL: http://svn.apache.org/viewvc?rev=1833759&view=rev Log: Enable host name verification for secure WebSocket client connections by default. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/or

svn commit: r1833758 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml webapps/docs/web-socket-howto.xml

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 19:43:50 2018 New Revision: 1833758 URL: http://svn.apache.org/viewvc?rev=1833758&view=rev Log: Enable host name verification for secure WebSocket client connections by default. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/or

svn commit: r1833757 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml webapps/docs/web-socket-howto.xml

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 19:35:18 2018 New Revision: 1833757 URL: http://svn.apache.org/viewvc?rev=1833757&view=rev Log: Enable host name verification for secure WebSocket client connections by default. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

svn commit: r1833740 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 17:28:08 2018 New Revision: 1833740 URL: http://svn.apache.org/viewvc?rev=1833740&view=rev Log: Update Tomcat Native to 1.2.17 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/webapps/do

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

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 17:27:32 2018 New Revision: 1833739 URL: http://svn.apache.org/viewvc?rev=1833739&view=rev Log: Update Tomcat Native to 1.2.17 Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/webapps/do

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

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 17:27:04 2018 New Revision: 1833738 URL: http://svn.apache.org/viewvc?rev=1833738&view=rev Log: Update Tomcat Native to 1.2.17 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/webapps/do

svn commit: r1833737 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

2018-06-18 Thread markt
Author: markt Date: Mon Jun 18 17:26:26 2018 New Revision: 1833737 URL: http://svn.apache.org/viewvc?rev=1833737&view=rev Log: Update Tomcat Native to 1.2.17 Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.de

[Bug 62471] Cannot set status code if Servlet is used as error page

2018-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62471 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62471] New: Cannot set status code if Servlet is used as error page

2018-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62471 Bug ID: 62471 Summary: Cannot set status code if Servlet is used as error page Product: Tomcat 9 Version: 9.0.6 Hardware: PC OS: Linux Status:

Re: Release schedule for tomcat 7

2018-06-18 Thread Coty Sutherland
Please don't email individual committers; always use the list in case that person is unavailable. On Mon, Jun 18, 2018 at 12:30 AM, Silambarasan Madhappan < silambarasan0...@gmail.com> wrote: > Hi Team, > > What will be the release schedule for Tomcat 7.0.89 ? > Releases generally happen once a