[GitHub] [tomcat] biya-bi opened a new pull request #266: Fix typo in exception message about quote character in repository path

2020-04-03 Thread GitBox
biya-bi opened a new pull request #266: Fix typo in exception message about quote character in repository path URL: https://github.com/apache/tomcat/pull/266 This is a very small commit that corrects a typo in the message of the exception thrown when a quote character is used in path

[tomcat] 03/04: Fix IDE warning

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 536315b9f321fc296da90ec07c55bfe8bf198aca Author: Mark Thomas AuthorDate: Sat Mar 7 10:14:45 2020 + Fix IDE

[tomcat] 01/04: Log exceptions when closing the server socket and don't re-throw

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 89db08869ba51ad608c5c4dcb924e0bde7b2fc6b Author: Mark Thomas AuthorDate: Thu Apr 2 21:23:51 2020 +0100 Log

[tomcat] branch 9.0.x updated (34eefd0 -> f8da18d)

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 34eefd0 Improve code coverage new 89db088 Log exceptions when closing the server socket and don't re-throw

[tomcat] 04/04: Failed test on Windows. Expand logging to aid debugging of failures.

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f8da18d362b8a773afd557fdda0fe50a3748c90c Author: Mark Thomas AuthorDate: Thu Apr 2 21:37:48 2020 +0100 Failed test

[tomcat] 02/04: Expand SSL POST test to exercise the poller more

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a494c8b34262957d0aa53420aced429bda7ffd8d Author: remm AuthorDate: Fri Mar 6 16:55:39 2020 +0100 Expand SSL POST test

[tomcat] 03/05: Fix IDE warning

2020-04-03 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 commit bbf0a02f04b4ca1d8d9228c74717a95ea56117d9 Author: Mark Thomas AuthorDate: Sat Mar 7 10:14:45 2020 + Fix IDE

[tomcat] branch 8.5.x updated (3031d06 -> b18e764)

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 3031d06 Improve code coverage new 650cb85 Log exceptions when closing the server socket and don't re-throw

[tomcat] 04/05: Failed test on Windows. Expand logging to aid debugging of failures.

2020-04-03 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 commit e1a7fbc09a72bee3b0f28cd61dd80343ce163635 Author: Mark Thomas AuthorDate: Thu Apr 2 21:37:48 2020 +0100 Failed test

[tomcat] 05/05: Changes required for Java 7

2020-04-03 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 commit b18e764ec83a6a98af3d9ef2576b91049f2345f8 Author: Mark Thomas AuthorDate: Fri Apr 3 09:26:07 2020 +0100 Changes

[tomcat] 02/05: Expand SSL POST test to exercise the poller more

2020-04-03 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 commit e0fdcfef203eff408c940b6b22e4aec5b0679028 Author: remm AuthorDate: Fri Mar 6 16:55:39 2020 +0100 Expand SSL POST test

[tomcat] 01/05: Log exceptions when closing the server socket and don't re-throw

2020-04-03 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 commit 650cb85ad2871a108c142be7ebf2de67687fe887 Author: Mark Thomas AuthorDate: Thu Apr 2 21:23:51 2020 +0100 Log

Nexus: Staging Completed

2020-04-03 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.8.0_242; Windows 10 10.0)""userId" = "markt""ip" = "86.190.55.221"Details:The following artifacts have been

svn commit: r38794 - in /dev/tomcat/tomcat-10/v10.0.0-M4: ./ bin/ bin/embed/ src/

2020-04-03 Thread markt
Author: markt Date: Fri Apr 3 11:20:50 2020 New Revision: 38794 Log: Upload 10.0.0-M4 for voting Added: dev/tomcat/tomcat-10/v10.0.0-M4/ dev/tomcat/tomcat-10/v10.0.0-M4/KEYS dev/tomcat/tomcat-10/v10.0.0-M4/README.html dev/tomcat/tomcat-10/v10.0.0-M4/RELEASE-NOTES

svn commit: r38799 - in /dev/tomcat/tomcat-9/v9.0.34: ./ bin/ bin/embed/ src/

2020-04-03 Thread markt
Author: markt Date: Fri Apr 3 12:17:30 2020 New Revision: 38799 Log: Upload 9.0.34 for voting Added: dev/tomcat/tomcat-9/v9.0.34/ dev/tomcat/tomcat-9/v9.0.34/KEYS dev/tomcat/tomcat-9/v9.0.34/README.html dev/tomcat/tomcat-9/v9.0.34/RELEASE-NOTES

