svn commit: r1766929 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/CoyoteOutputStream.java java/org/apache/catalina/connector/OutputBuffer.java java/org/apache/tomcat/util/buf/C2BC

2016-10-27 Thread violetagg
Author: violetagg Date: Fri Oct 28 06:52:09 2016 New Revision: 1766929 URL: http://svn.apache.org/viewvc?rev=1766929&view=rev Log: Format the code. No functional changes. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/CoyoteOutpu

svn commit: r1766896 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ test/org/apache/catalina/connector/

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:32:37 2016 New Revision: 1766896 URL: http://svn.apache.org/viewvc?rev=1766896&view=rev Log: Introduce a new method CoyoteOutputStream.write(ByteBuffer) Added: tomcat/tc8.5.x/trunk/test/org/apache/catalina/connector/test_content.txt - copied unchang

svn commit: r1766895 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java java/org/apache/coyote/Response.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:29:59 2016 New Revision: 1766895 URL: http://svn.apache.org/viewvc?rev=1766895&view=rev Log: Implement o.a.catalina.connector.OutputBuffer.realWriteBytes(ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apach

svn commit: r1766894 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ java/org/apache/coyote/htt

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:27:47 2016 New Revision: 1766894 URL: http://svn.apache.org/viewvc?rev=1766894&view=rev Log: Introduce a new method org.apache.coyote.OutputBuffer.doWrite(ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apac

svn commit: r1766893 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java java/org/apache/tomcat/util/buf/ByteChunk.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:22:39 2016 New Revision: 1766893 URL: http://svn.apache.org/viewvc?rev=1766893&view=rev Log: Introduce a new method ByteChunk.append(ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/

svn commit: r1766892 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:19:33 2016 New Revision: 1766892 URL: http://svn.apache.org/viewvc?rev=1766892&view=rev Log: Introduce a new method SocketWrapperBase.read(boolean, ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomc

svn commit: r1766891 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:14:37 2016 New Revision: 1766891 URL: http://svn.apache.org/viewvc?rev=1766891&view=rev Log: Introduce fillReadBuffer(boolean, ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/AprEndpoi

svn commit: r1766888 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SocketWrapperBase.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:09:50 2016 New Revision: 1766888 URL: http://svn.apache.org/viewvc?rev=1766888&view=rev Log: When flushing if possible write the data to the socket directly from the provided buffer instead of copying data first to the socket write buffer and then to the soc

svn commit: r1766886 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/SocketWrapperBase.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 21:05:25 2016 New Revision: 1766886 URL: http://svn.apache.org/viewvc?rev=1766886&view=rev Log: Introduce a new method SocketWrapperBase.write(boolean, ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tom

svn commit: r1766885 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 20:55:40 2016 New Revision: 1766885 URL: http://svn.apache.org/viewvc?rev=1766885&view=rev Log: Introduce a new method SocketWrapperBase.doWrite(boolean, ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/t

svn commit: r1766884 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SocketWrapperBase.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 20:50:59 2016 New Revision: 1766884 URL: http://svn.apache.org/viewvc?rev=1766884&view=rev Log: Introduce a new method SocketWrapperBase.addToBuffers(ByteBuffer) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomca

svn commit: r1766883 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SocketWrapperBase.java

2016-10-27 Thread violetagg
Author: violetagg Date: Thu Oct 27 20:46:16 2016 New Revision: 1766883 URL: http://svn.apache.org/viewvc?rev=1766883&view=rev Log: Format the code. No functional changes. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SocketWrapperBa

buildbot success in on tomcat-trunk

2016-10-27 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/1842 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

Re: svn commit: r1766834 - in /tomcat/trunk: build.properties.default res/tomcat.nsi webapps/docs/changelog.xml

2016-10-27 Thread Mark Thomas
On 27/10/2016 15:28, ma...@apache.org wrote: > Author: markt > Date: Thu Oct 27 14:28:46 2016 > New Revision: 1766834 > > URL: http://svn.apache.org/viewvc?rev=1766834&view=rev > Log: > Update to NSIS 3.0 The Windows installer is currently disabled in the BuildBot config for trunk. It appears the

svn commit: r1766854 - /tomcat/trunk/res/tomcat.nsi

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 16:24:33 2016 New Revision: 1766854 URL: http://svn.apache.org/viewvc?rev=1766854&view=rev Log: Trivial change to test fix for NSIS 3.0 issue with wine on buildbot Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apac

