svn commit: r1749805 - in /tomcat/site/trunk: docs/migration-9.html xdocs/migration-9.xml

2016-06-22 Thread kfujino
Author: kfujino Date: Thu Jun 23 02:22:09 2016 New Revision: 1749805 URL: http://svn.apache.org/viewvc?rev=1749805=rev Log: Add 9.0.x Modified: tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/xdocs/migration-9.xml Modified: tomcat/site/trunk/docs/migration-9.html URL:

Re: Tomcat 8.5: Avoid NPE on bind for APR when using SSL.

2016-06-22 Thread Felix Schumacher
Am 22.06.2016 um 20:19 schrieb Matt Cosentino: I figured out the problem. The NPE was occurring because it couldn’t match the default SSLHostConfig. The documentation says to use the sslDefaultHost attribute of the Connector, but I get warnings saying that no matching property is found. I had

svn commit: r1749772 - in /tomcat/site/trunk: docs/migration-85.html xdocs/migration-85.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:57:02 2016 New Revision: 1749772 URL: http://svn.apache.org/viewvc?rev=1749772=rev Log: Tomcat 8.5 supports multiple TLS virtual hosts, too Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/xdocs/migration-85.xml Modified:

svn commit: r1749771 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:55:21 2016 New Revision: 1749771 URL: http://svn.apache.org/viewvc?rev=1749771=rev Log: Use attribute name 'defaultSSLHostConfigName' to specify default ssl host Modified: tomcat/site/trunk/docs/migration-85.html

svn commit: r1749770 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 19:45:48 2016 New Revision: 1749770 URL: http://svn.apache.org/viewvc?rev=1749770=rev Log: Typo Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java URL:

svn commit: r1749766 - in /tomcat/native/trunk: native/src/sslnetwork.c xdocs/miscellaneous/changelog.xml

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 19:39:11 2016 New Revision: 1749766 URL: http://svn.apache.org/viewvc?rev=1749766=rev Log: Correctly handle OS level EAGAIN return codes during non-blocking TLS I/O Modified: tomcat/native/trunk/native/src/sslnetwork.c

svn commit: r1749765 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/http.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:36:47 2016 New Revision: 1749765 URL: http://svn.apache.org/viewvc?rev=1749765=rev Log: Use the correct attribute name 'defaultSSLHostConfigName' in the documentation for http connector Merged r1749763 from /tomcat/trunk Modified:

svn commit: r1749763 - /tomcat/trunk/webapps/docs/config/http.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:32:40 2016 New Revision: 1749763 URL: http://svn.apache.org/viewvc?rev=1749763=rev Log: Use the correct attribute name 'defaultSSLHostConfigName' in the documentation for http connector Modified: tomcat/trunk/webapps/docs/config/http.xml Modified:

RE: Tomcat 8.5: Avoid NPE on bind for APR when using SSL.

2016-06-22 Thread Matt Cosentino
I figured out the problem. The NPE was occurring because it couldn’t match the default SSLHostConfig. The documentation says to use the sslDefaultHost attribute of the Connector, but I get warnings saying that no matching property is found. I had to dig into the code to find that the correct

[jira] [Commented] (MTOMCAT-234) Tomcat8 Maven Plugin

2016-06-22 Thread Mark Symons (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15344352#comment-15344352 ] Mark Symons commented on MTOMCAT-234: - 3 months have elapsed since last comment, and 4 months since

[jira] [Created] (MTOMCAT-307) tomcat7:run: root context path not working in v2.2 but works for v2.0

2016-06-22 Thread Nestor Urquiza (JIRA)
Nestor Urquiza created MTOMCAT-307: -- Summary: tomcat7:run: root context path not working in v2.2 but works for v2.0 Key: MTOMCAT-307 URL: https://issues.apache.org/jira/browse/MTOMCAT-307 Project:

buildbot success in on tomcat-8-trunk

2016-06-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/664 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Re: SSL errors with tc-native

2016-06-22 Thread Mark Thomas
On 22/06/2016 14:01, Rainer Jung wrote: > Hi Mark, > > Am 22.06.2016 um 13:20 schrieb Mark Thomas: >> A while ago I observed unexpected APR_EGENERAL errors being returned >> when performing SSL reads. I was unable to identify the root cause but I >> did discover that if those errors were treated

buildbot success in on tomcat-trunk

2016-06-22 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/1463 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Re: SSL errors with tc-native

2016-06-22 Thread Rainer Jung
Hi Mark, Am 22.06.2016 um 13:20 schrieb Mark Thomas: A while ago I observed unexpected APR_EGENERAL errors being returned when performing SSL reads. I was unable to identify the root cause but I did discover that if those errors were treated as EAGAIN, processing continued normally. As a

svn commit: r1749675 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:57:30 2016 New Revision: 1749675 URL: http://svn.apache.org/viewvc?rev=1749675=rev Log: Reduce the noise in the logs by filtering out common, expected errors. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1749673 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:55:30 2016 New Revision: 1749673 URL: http://svn.apache.org/viewvc?rev=1749673=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/examples/websocket/drawboard.xhtml Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1749672 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:54:11 2016 New Revision: 1749672 URL: http://svn.apache.org/viewvc?rev=1749672=rev Log: Reduce the noise in the logs by filtering out common, expected errors. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1749671 - in /tomcat/tc8.0.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:52:54 2016 New Revision: 1749671 URL: http://svn.apache.org/viewvc?rev=1749671=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/examples/websocket/drawboard.xhtml Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1749669 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:52:32 2016 New Revision: 1749669 URL: http://svn.apache.org/viewvc?rev=1749669=rev Log: Reduce the noise in the logs by filtering out common, expected errors. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1749668 - in /tomcat/tc8.5.x/trunk: ./ webapps/examples/websocket/drawboard.xhtml

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:51:55 2016 New Revision: 1749668 URL: http://svn.apache.org/viewvc?rev=1749668=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/examples/websocket/drawboard.xhtml Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1749666 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:50:30 2016 New Revision: 1749666 URL: http://svn.apache.org/viewvc?rev=1749666=rev Log: Fix typo Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml URL:

svn commit: r1749665 - in /tomcat/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 12:49:56 2016 New Revision: 1749665 URL: http://svn.apache.org/viewvc?rev=1749665=rev Log: (empty) Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java Modified:

SSL errors with tc-native

2016-06-22 Thread Mark Thomas
A while ago I observed unexpected APR_EGENERAL errors being returned when performing SSL reads. I was unable to identify the root cause but I did discover that if those errors were treated as EAGAIN, processing continued normally. As a result, I committed [1]. A report on the users list [2] has

[SECURITY][CORRECTION] CVE-2016-3092 Apache Tomcat Denial of Service

2016-06-22 Thread Mark Thomas
Note: This announcement corrects several errors and omissions in the Tomcat aspects of the announcement for CVE-2016-3092 from the Apache Commons project that was recently forwarded to various Apache Tomcat mailing lists. For the sake of clarity, the Tomcat specific corrections are as follows: 1.

svn commit: r1749643 - in /tomcat/site/trunk: docs/security-7.html docs/security-8.html docs/security-9.html xdocs/security-7.xml xdocs/security-8.xml xdocs/security-9.xml

2016-06-22 Thread markt
Author: markt Date: Wed Jun 22 09:36:34 2016 New Revision: 1749643 URL: http://svn.apache.org/viewvc?rev=1749643=rev Log: Add details of CVE-2016-3092 Modified: tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/docs/security-8.html tomcat/site/trunk/docs/security-9.html

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

2016-06-22 Thread Bill Barker
/bin/commons-daemon-20160622-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace

svn commit: r1749635 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml

2016-06-22 Thread kfujino
Author: kfujino Date: Wed Jun 22 06:02:39 2016 New Revision: 1749635 URL: http://svn.apache.org/viewvc?rev=1749635=rev Log: Add description about removal of SessionManager attributes to the migration guides. Modified: tomcat/site/trunk/docs/migration-85.html