[GitHub] tomcat issue #68: Fix #61224 - Make the GlobalRequestProcessor mbeans read-o...

2017-06-26 Thread hasalex
Github user hasalex commented on the issue: https://github.com/apache/tomcat/pull/68 Thanks for fixing (and merging) the PR It worked on my machine ;) I'll have to learn more on the build process. --- If your project is set up for it, you can reply to this email and have your

svn commit: r1800009 - in /tomcat/trunk: java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java webapps/docs/changelog.xml

2017-06-26 Thread huxing
Author: huxing Date: Tue Jun 27 03:23:59 2017 New Revision: 189 URL: http://svn.apache.org/viewvc?rev=189=rev Log: Ensure to send a space between trailer field name and field value for HTTP responses trailer fields Modified:

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-26 Thread Huxing Zhang
Hi, The main reason is RFC6265 is released after IE9, and IE9 is still in our supported browser list (though not recommended). I'm personally fine with using LegacyCookieProcessor instead of RFC6265CookieProcessor for LEGACY issues. However, it is not easy for an embedded Tomcat in an

Re: [VOTE] Release Apache Tomcat 7.0.79

2017-06-26 Thread Rainer Jung
Am 26.06.2017 um 19:22 schrieb Violeta Georgieva: The proposed Apache Tomcat 7.0.79 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.79/ The Maven staging repo is:

buildbot success in on tomcat-8-trunk

2017-06-26 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/1050 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: [VOTE] Release Apache Tomcat 8.0.45

2017-06-26 Thread Rémy Maucherat
On Mon, Jun 26, 2017 at 4:05 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.45 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.45/ > The Maven staging repo is: >

svn commit: r1799995 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-06-26 Thread violetagg
Author: violetagg Date: Mon Jun 26 21:10:48 2017 New Revision: 175 URL: http://svn.apache.org/viewvc?rev=175=rev Log: Increment version for next dev cycle Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default

[VOTE] Release Apache Tomcat 8.0.45

2017-06-26 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.45 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.45/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1140/ The svn tag is:

svn commit: r20200 [2/2] - in /dev/tomcat/tomcat-8/v8.0.45: ./ bin/ bin/embed/ bin/extras/ src/

2017-06-26 Thread violetagg
Added: dev/tomcat/tomcat-8/v8.0.45/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.45/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.45/bin/extras/catalina-ws.jar.asc Mon Jun 26

svn commit: r20200 [1/2] - in /dev/tomcat/tomcat-8/v8.0.45: ./ bin/ bin/embed/ bin/extras/ src/

2017-06-26 Thread violetagg
Author: violetagg Date: Mon Jun 26 20:58:58 2017 New Revision: 20200 Log: Stage 8.0.45 RC Added: dev/tomcat/tomcat-8/v8.0.45/ dev/tomcat/tomcat-8/v8.0.45/KEYS dev/tomcat/tomcat-8/v8.0.45/README.html dev/tomcat/tomcat-8/v8.0.45/RELEASE-NOTES dev/tomcat/tomcat-8/v8.0.45/bin/

[Bug 61224] GlobalRequestProcessor mbeans should be read-only

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61224 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[GitHub] tomcat pull request #68: Fix #61224 - Make the GlobalRequestProcessor mbeans...

2017-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/68 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1799986 - in /tomcat/trunk: java/org/apache/coyote/RequestGroupInfo.java java/org/apache/coyote/mbeans-descriptors.xml webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 20:39:16 2017 New Revision: 1799986 URL: http://svn.apache.org/viewvc?rev=1799986=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61224 Make the GlobalRequestProcessor MBean attributes read-only. Patch provided by Alexis Hassler. This closes #68 Added:

svn commit: r1799981 - in /tomcat/trunk/java/org/apache: catalina/mbeans/ tomcat/util/modeler/

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 20:27:09 2017 New Revision: 1799981 URL: http://svn.apache.org/viewvc?rev=1799981=rev Log: Refactor - remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/mbeans/BaseCatalinaMBean.java

[GitHub] tomcat issue #68: Fix #61224 - Make the GlobalRequestProcessor mbeans read-o...