svn commit: r1766853 - /tomcat/trunk/res/tomcat.nsi

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 16:15:45 2016 New Revision: 1766853 URL: http://svn.apache.org/viewvc?rev=1766853&view=rev Log: Trivial change to test fix for NSIS 3.0 issue with wine on buildbot Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apac

svn commit: r1766849 - /tomcat/trunk/res/tomcat.nsi

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 15:56:15 2016 New Revision: 1766849 URL: http://svn.apache.org/viewvc?rev=1766849&view=rev Log: (empty) Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1766849&r1=176

svn commit: r1766848 - /tomcat/trunk/res/tomcat.nsi

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 15:46:06 2016 New Revision: 1766848 URL: http://svn.apache.org/viewvc?rev=1766848&view=rev Log: Trivial change to test fix for NSIS 3.0 issue with wine on buildbot Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apac

svn commit: r1766844 - /tomcat/trunk/res/tomcat.nsi

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 15:37:30 2016 New Revision: 1766844 URL: http://svn.apache.org/viewvc?rev=1766844&view=rev Log: Trivial change to test fix for NSIS 3.0 issue with wine on buildbot Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apac

svn commit: r1766843 - /tomcat/trunk/res/tomcat.nsi

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 15:27:30 2016 New Revision: 1766843 URL: http://svn.apache.org/viewvc?rev=1766843&view=rev Log: Trivial change to test fix for NSIS 3.0 issue with wine on buildbot Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apac

svn commit: r1766840 - /tomcat/trunk/res/tomcat.nsi

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 14:49:31 2016 New Revision: 1766840 URL: http://svn.apache.org/viewvc?rev=1766840&view=rev Log: Fix i18n related warnings that are reported with NSIS 3.0. (The problem existed with 2.x but no warning was generated.) Modified: tomcat/trunk/res/tomcat.nsi Modifi

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

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 14:41:00 2016 New Revision: 1766839 URL: http://svn.apache.org/viewvc?rev=1766839&view=rev Log: ws police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps

buildbot failure in on tomcat-trunk

2016-10-27 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1835 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

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

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 14:28:46 2016 New Revision: 1766834 URL: http://svn.apache.org/viewvc?rev=1766834&view=rev Log: Update to NSIS 3.0 Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/tomcat.nsi tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk

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

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 14:02:04 2016 New Revision: 1766826 URL: http://svn.apache.org/viewvc?rev=1766826&view=rev Log: Update Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/do

svn commit: r1766822 - in /tomcat/trunk/java/org/apache: catalina/loader/LocalStrings.properties catalina/loader/WebappClassLoaderBase.java tomcat/util/compat/Jre9Compat.java tomcat/util/compat/JreCom

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 13:59:41 2016 New Revision: 1766822 URL: http://svn.apache.org/viewvc?rev=1766822&view=rev Log: ThreadLocal leak detection is now hitting Java 9 module issues. Catch the error and provide a useful error message if this happens. Modified: tomcat/trunk/java/org/ap

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-27 Thread Violeta Georgieva
2016-10-27 15:42 GMT+03:00 Mark Thomas : > > On 27/10/2016 12:59, Rémy Maucherat wrote: > > 2016-10-27 13:24 GMT+02:00 Violeta Georgieva : > > > >> So are you OK to have in Tomcat 8.5 the read/write with ByteBuffer in > >> CoyoteInputStream/CoyoteOutputStream? > >> The main purpose for this refacto

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-27 Thread Violeta Georgieva
2016-10-27 14:59 GMT+03:00 Rémy Maucherat : > > 2016-10-27 13:24 GMT+02:00 Violeta Georgieva : > > > So are you OK to have in Tomcat 8.5 the read/write with ByteBuffer in > > CoyoteInputStream/CoyoteOutputStream? > > The main purpose for this refactoring was to introduce them without > > regression

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-27 Thread Mark Thomas
On 27/10/2016 12:59, Rémy Maucherat wrote: > 2016-10-27 13:24 GMT+02:00 Violeta Georgieva : > >> So are you OK to have in Tomcat 8.5 the read/write with ByteBuffer in >> CoyoteInputStream/CoyoteOutputStream? >> The main purpose for this refactoring was to introduce them without >> regression in th