[tomcat] branch 7.0.x updated: Document another system property in websockets

2020-04-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 7ff51ab Document another system property in

[tomcat] branch 8.5.x updated: Document another system property in websockets

2020-04-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 afbf263 Document another system property in

[tomcat] 01/01: Tag 10.0.0-M4

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 10.0.0-M4 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 772df65db45cfccc2aad33b9b51ef9ab14c19626 Author: Mark Thomas AuthorDate: Fri Apr 3 11:51:08 2020 +0100 Tag

[tomcat] tag 10.0.0-M4 created (now 772df65)

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 10.0.0-M4 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 772df65 (commit) This tag includes the following new commits: new 772df65 Tag 10.0.0-M4 The 1 revisions

buildbot success in on tomcat-trunk

2020-04-03 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/5085 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

Nexus: Staging Completed

2020-04-03 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.8.0_242; Windows 10 10.0)""userId" = "markt""ip" = "86.190.55.221"Details:The following artifacts have been staged/org/apache/tomcat/tomcat-i18n-de/9.0.34/tomcat-i18n-de-9.0.34.pom(SHA1:

[tomcat] 01/01: Tag 9.0.34

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 9.0.34 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9ab1ba4f873a5815275d83d2ec3b30e988059b2c Author: Mark Thomas AuthorDate: Fri Apr 3 12:58:21 2020 +0100 Tag 9.0.34 ---

[tomcat] tag 9.0.34 created (now 9ab1ba4)

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 9.0.34 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 9ab1ba4 (commit) This tag includes the following new commits: new 9ab1ba4 Tag 9.0.34 The 1 revisions listed

[tomcat] branch master updated: Fix typo

2020-04-03 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 8c01834 Fix typo 8c01834 is described below

[tomcat] branch 9.0.x updated: Fix typo

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new d68bae8 Fix typo d68bae8 is described below

svn commit: r38798 - in /release/tomcat: tomcat-10/v10.0.0-M1/ tomcat-8/v8.5.51/ tomcat-9/v9.0.31/

2020-04-03 Thread markt
Author: markt Date: Fri Apr 3 12:17:26 2020 New Revision: 38798 Log: Remove old releases from mirrors Removed: release/tomcat/tomcat-10/v10.0.0-M1/ release/tomcat/tomcat-8/v8.5.51/ release/tomcat/tomcat-9/v9.0.31/

Nexus: Staging Repository Dropped

2020-04-03 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.8.0_242; Windows 10 10.0)""userId" = "markt""ip" = "86.190.55.221"Details:The orgapachetomcat-1261 staging repository has been dropped.Action performed by Mark Thomas (markt)

[VOTE] Release Apache Tomcat 9.0.34

2020-04-03 Thread Mark Thomas
The proposed Apache Tomcat 9.0.34 release is now available for voting. The major changes compared to the 9.0.34 release are: - Add support for default values when using ${...} property replacement in configuration files. Based on a pull request provided by Bernd Bohmann. - When configuring

[tomcat] branch 9.0.x updated: Document another system property in websockets

2020-04-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 81f23f1 Document another system property in

[tomcat] branch master updated: Document another system property in websockets

2020-04-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 808a5f1 Document another system property in

[tomcat] branch 8.5.x updated: Fix typo

2020-04-03 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 489ad17 Fix typo 489ad17 is described below

[tomcat] branch 7.0.x updated: Fix typo

2020-04-03 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 e73925c Fix typo e73925c is described below

[tomcat] 01/01: Tag 9.0.34

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 9.0.34 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 1031a8edb864ac001a8f172161aa8a13b7a4e712 Author: Mark Thomas AuthorDate: Fri Apr 3 13:01:00 2020 +0100 Tag 9.0.34 ---

[tomcat] tag 9.0.34 created (now 1031a8e)

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 9.0.34 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 1031a8e (commit) This tag includes the following new commits: new 1031a8e Tag 9.0.34 The 1 revisions listed

Re: [VOTE] Release Apache Tomcat 10.0.0-M4

2020-04-03 Thread Mark Thomas
On 03/04/2020 12:28, Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M4 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to jakarta.* > Applications that run on

[VOTE] Release Apache Tomcat 10.0.0-M4