2017-06-26 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/68 Tomcat fails to compile after applying this patch. Looking in to this, I don't see any reason for BaseModelMBean to throw exceptions in its constructor. As far as I can tell, the

svn commit: r1799975 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_45: ./ build.properties.default webapps/docs/changelog.xml

2017-06-26 Thread violetagg
Author: violetagg Date: Mon Jun 26 20:00:20 2017 New Revision: 1799975 URL: http://svn.apache.org/viewvc?rev=1799975=rev Log: Tag 8.0.45 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_45/ (props changed) - copied from r1799974, tomcat/tc8.0.x/trunk/ Modified:

[Bug 61210] When using the Security Manager, Tomcat prints warning about a non-existent file

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61210 --- Comment #7 from Mark Thomas --- There is a way to do this. Hint: Take a look at org.apache.juli.WebappProperties and how it is used. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61210] When using the Security Manager, Tomcat prints warning about a non-existent file

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61210 --- Comment #6 from Mark Thomas --- It fails because the call originates in JULI and JULI doesn't have permissions to read the file. All the Privileged block does is stop the security manager also checking that all of the

[GitHub] tomcat pull request #67: Fix #61216 - Enhanced output format of CompositeDat...

2017-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/67 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1799957 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-06-26 Thread violetagg
Author: violetagg Date: Mon Jun 26 17:25:51 2017 New Revision: 1799957 URL: http://svn.apache.org/viewvc?rev=1799957=rev Log: Increment version for next dev cycle Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default

[VOTE] Release Apache Tomcat 7.0.79

2017-06-26 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.79 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.79/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1139/ The svn tag is:

[Bug 61210] When using the Security Manager, Tomcat prints warning about a non-existent file

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61210 --- Comment #5 from Coty Sutherland --- Created attachment 35077 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35077=edit First attempt Here's my first attempt at checking whether or not the file exists before

svn commit: r20199 [2/2] - in /dev/tomcat/tomcat-7/v7.0.79: ./ bin/ bin/embed/ bin/extras/ src/

2017-06-26 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.79/bin/extras/catalina-jmx-remote.jar.sha1 == --- dev/tomcat/tomcat-7/v7.0.79/bin/extras/catalina-jmx-remote.jar.sha1 (added) +++

svn commit: r20199 [1/2] - in /dev/tomcat/tomcat-7/v7.0.79: ./ bin/ bin/embed/ bin/extras/ src/

2017-06-26 Thread violetagg
Author: violetagg Date: Mon Jun 26 17:21:13 2017 New Revision: 20199 Log: Stage 7.0.79 RC Added: dev/tomcat/tomcat-7/v7.0.79/ dev/tomcat/tomcat-7/v7.0.79/KEYS dev/tomcat/tomcat-7/v7.0.79/README.html dev/tomcat/tomcat-7/v7.0.79/RELEASE-NOTES dev/tomcat/tomcat-7/v7.0.79/bin/

svn commit: r1799956 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 17:20:46 2017 New Revision: 1799956 URL: http://svn.apache.org/viewvc?rev=1799956=rev Log: Reformat. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java Modified:

[Bug 61216] Enhanced output format of CompositeData and TabularData in JMXProxy

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61216 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1799952 - in /tomcat/trunk: java/org/apache/catalina/mbeans/MBeanDumper.java webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 17:15:07 2017 New Revision: 1799952 URL: http://svn.apache.org/viewvc?rev=1799952=rev Log: Improve layout for CompositeData and TabularData when viewing via the JMX proxy servlet. Patch provided by Alexis Hassler. This closes #67 Modified:

[Bug 61217] Tomcat does not send all buffer in case of response was modify

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61217 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

Re: tomcat-dbcp vs tomcat-jdbc

2017-06-26 Thread Coty Sutherland
On Mon, Jun 26, 2017 at 12:41 PM, Mark Thomas wrote: > On 26/06/17 17:16, Coty Sutherland wrote: >> Hi, >> >> I have been looking at the connection pooling libraries that we >> presently have and it appears (at least the way the documentation puts >> it,

Re: tomcat-dbcp vs tomcat-jdbc

2017-06-26 Thread Mark Thomas
On 26/06/17 17:16, Coty Sutherland wrote: > Hi, > > I have been looking at the connection pooling libraries that we > presently have and it appears (at least the way the documentation puts > it, https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html) that > tomcat-jdbc is much better than

tomcat-dbcp vs tomcat-jdbc

2017-06-26 Thread Coty Sutherland
Hi, I have been looking at the connection pooling libraries that we presently have and it appears (at least the way the documentation puts it, https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html) that tomcat-jdbc is much better than tomcat-dbcp. Have we considered promoting it to the default

svn commit: r1799944 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_79: ./ build.properties.default

2017-06-26 Thread violetagg
Author: violetagg Date: Mon Jun 26 16:13:30 2017 New Revision: 1799944 URL: http://svn.apache.org/viewvc?rev=1799944=rev Log: Tag 7.0.79 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_79/ (props changed) - copied from r1799940, tomcat/tc7.0.x/trunk/ Modified:

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-26 Thread Mark Thomas
On 26/06/17 14:58, Violeta Georgieva wrote: > 2017-06-26 16:35 GMT+03:00 Mark Thomas : >> >> On 26/06/17 14:18, Violeta Georgieva wrote: >>> 2017-06-26 16:13 GMT+03:00 Mark Thomas : On 23/06/17 14:47, Violeta Georgieva wrote: > 2017-06-13 15:44

svn commit: r1799935 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 15:53:51 2017 New Revision: 1799935 URL: http://svn.apache.org/viewvc?rev=1799935=rev Log: Avoid NPE during non-container thread error handling Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1799934 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 15:53:15 2017 New Revision: 1799934 URL: http://svn.apache.org/viewvc?rev=1799934=rev Log: Avoid NPE during non-container thread error handling Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1799932 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 15:52:20 2017 New Revision: 1799932 URL: http://svn.apache.org/viewvc?rev=1799932=rev Log: Avoid NPE during non-container thread error handling Modified: tomcat/tc8.5.x/trunk/ (props changed)

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-26 Thread Violeta Georgieva
2017-06-26 16:35 GMT+03:00 Mark Thomas : > > On 26/06/17 14:18, Violeta Georgieva wrote: > > 2017-06-26 16:13 GMT+03:00 Mark Thomas : > >> > >> On 23/06/17 14:47, Violeta Georgieva wrote: > >>> 2017-06-13 15:44 GMT+03:00 Mark Thomas : > On

buildbot failure in on tomcat-8-trunk

2017-06-26 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/1048 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 61223] Enhance the documentation for mbeans-descriptors.xml

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61223 Mark Thomas changed: What|Removed |Added Keywords||Beginner

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-26 Thread Mark Thomas
On 26/06/17 14:18, Violeta Georgieva wrote: > 2017-06-26 16:13 GMT+03:00 Mark Thomas : >> >> On 23/06/17 14:47, Violeta Georgieva wrote: >>> 2017-06-13 15:44 GMT+03:00 Mark Thomas : On 13/06/17 11:05, Violeta Georgieva wrote: > 2017-06-13 13:04

svn commit: r1799916 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 13:33:47 2017 New Revision: 1799916 URL: http://svn.apache.org/viewvc?rev=1799916=rev Log: Avoid NPE during non-container thread error handling Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified:

svn commit: r1799914 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java java/org/apache/coyote/AsyncStateMachine.java webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 13:30:37 2017 New Revision: 1799914 URL: http://svn.apache.org/viewvc?rev=1799914=rev Log: Make asynchronous error handling more robust. In particular ensure that onError() is called for any registered AsyncListeners after an I/O error on a non-container thread.

svn commit: r1799912 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java java/org/apache/coyote/AsyncStateMachine.java webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 13:20:01 2017 New Revision: 1799912 URL: http://svn.apache.org/viewvc?rev=1799912=rev Log: Make asynchronous error handling more robust. In particular ensure that onError() is called for any registered AsyncListeners after an I/O error on a non-container thread.

svn commit: r1799911 - /tomcat/tc8.5.x/trunk/conf/logging.properties

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 13:19:27 2017 New Revision: 1799911 URL: http://svn.apache.org/viewvc?rev=1799911=rev Log: Revert accidental commit Modified: tomcat/tc8.5.x/trunk/conf/logging.properties Modified: tomcat/tc8.5.x/trunk/conf/logging.properties URL:

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-26 Thread Violeta Georgieva
2017-06-26 16:13 GMT+03:00 Mark Thomas : > > On 23/06/17 14:47, Violeta Georgieva wrote: > > 2017-06-13 15:44 GMT+03:00 Mark Thomas : > >> On 13/06/17 11:05, Violeta Georgieva wrote: > >>> 2017-06-13 13:04 GMT+03:00 Violeta Georgieva : > >

svn commit: r1799908 - in /tomcat/tc8.5.x/trunk: ./ conf/logging.properties java/org/apache/coyote/AbstractProcessor.java java/org/apache/coyote/AsyncStateMachine.java webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 13:16:50 2017 New Revision: 1799908 URL: http://svn.apache.org/viewvc?rev=1799908=rev Log: Make asynchronous error handling more robust. In particular ensure that onError() is called for any registered AsyncListeners after an I/O error on a non-container thread.

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-26 Thread Mark Thomas
On 23/06/17 14:47, Violeta Georgieva wrote: > 2017-06-13 15:44 GMT+03:00 Mark Thomas : >> On 13/06/17 11:05, Violeta Georgieva wrote: >>> 2017-06-13 13:04 GMT+03:00 Violeta Georgieva : java.lang.NullPointerException: null >> >> Appears to be the same

[Bug 61215] NoSuchMethodException in JMX Proxy when accessing to RemoteAddrValve MBeans

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61215 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1799906 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/RemoteAddrValve.java java/org/apache/catalina/valves/RemoteHostValve.java java/org/apache/catalina/valves/RequestFil

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 13:06:06 2017 New Revision: 1799906 URL: http://svn.apache.org/viewvc?rev=1799906=rev Log: Refactor to reduce code duplication. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/RemoteAddrValve.java

svn commit: r1799905 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 13:01:59 2017 New Revision: 1799905 URL: http://svn.apache.org/viewvc?rev=1799905=rev Log: Correctly define addConnectorPort and invalidAuthenticationWhenDeny in the mbean-descriptors.xml file for the org.apache.catalina.valves package so that the attributes are

svn commit: r1799904 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/RemoteAddrValve.java java/org/apache/catalina/valves/RemoteHostValve.java java/org/apache/catalina/valves/RequestFil

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:58:27 2017 New Revision: 1799904 URL: http://svn.apache.org/viewvc?rev=1799904=rev Log: Refactor to reduce code duplication. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/valves/RemoteAddrValve.java

svn commit: r1799902 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:56:03 2017 New Revision: 1799902 URL: http://svn.apache.org/viewvc?rev=1799902=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61215 Correctly define addConnectorPort and invalidAuthenticationWhenDeny in the mbean-descriptors.xml file for the

svn commit: r1799901 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/valves/RemoteAddrValve.java java/org/apache/catalina/valves/RemoteHostValve.java java/org/apache/catalina/valves/RequestFil

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:46:45 2017 New Revision: 1799901 URL: http://svn.apache.org/viewvc?rev=1799901=rev Log: Refactor to reduce code duplication. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/RemoteAddrValve.java

svn commit: r1799900 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:45:49 2017 New Revision: 1799900 URL: http://svn.apache.org/viewvc?rev=1799900=rev Log: Correctly define addConnectorPort and invalidAuthenticationWhenDeny in the mbean-descriptors.xml file for the org.apache.catalina.valves package so that the attributes are

[Bug 61214] NoSuchMethodException in JMX Proxy when accessing to Context MBeans

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61214 --- Comment #4 from Mark Thomas --- Thanks for the heads up. I did check 8.5.x and thought the method was still there but I didn't check carefully enough. Fixed in 8.5.x for 8.5.17 onwards. -- You are receiving this mail

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

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:43:29 2017 New Revision: 1799898 URL: http://svn.apache.org/viewvc?rev=1799898=rev Log: Remove deleted attribute servlets from the Context MBean description. Patch provided by Alexis Hassler. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1799895 - in /tomcat/trunk/java/org/apache/catalina/valves: RemoteAddrValve.java RemoteHostValve.java RequestFilterValve.java

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:39:15 2017 New Revision: 1799895 URL: http://svn.apache.org/viewvc?rev=1799895=rev Log: Refactor to reduce code duplication. Modified: tomcat/trunk/java/org/apache/catalina/valves/RemoteAddrValve.java

svn commit: r1799893 - in /tomcat/trunk: java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:35:46 2017 New Revision: 1799893 URL: http://svn.apache.org/viewvc?rev=1799893=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61215 Correctly define addConnectorPort and invalidAuthenticationWhenDeny in the mbean-descriptors.xml file for the

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

2017-06-26 Thread violetagg
Author: violetagg Date: Mon Jun 26 12:35:04 2017 New Revision: 1799892 URL: http://svn.apache.org/viewvc?rev=1799892=rev Log: Add a new section about Logging. The log files will be kept 90 days by default. Modified: tomcat/site/trunk/docs/migration-9.html

[Bug 61214] NoSuchMethodException in JMX Proxy when accessing to Context MBeans

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61214 --- Comment #3 from Violeta Georgieva --- Hi Mark, I think that this should be backported to 8.5.x as this functionality (JSR77) was removed there also. Regards, Violeta -- You are receiving this mail because: You are

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-26 Thread Mark Thomas
On 26/06/17 13:13, Coty Sutherland wrote: > On Mon, Jun 26, 2017 at 5:51 AM, Mark Thomas wrote: >> On 26/06/17 08:12, Emmanuel Bourg wrote: >>> Le 24/06/2017 à 17:25, Mark Thomas a écrit : >>> If 8.5.x was a drop-in replacement would that make a difference? >>> >>> Yes that

[Bug 61214] NoSuchMethodException in JMX Proxy when accessing to Context MBeans

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61214 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[GitHub] tomcat pull request #65: Fix bug #61214 : NoSuchMethodException in JMX Proxy...

2017-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/65 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1799885 - in /tomcat/trunk: java/org/apache/catalina/core/mbeans-descriptors.xml webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:14:27 2017 New Revision: 1799885 URL: http://svn.apache.org/viewvc?rev=1799885=rev Log: Remove deleted attribute servlets from the Context MBean description. Patch provided by Alexis Hassler. This closes #65. Modified:

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-26 Thread Coty Sutherland
On Mon, Jun 26, 2017 at 5:51 AM, Mark Thomas wrote: > On 26/06/17 08:12, Emmanuel Bourg wrote: >> Le 24/06/2017 à 17:25, Mark Thomas a écrit : >> >>> If 8.5.x was a drop-in replacement would that make a difference? >> >> Yes that would help. >> >> >>> And as a follow-up, what

[GitHub] tomcat issue #65: Fix bug #61214 : NoSuchMethodException in JMX Proxy (Conte...

2017-06-26 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/65 My favourite kind of patch. It fixes a problem by deleting stuff. :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

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

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:07:38 2017 New Revision: 1799884 URL: http://svn.apache.org/viewvc?rev=1799884=rev Log: Add info on new BIO handling for 8.5.x. Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/xdocs/migration-85.xml Modified:

svn commit: r1799883 - in /tomcat/tc8.5.x/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 12:05:09 2017 New Revision: 1799883 URL: http://svn.apache.org/viewvc?rev=1799883=rev Log: To ease migration from 8.0.x to 8.5.x, if the HTTP or AJP BIO connector is explicitly configured, rather than failing to start the connector because BIO has been removed,

svn commit: r1799881 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 11:56:16 2017 New Revision: 1799881 URL: http://svn.apache.org/viewvc?rev=1799881=rev Log: Add release date for 8.5.16 Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r20197 - /dev/tomcat/tomcat-8/v8.5.16/ /release/tomcat/tomcat-8/v8.5.16/

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 11:54:54 2017 New Revision: 20197 Log: Release Apache Tomcat 8.5.16 Added: release/tomcat/tomcat-8/v8.5.16/ - copied from r20196, dev/tomcat/tomcat-8/v8.5.16/ Removed: dev/tomcat/tomcat-8/v8.5.16/

[VOTE][RESULT] Release Apache Tomcat 8.5.16

2017-06-26 Thread Mark Thomas
The following votes were cast: Binding: +1: violetagg, csutherl, rjung, fschumacher, huxing, markt No other votes were case. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To