svn propchange: r1757275 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1757275 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:30:21 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:30:21 2016 @@ -1 +1,2 @@ When adding and removing ResourceLinks

svn propchange: r1757285 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1757285 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:30:35 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:30:35 2016 @@ -1 +1,2 @@ When adding and removing ResourceLinks

svn propchange: r1757273 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1757273 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:30:08 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:30:08 2016 @@ -1 +1,2 @@ When adding and removing ResourceLinks

svn propchange: r1757271 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1757271 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:29:41 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:29:41 2016 @@ -1,3 +1,4 @@ When adding and removing ResourceLink

svn propchange: r1757272 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1757272 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:29:56 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:29:56 2016 @@ -1 +1,2 @@ When adding and removing ResourceLinks

svn propchange: r1758496 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758496 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:29:01 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:29:01 2016 @@ -1 +1,2 @@ Ignore some JSP options when running un

svn propchange: r1758487 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758487 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:28:00 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:28:00 2016 @@ -1 +1,2 @@ Ignore some JSP options when running un

svn propchange: r1758494 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758494 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:28:31 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:28:31 2016 @@ -1 +1,2 @@ Ignore some JSP options when running un

svn propchange: r1758495 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758495 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:28:44 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:28:44 2016 @@ -1 +1,2 @@ Ignore some JSP options when running un

svn propchange: r1758493 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758493 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:28:15 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:28:15 2016 @@ -1 +1,2 @@ Ignore some JSP options when running un

svn propchange: r1754728 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754728 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:26:42 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:26:42 2016 @@ -1 +1,2 @@ Provide a mechanism that enables the co

svn propchange: r1754733 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754733 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:26:56 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:26:56 2016 @@ -1 +1,2 @@ Provide a mechanism that enables the co

svn propchange: r1754727 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754727 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:26:27 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:26:27 2016 @@ -1 +1,2 @@ Provide a mechanism that enables the co

svn propchange: r1754726 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754726 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:26:13 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:26:13 2016 @@ -1 +1,2 @@ Provide a mechanism that enables the co

svn propchange: r1754445 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754445 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:25:56 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:25:56 2016 @@ -1 +1,2 @@ Provide a mechanism that enables the co

svn propchange: r1754904 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754904 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:25:02 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:25:02 2016 @@ -1 +1,2 @@ Remove unnecessary code +This is the fi

svn propchange: r1754902 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754902 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:24:45 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:24:45 2016 @@ -1 +1,2 @@ Remove unnecessary code +This is the fi

[GUMP@vmgump]: Project taglibs-parent (in module tomcat-taglibs) failed

2016-10-27 Thread Gump
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 taglibs-parent has an issue affecting its community integration. This issu

svn propchange: r1754901 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754901 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:24:29 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:24:29 2016 @@ -1 +1,2 @@ Remove unnecessary code +This is the fi

svn propchange: r1754900 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754900 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:24:13 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:24:13 2016 @@ -1 +1,2 @@ Remove unnecessary code +This is the fi

svn propchange: r1754714 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1754714 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:23:58 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:23:58 2016 @@ -1 +1,2 @@ Remove unnecessary code +This is the fi

svn propchange: r1758506 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758506 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:23:28 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:23:28 2016 @@ -1 +1,2 @@ Make timing attacks against the Realm i

svn propchange: r1758502 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758502 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:23:03 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:23:03 2016 @@ -1 +1,2 @@ Make timing attacks against the Realm i

svn propchange: r1758501 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758501 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:22:38 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:22:38 2016 @@ -1 +1,2 @@ - Make timing attacks against the Realm

svn propchange: r1758500 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758500 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:22:28 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:22:28 2016 @@ -1 +1,2 @@ - Make timing attacks against the Realm

svn propchange: r1758499 - svn:log

2016-10-27 Thread markt
Author: markt Revision: 1758499 Modified property: svn:log Modified: svn:log at Thu Oct 27 12:22:00 2016 -- --- svn:log (original) +++ svn:log Thu Oct 27 12:22:00 2016 @@ -1 +1,2 @@ - Make timing attacks against the Realm

[SECURITY] CVE-2016-6796 Apache Tomcat Security Manager Bypass