2020-04-03 Thread Mark Thomas
The proposed Apache Tomcat 10.0.0-M4 release is now available for voting. Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary package for all the specification APIs has changed from javax.* to jakarta.* Applications that run on Tomcat 9 will not run on Tomcat 10 without changes.

Nexus: Staging Completed

2020-04-03 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 8.1 6.3)""userId" = "markt""ip" = "86.190.55.221"Details:The following artifacts have been staged/org/apache/tomcat/tomcat-i18n-de/8.5.54/tomcat-i18n-de-8.5.54.pom(SHA1:

[tomcat] branch master updated: Increment version for next development cycle

2020-04-03 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 12225da Increment version for next development

Re: [VOTE] Release Apache Tomcat 9.0.34

2020-04-03 Thread Rémy Maucherat
On Fri, Apr 3, 2020 at 2:49 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.34 release is now available for voting. > > The major changes compared to the 9.0.34 release are: > > - Add support for default values when using ${...} property replacement > in configuration files. Based on a

[VOTE] Release Apache Tomcat 8.5.54

2020-04-03 Thread Mark Thomas
The proposed Apache Tomcat 8.5.54 release is now available for voting. The major changes compared to the 8.5.53 release are: - Add support for default values when using ${...} property replacement in configuration files. Based on a pull request provided by Bernd Bohmann. - When configuring

Re: [VOTE] Release Apache Tomcat 10.0.0-M4

2020-04-03 Thread Rémy Maucherat
On Fri, Apr 3, 2020 at 1:28 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M4 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > Applications

[Bug 64303] New: My Application is working fine in prev version of all tomcat, Planning to upgrade to 9.0.31 . I am running into the following issue.. Pls help org.apache.jasper.JasperException: org.

2020-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64303 Bug ID: 64303 Summary: My Application is working fine in prev version of all tomcat, Planning to upgrade to 9.0.31 . I am running into the following issue.. Pls help

[tomcat] branch master updated: Remove a completed item. Make formatting consistent.

2020-04-03 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 8bccf2f Remove a completed item. Make

[tomcat] 01/01: Tag 8.5.54

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 8.5.54 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0b365bb7032a5e30b35fedc56e7def82a3e55f94 Author: Mark Thomas AuthorDate: Fri Apr 3 15:00:18 2020 +0100 Tag 8.5.54 ---

[tomcat] tag 8.5.54 created (now 0b365bb)

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 8.5.54 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 0b365bb (commit) This tag includes the following new commits: new 0b365bb Tag 8.5.54 The 1 revisions listed

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

2020-04-03 Thread markt
Author: markt Date: Fri Apr 3 14:23:01 2020 New Revision: 38800 Log: Upload 8.5.54 for voting Added: dev/tomcat/tomcat-8/v8.5.54/ dev/tomcat/tomcat-8/v8.5.54/KEYS dev/tomcat/tomcat-8/v8.5.54/README.html dev/tomcat/tomcat-8/v8.5.54/RELEASE-NOTES

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

2020-04-03 Thread markt
Added: dev/tomcat/tomcat-8/v8.5.54/src/apache-tomcat-8.5.54-src.zip.asc == --- dev/tomcat/tomcat-8/v8.5.54/src/apache-tomcat-8.5.54-src.zip.asc (added) +++ dev/tomcat/tomcat-8/v8.5.54/src/apache-tomcat-8.5.54-src.zip.asc

[Bug 64303] My Application is working fine in prev version of all tomcat, Planning to upgrade to 9.0.31 . I am running into the following issue.. Pls help org.apache.jasper.JasperException: org.apach

2020-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64303 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[tomcat] branch 9.0.x updated: Increment version number for next development cycle

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 3ccd61a Increment version number for next

[tomcat] branch 8.5.x updated: Increment version number for next development cycle

2020-04-03 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 b7a92ad Increment version number for next

[tomcat] 01/04: Refactoring: Extract inner class

2020-04-03 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 commit f57e3f7615dc5b3dafd3cddc70b373b321c86368 Author: Mark Thomas AuthorDate: Fri Apr 3 16:50:58 2020 +0100 Refactoring:

[tomcat] 03/04: Refactor: Remove HttpServletMapping interface

2020-04-03 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 commit 1a87ea891530d2839586b3221d100bf741af1e20 Author: Mark Thomas AuthorDate: Fri Apr 3 16:59:55 2020 +0100 Refactor:

[tomcat] 04/04: Refactoring: Remove remainder of servlet4preview package

2020-04-03 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 commit 0be3e38a07ceb1c75e568915bef496f63edbc9b6 Author: Mark Thomas AuthorDate: Fri Apr 3 17:23:53 2020 +0100 Refactoring:

[tomcat] 02/04: Refactor: Replace MappingMatch enum with ApplicationMappingMatch

2020-04-03 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 commit aa7271f41b730edbfe4a069f97b29840f31a2029 Author: Mark Thomas AuthorDate: Fri Apr 3 16:53:53 2020 +0100 Refactor:

[tomcat] branch 8.5.x updated (b7a92ad -> 0be3e38)

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from b7a92ad Increment version number for next development cycle new f57e3f7 Refactoring: Extract inner class

[tomcat] branch master updated: Remove useAprConnector flag and auto switch to APR connector

2020-04-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 ede5a2f Remove useAprConnector flag and auto

[tomcat] branch master updated: Fix typo. Better test coverage.

2020-04-03 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 b30bd06 Fix typo. Better test coverage. b30bd06

[tomcat] branch 9.0.x updated: Fix typo. Better test coverage.

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new debf532 Fix typo. Better test coverage. debf532

[tomcat] branch 8.5.x updated: Fix typo. Better test coverage.

2020-04-03 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 04a5714 Fix typo. Better test coverage. 04a5714

[tomcat] branch 7.0.x updated: Fix typo. Better test coverage.

2020-04-03 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 2def975 Fix typo. Better test coverage. 2def975

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2020-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 --- Comment #7 from matt...@cacorp.com --- Disabling overhead protection works, thank you! But, are there downsides to doing so? You recommend using a newer client, but the clients I'm using that run into this problem are the current versions

[tomcat] branch master updated: Refactor to remove unnecessary Constants class

2020-04-03 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 7a784b1 Refactor to remove unnecessary

[tomcat] branch master updated (f6d471f -> 4d5048f)

2020-04-03 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 f6d471f Remove reloadable attribute from Loader (it is duplicated on Context) new b248604 Remove additional

[tomcat] 01/02: Remove additional work-around for old Adobe REader bug

2020-04-03 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 b248604987681e0c9b1a8e36217624e8560f1c02 Author: Mark Thomas AuthorDate: Fri Apr 3 21:11:30 2020 +0100 Remove

[tomcat] 02/02: Update unit tests now space is not inserted.

2020-04-03 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 4d5048f9826627ad9f80627bf28ff7b15bd489ac Author: Mark Thomas AuthorDate: Fri Apr 3 21:12:27 2020 +0100 Update unit

[tomcat] branch master updated (b30bd06 -> a2a124e)

2020-04-03 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 b30bd06 Fix typo. Better test coverage. new 53f678e Don't mutate a valid Content-type if it does not contain a

[tomcat] 01/03: Don't mutate a valid Content-type if it does not contain a charset

2020-04-03 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 53f678ed9a0f9ff81abb6650fb0e553278a2a319 Author: Mark Thomas AuthorDate: Fri Apr 3 19:20:34 2020 +0100 Don't mutate

[tomcat] 02/03: Remove work-around for buggy Adobe Reader plug-in 9 on IE

2020-04-03 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 d74a05d5100128f1b1715f700d715962b5a01b78 Author: Mark Thomas AuthorDate: Fri Apr 3 19:21:40 2020 +0100 Remove

[tomcat] 03/03: Update changelog

2020-04-03 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 a2a124ed1b161d9ad0da67ea9219473a2f06 Author: Mark Thomas AuthorDate: Fri Apr 3 19:23:52 2020 +0100 Update

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2020-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 9.0.x updated: Deprecate Loader#reloadable

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 07fac81 Deprecate Loader#reloadable 07fac81 is

[tomcat] branch master updated: Remove reloadable attribute from Loader (it is duplicated on Context)

2020-04-03 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 f6d471f Remove reloadable attribute from Loader

[tomcat] branch master updated: Remove completed item

2020-04-03 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 6b3f928 Remove completed item 6b3f928 is

buildbot failure in on tomcat-trunk

2020-04-03 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/5089 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

buildbot success in on tomcat-trunk

2020-04-03 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/5092 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The