[Bug 61217] Tomcat does not send all buffer in case of response was modify

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61217 --- Comment #3 from tzachi.str...@behalf.com --- Guys thank you for the quick response! Chuck, before i opened the bug i saw source code of version 44 and IdentityOutputFilter class have the same logic as 33. i will try to run it with

Tagging Tomcat 8.0/7.0

2017-06-26 Thread Violeta Georgieva
Hi, I'm planning to tag Tomcat 8.0/7.0 later today. Regards, Violeta

Re: [VOTE] Release Apache Tomcat 8.5.16

2017-06-26 Thread Mark Thomas
On 21/06/17 22:37, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.16 release is now available for voting. > > The major changes compared to the 8.5.16 release are: > > - Add a new JULI FileHandler configuration for specifying the maximum > number of days to keep the log files. By default

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

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 10:51:20 2017 New Revision: 1799870 URL: http://svn.apache.org/viewvc?rev=1799870=rev Log: Add release date for 9.0.0.M22 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r20194 - /dev/tomcat/tomcat-9/v9.0.0.M22/ /release/tomcat/tomcat-9/v9.0.0.M22/

2017-06-26 Thread markt
Author: markt Date: Mon Jun 26 10:49:27 2017 New Revision: 20194 Log: Release Tomcat 9.0.0.M22 Added: release/tomcat/tomcat-9/v9.0.0.M22/ - copied from r20193, dev/tomcat/tomcat-9/v9.0.0.M22/ Removed: dev/tomcat/tomcat-9/v9.0.0.M22/

[VOTE][RESULT] Release Apache Tomcat 9.0.0.M22

2017-06-26 Thread Mark Thomas
The following votes were cast: Binding: +1: violetagg, csutherl, huxing, rjung, fschumacher, markt No other votes were cast. The release vote therefore passes. Thanks to everyone who contributed towards this release. Mark -

Re: [VOTE] Release Apache Tomcat 9.0.0.M22

2017-06-26 Thread Mark Thomas
On 23/06/17 07:24, Huxing Zhang wrote: > Hi, > > The proposed 9.0.0.M22 release is: > [ ] Broken - do not release > [ X ] Alpha - go ahead and release as 9.0.0.M22 > > Unit test passed. > Our test web application works fine. > > 1. There is a typo in trailers.ResponseTrailers, I will fix that

Re: [VOTE] Release Apache Tomcat 9.0.0.M22

2017-06-26 Thread Mark Thomas
On 21/06/17 15:18, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M22 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not started work on JSP 2.4,

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-26 Thread Mark Thomas
On 26/06/17 03:19, Huxing Zhang wrote: >> The only thing I can think of is lack of support for the BIO connectors. >> I have an easy fix for that if there is interest. Anything else? > > Also the RFC6265CookieProcessor. We've experienced several incompatibility > with LegacyCookieProcessor. >

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-26 Thread Mark Thomas
On 26/06/17 08:12, Emmanuel Bourg wrote: > Le 24/06/2017 à 17:25, Mark Thomas a écrit : > >> If 8.5.x was a drop-in replacement would that make a difference? > > Yes that would help. > > >> And as a follow-up, what would need to change so 8.5.x was viewed a >> drop-in replacement? > > The

[Bug 61224] GlobalRequestProcessor mbeans should be read-only

2017-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61224 --- Comment #1 from Alexis Hassler --- PR #68 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[GitHub] tomcat pull request #68: Fix #61224 - Make the GlobalRequestProcessor mbeans...

2017-06-26 Thread hasalex
GitHub user hasalex opened a pull request: https://github.com/apache/tomcat/pull/68 Fix #61224 - Make the GlobalRequestProcessor mbeans read-only You can merge this pull request into a Git repository by running: $ git pull https://github.com/hasalex/tomcat

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-26 Thread Emmanuel Bourg
Le 24/06/2017 à 17:25, Mark Thomas a écrit : > If 8.5.x was a drop-in replacement would that make a difference? Yes that would help. > And as a follow-up, what would need to change so 8.5.x was viewed a > drop-in replacement? The removal of the BIO connectors was the main issue reported. It