2016-10-27 Thread Mark Thomas
CVE-2016-6796 Apache Tomcat Security Manager Bypass Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.0.M9 Apache Tomcat 8.5.0 to 8.5.4 Apache Tomcat 8.0.0.RC1 to 8.0.36 Apache Tomcat 7.0.0 to 7.0.70 Apache Tomcat 6.0.0 to 6.0.45 Earlier, unsup

[SECURITY] CVE-2016-6797 Apache Tomcat Unrestricted Access to Global Resources

2016-10-27 Thread Mark Thomas
CVE-2016-6797 Apache Tomcat Unrestricted Access to Global Resources Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.0.M9 Apache Tomcat 8.5.0 to 8.5.4 Apache Tomcat 8.0.0.RC1 to 8.0.36 Apache Tomcat 7.0.0 to 7.0.70 Apache Tomcat 6.0.0 to 6.0.4

[SECURITY] CVE-2016-0762 Apache Tomcat Realm Timing Attack

2016-10-27 Thread Mark Thomas
CVE-2016-0762 Apache Tomcat Realm Timing Attack Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.0.M9 Apache Tomcat 8.5.0 to 8.5.4 Apache Tomcat 8.0.0.RC1 to 8.0.36 Apache Tomcat 7.0.0 to 7.0.70 Apache Tomcat 6.0.0 to 6.0.45 Earlier, unsupport

[SECURITY] CVE-2016-6794 Apache Tomcat Security System Property Disclosure

2016-10-27 Thread Mark Thomas
CVE-2016-6794 Apache Tomcat System Property Disclosure Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.0.M9 Apache Tomcat 8.5.0 to 8.5.4 Apache Tomcat 8.0.0.RC1 to 8.0.36 Apache Tomcat 7.0.0 to 7.0.70 Apache Tomcat 6.0.0 to 6.0.45 Earlier, un

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

2016-10-27 Thread markt
Author: markt Date: Thu Oct 27 12:17:57 2016 New Revision: 1766812 URL: http://svn.apache.org/viewvc?rev=1766812&view=rev Log: Publish 5 CVEs Modified: tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/docs/security-8.html tomcat/site/

[SECURITY] CVE-2016-5018 Apache Tomcat Security Manager Bypass

2016-10-27 Thread Mark Thomas
CVE-2016-5018 Apache Tomcat Security Manager Bypass Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.0.M9 Apache Tomcat 8.5.0 to 8.5.4 Apache Tomcat 8.0.0.RC1 to 8.0.36 Apache Tomcat 7.0.0 to 7.0.70 Apache Tomcat 6.0.0 to 6.0.45 Earlier, unsup

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-27 Thread Rémy Maucherat
2016-10-27 13:24 GMT+02:00 Violeta Georgieva : > So are you OK to have in Tomcat 8.5 the read/write with ByteBuffer in > CoyoteInputStream/CoyoteOutputStream? > The main purpose for this refactoring was to introduce them without > regression in the performance. > I would like to have these APIs in

Re: svn commit: r1765995 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2016-10-27 Thread Violeta Georgieva
Hi, 2016-10-27 13:53 GMT+03:00 Rémy Maucherat : > > 2016-10-23 8:22 GMT+02:00 Violeta Georgieva : > > > Hi Remy, > > > > 2016-10-21 15:11 GMT+03:00 Rémy Maucherat : > > > > > > 2016-10-21 13:21 GMT+02:00 : > > > > > > > Author: violetagg > > > > Date: Fri Oct 21 11:21:48 2016 > > > > New Revision:

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-27 Thread Violeta Georgieva
2016-10-27 0:44 GMT+03:00 Rémy Maucherat : > > 2016-10-26 20:45 GMT+02:00 Violeta Georgieva : > > > Hi Remy, > > > > 2016-10-25 1:49 GMT+03:00 Rémy Maucherat : > > > > > > 2016-10-24 20:18 GMT+02:00 Violeta Georgieva : > > > > > > > There are no issues reported for the refactored functionality avai

Re: svn commit: r1765995 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2016-10-27 Thread Rémy Maucherat
2016-10-23 8:22 GMT+02:00 Violeta Georgieva : > Hi Remy, > > 2016-10-21 15:11 GMT+03:00 Rémy Maucherat : > > > > 2016-10-21 13:21 GMT+02:00 : > > > > > Author: violetagg > > > Date: Fri Oct 21 11:21:48 2016 > > > New Revision: 1765995 > > > > > > URL: http://svn.apache.org/viewvc?rev=1765995&view=