Re: svn commit: r1817993 - /gump/metadata/project/tomcat-trunk.xml

2017-12-15 Thread sebb
On 14 December 2017 at 15:20, Mark Thomas wrote: > On 14/12/17 13:18, Konstantin Kolinko wrote: >> Hi, Mark! >> >> To dev@tomcat, cc: general@gump. >> >> >> The result of this change is that Gump building Tomcat downloads >> tar.gz for Commons-Daemon from mirrors. > > Drat. That

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

2017-12-15 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-apr has an issue affecting its community integration.

[ANN] Apache Tomcat 8.0.48 released

2017-12-15 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.48. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. The Apache Tomcat team announced that support for Apache Tomcat 8.0.x will end on 30 June 2018. Apache

svn commit: r23745 - /release/tomcat/tomcat-8/v8.0.47/

2017-12-15 Thread violetagg
Author: violetagg Date: Fri Dec 15 12:22:17 2017 New Revision: 23745 Log: Remove 8.0.47 Removed: release/tomcat/tomcat-8/v8.0.47/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: svn commit: r1816887 - in /tomcat/trunk: java/org/apache/coyote/http11/upgrade/UpgradeServletInputStream.java webapps/docs/changelog.xml

2017-12-15 Thread Mark Thomas
On 01/12/2017 16:54, r...@apache.org wrote: > Author: remm > Date: Fri Dec 1 16:54:38 2017 > New Revision: 1816887 > > URL: http://svn.apache.org/viewvc?rev=1816887=rev > Log: > Do not call onDataAvailable without data to read. I tried method with less > side effects, but they all caused

svn commit: r1818276 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2017-12-15 Thread violetagg
Author: violetagg Date: Fri Dec 15 12:10:30 2017 New Revision: 1818276 URL: http://svn.apache.org/viewvc?rev=1818276=rev Log: Update docs for Apache Tomcat 8.0.48 release. [This commit notification would consist of 355 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1818271 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-12-15 Thread violetagg
Author: violetagg Date: Fri Dec 15 11:51:03 2017 New Revision: 1818271 URL: http://svn.apache.org/viewvc?rev=1818271=rev Log: Updates (excluding docs) for 8.0.48 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

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

2017-12-15 Thread Mark Thomas
On 15/12/2017 05:06, Bill Barker wrote: > Project tomcat-trunk-test-apr has an issue affecting its community > integration. > This issue affects 1 projects, > and has been outstanding for 10 runs. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference

[Bug 61910] New: Description for allowLinking is innacurate

2017-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61910 Bug ID: 61910 Summary: Description for allowLinking is innacurate Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW

Re: svn commit: r1816887 - in /tomcat/trunk: java/org/apache/coyote/http11/upgrade/UpgradeServletInputStream.java webapps/docs/changelog.xml

2017-12-15 Thread Rémy Maucherat
On Fri, Dec 15, 2017 at 12:33 PM, Mark Thomas wrote: > On 01/12/2017 16:54, r...@apache.org wrote: > > Author: remm > > Date: Fri Dec 1 16:54:38 2017 > > New Revision: 1816887 > > > > URL: http://svn.apache.org/viewvc?rev=1816887=rev > > Log: > > Do not call onDataAvailable

Change HTTP status code for DefaultServlet with readOnly set to true

2017-12-15 Thread Ken Dombeck
Currently if you invoke PUT or DELETE on the DefaultServlet with readOnly set to true it will return a 403. This implies that the client can reauthorize the request and try again. But there is nothing the user can do to actually invoke either of these two methods. The proposed change is to return