[Bug 63746] New: Add global post size limit

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63746 Bug ID: 63746 Summary: Add global post size limit Product: Tomcat 9 Version: 9.0.24 Hardware: All OS: All Status: NEW Severity: normal Priorit

[Bug 63746] Max POST Size limit not enforced for application/json requests

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63746 Irfan Habib changed: What|Removed |Added Summary|Add global post size limit |Max POST Size limit not

[Bug 63746] Max POST Size limit not enforced for application/json requests

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63746 --- Comment #1 from Michael Osipov --- I am inclined to close this one because you can use a valve/filter like this: https://github.com/csviri/bodylimiter -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 63746] Max POST Size limit not enforced for application/json requests

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63746 --- Comment #2 from Irfan Habib --- Even if a filter is used, server resource would already be utilised by the request. If a malicious user sent a large document to the tomcat instance, all content would be fetched by the server, and loaded int

[Bug 63746] Max POST Size limit not enforced for application/json requests

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63746 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[tomcat] branch master updated (2050f1a -> d1147ab)

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 2050f1a Changelog entry for previous commit. add d1147ab Fix trailing spaces No new revisions were added by th

[tomcat] branch 7.0.x updated: Fix trailing spaces

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 6d58d8a Fix trailing spaces 6d58d8a is described b

[tomcat] branch 8.5.x updated: Fix trailing spaces

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 6cb6feb Fix trailing spaces 6cb6feb is described b

buildbot success in on tomcat-trunk

2019-09-12 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/4597 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

[GitHub] [tomcat] carterkozak opened a new pull request #205: ByteBufferUtils.cleanDirectBuffer invocation failures are logged

2019-09-12 Thread GitBox
carterkozak opened a new pull request #205: ByteBufferUtils.cleanDirectBuffer invocation failures are logged URL: https://github.com/apache/tomcat/pull/205 Previously cleanMethod failures were ignored entirely, and invokeCleanerMethod failures were logged to stderr using Throwable.pri

[Bug 63710] HTTP 304 NOT MODIFIED should not set Content-Length

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63710 Boris Petrov changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

[GitHub] [tomcat] markt-asf merged pull request #204: Fix typo in StringManager class javadoc

2019-09-12 Thread GitBox
markt-asf merged pull request #204: Fix typo in StringManager class javadoc URL: https://github.com/apache/tomcat/pull/204 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[tomcat] branch master updated: Fix typo in StringManager class javadoc

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d066987 Fix typo in StringManager class javadoc

[tomcat] branch 8.5.x updated: Fix typo in StringManager class javadoc

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3818f95 Fix typo in StringManager class javadoc 38

[tomcat] branch 7.0.x updated: Fix typo in StringManager class javadoc

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new dcc59b0 Fix typo in StringManager class javadoc dc

[tomcat] branch master updated: ByteBufferUtils.cleanDirectBuffer invocation failures are logged

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 333f0a6 ByteBufferUtils.cleanDirectBuffer invoca

[GitHub] [tomcat] markt-asf merged pull request #205: ByteBufferUtils.cleanDirectBuffer invocation failures are logged

2019-09-12 Thread GitBox
markt-asf merged pull request #205: ByteBufferUtils.cleanDirectBuffer invocation failures are logged URL: https://github.com/apache/tomcat/pull/205 This is an automated message from the Apache Git Service. To respond to the

[tomcat] branch 8.5.x updated: ByteBufferUtils.cleanDirectBuffer invocation failures are logged

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new a8233ca ByteBufferUtils.cleanDirectBuffer invocati

[GitHub] [tomcat] markt-asf commented on issue #179: PropertySource: Add an environment variable based source

2019-09-12 Thread GitBox
markt-asf commented on issue #179: PropertySource: Add an environment variable based source URL: https://github.com/apache/tomcat/pull/179#issuecomment-530938832 Thanks for the updates. Unfortunately this won't work. You can't create an instance of an object that depends on an instance of

buildbot failure in on tomcat-trunk

2019-09-12 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/4599 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler sc

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63710

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d7d4374 Fix https://bz.apache.org/bugzilla/show_

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63710

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 9b07371 Fix https://bz.apache.org/bugzilla/show_bu

[Bug 63710] HTTP 304 NOT MODIFIED should not set Content-Length

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63710 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[tomcat] branch master updated (d7d4374 -> cae17a5)

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d7d4374 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63710 new 583a9f4 PropertySource: Add an environment

[tomcat] 02/02: Additional changes required to enable EnvironmentPropertySource

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit cae17a52598393680952aa21cee0e27b13a73455 Author: Mark Thomas AuthorDate: Thu Sep 12 15:31:26 2019 +0100 Additional c

[tomcat] 01/02: PropertySource: Add an environment variable based source

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 583a9f40ed033807db11827596e999f007264adb Author: Thomas Meyer AuthorDate: Sat Jul 20 22:22:42 2019 +0200 PropertySou

[GitHub] [tomcat] markt-asf commented on issue #179: PropertySource: Add an environment variable based source

2019-09-12 Thread GitBox
markt-asf commented on issue #179: PropertySource: Add an environment variable based source URL: https://github.com/apache/tomcat/pull/179#issuecomment-530997490 I've pushed my modified solution to master. I'm going to wait for feedback before back-porting. ---

buildbot failure in on tomcat-85-trunk

2019-09-12 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/1933 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSchedu

svn commit: r1866866 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2019-09-12 Thread schultz
Author: schultz Date: Fri Sep 13 01:34:58 2019 New Revision: 1866866 URL: http://svn.apache.org/viewvc?rev=1866866&view=rev Log: Add some ApacheCon NA 2019 presentations to the list. Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: t

[Bug 63747] New: Incorrect link for "First webapp" in User Guide section

2019-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63747 Bug ID: 63747 Summary: Incorrect link for "First webapp" in User Guide section Product: Tomcat 8 Version: 8.5.45 Hardware: All OS: All Status: