Re: [VOTE] Release Apache Tomcat 10.0.0-M3

2020-03-11 Thread Rémy Maucherat
On Wed, Mar 11, 2020 at 12:39 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.0-M3 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.
>
> The major changes compared to 10.0.0-M1  are:
>
> - Disable session persistence by default (on restart)
>
> - Add new attribute persistAuthentication to both StandardManager and
>   PersistentManager to support authentication persistence.
>   Patch provided by Carsten Klein
>
> - A zero length AJP secret will now behave as if it has not been
>   specified.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.0-M3/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1256/
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.0-M3
> eb684224706fe1d8ef5610c8d79dc403e1038393
>
> The proposed 10.0.0-M3 release is:
> [ ] Broken - do not release
> [X] Alpha  - go ahead and release as 10.0.0-M2
>

Rémy

>
> I opted to only include alpha here as there are still some potentially
> significant changes on the TOMCAT-NEXT list.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


[tomcat] tag 9.0.33 created (now 100ca6f)

2020-03-11 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to tag 9.0.33
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


  at 100ca6f  (commit)
This tag includes the following new commits:

 new 100ca6f  Tag 9.0.33

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/01: Tag 9.0.33

2020-03-11 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to tag 9.0.33
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 100ca6fcaf5aceb8fecd5cff0c45e1d52f8baaed
Author: Mark Thomas 
AuthorDate: Wed Mar 11 09:28:40 2020 +

Tag 9.0.33
---
 build.properties.default   | 2 +-
 webapps/docs/changelog.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 796061c..b179d7f 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=33
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Source control flags -
 git.branch=master
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a9ea59e..fcd9031 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -44,7 +44,7 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 10.0.0-M3

2020-03-11 Thread Mark Thomas
> The proposed 10.0.0-M3 release is:
> [ ] Broken - do not release
> [X] Alpha  - go ahead and release as 10.0.0-M3

Unit tests passed for NIO, NIO2 and APR/Native (with Tomcat Native
1.2.33) on Linux, MacOs and Windows.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2020-03-11 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 8caa4a9  Increment version for next dev cycle
8caa4a9 is described below

commit 8caa4a931683f94f8048442e3116af9bf26f721f
Author: Mark Thomas 
AuthorDate: Wed Mar 11 09:46:51 2020 +

Increment version for next dev cycle
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml   | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 796061c..56ba7fc 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=9
 version.minor=0
-version.build=33
+version.build=34
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index b0cff87..4b6f594 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=9.0.33
+maven.asf.release.deploy.version=9.0.34
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a9ea59e..e526259 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -44,6 +44,8 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
+
+
 
   
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r38477 - in /dev/tomcat/tomcat-9/v9.0.33: ./ bin/ bin/embed/ src/

2020-03-11 Thread markt
Author: markt
Date: Wed Mar 11 09:47:55 2020
New Revision: 38477

Log:
Upload 9.0.33 for voting

Added:
dev/tomcat/tomcat-9/v9.0.33/
dev/tomcat/tomcat-9/v9.0.33/KEYS
dev/tomcat/tomcat-9/v9.0.33/README.html
dev/tomcat/tomcat-9/v9.0.33/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.33/bin/
dev/tomcat/tomcat-9/v9.0.33/bin/README.html
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-deployer.tar.gz.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-deployer.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-deployer.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-deployer.zip.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-deployer.zip.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-fulldocs.tar.gz.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-windows-x64.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-windows-x64.zip.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-windows-x64.zip.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-windows-x86.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-windows-x86.zip.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33-windows-x86.zip.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.exe   (with props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.exe.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.exe.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.tar.gz   (with props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.tar.gz.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.zip   (with props)
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.zip.asc
dev/tomcat/tomcat-9/v9.0.33/bin/apache-tomcat-9.0.33.zip.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/embed/
dev/tomcat/tomcat-9/v9.0.33/bin/embed/apache-tomcat-9.0.33-embed.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.33/bin/embed/apache-tomcat-9.0.33-embed.tar.gz.asc

dev/tomcat/tomcat-9/v9.0.33/bin/embed/apache-tomcat-9.0.33-embed.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.33/bin/embed/apache-tomcat-9.0.33-embed.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.33/bin/embed/apache-tomcat-9.0.33-embed.zip.asc
dev/tomcat/tomcat-9/v9.0.33/bin/embed/apache-tomcat-9.0.33-embed.zip.sha512
dev/tomcat/tomcat-9/v9.0.33/src/
dev/tomcat/tomcat-9/v9.0.33/src/apache-tomcat-9.0.33-src.tar.gz   (with 
props)
dev/tomcat/tomcat-9/v9.0.33/src/apache-tomcat-9.0.33-src.tar.gz.asc
dev/tomcat/tomcat-9/v9.0.33/src/apache-tomcat-9.0.33-src.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.33/src/apache-tomcat-9.0.33-src.zip   (with props)
dev/tomcat/tomcat-9/v9.0.33/src/apache-tomcat-9.0.33-src.zip.asc
dev/tomcat/tomcat-9/v9.0.33/src/apache-tomcat-9.0.33-src.zip.sha512

Added: dev/tomcat/tomcat-9/v9.0.33/KEYS
==
--- dev/tomcat/tomcat-9/v9.0.33/KEYS (added)
+++ dev/tomcat/tomcat-9/v9.0.33/KEYS Wed Mar 11 09:47:55 2020
@@ -0,0 +1,676 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+Type Bits/KeyIDDate   User ID
+pub  2048/F22C4FED 2001/07/02 Andy Armstrong 
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: PGPfreeware 7.0.3 for non-commercial use 
+
+mQGiBDtAWuURBADZ0KUEyUkSUiTA09e7tvEbX25STsjxrR+DNTainCls+XlkVOij
+gBv216lqge9tIsS0L6hCP4OQbFf/64qVtJssX4QXdyiZGb5wpmcj0Mz602Ew8r+N
+I0S5NvmogoYWW7BlP4r61jNxO5zrr03KaijM5r4ipJdLUxyOmM6P2jRPUwCg/5gm
+bpqiYl7pXX5FgDeB36tmD+UD/06iLqOnoiKO0vMbOk7URclhCObMNrHqxTxozMTS
+B9soYURbIeArei+plYo2n+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr+1FZah+sD4ovK8SfkMXUQUbTeefTntsAQKyyU
+9M9tA/9on9tBiHFl0qVJht6N4GiJ2G689v7rS2giLgKjetjiCduxBXEgvUSuyQID
+nF9ATrpXjITwsRlGKFmpZiFm5oCeCXihIVH0u6q066xNW2AXkLVoJ1l1Rs2Z0lsb
+0cq3xEAcwAmYLKQvCtgDV8CYgWKVmPi+49rSuQn7Lo9l02OUbLQgQW5keSBBcm1z
+dHJvbmcgPGFuZHlAdGFnaXNoLmNvbT6JAFgEEBECABgFAjtAWuUICwMJCAcCAQoC
+GQEFGwMACgkQajrT9PIsT+1plgCfXAovWnVL3MjrTfcGlFSKw7GHCSYAoJkz
+x+r2ANe8/0e+u5ZcYtSaSry+uQINBDtAWuUQCAD2Qle3CH8IF3KiutapQvMF6PlT
+ETlPtvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33

Nexus: Staging Completed

2020-03-11 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.33/tomcat-i18n-de-9.0.33.pom.asc(SHA1: 991341b6a2884852ac9c5d0013b1b85631fe5061)/org/apache/tomcat/tomcat-i18n-de/9.0.33/tomcat-i18n-de-9.0.33.jar(SHA1: a1c65a3c1d132d1dbfd6a2f7e8a9612f147baef5)/org/apache/tomcat/tomcat-i18n-de/9.0.33/tomcat-i18n-de-9.0.33.jar.asc(SHA1: 7a1ace94a00ed08eee2fec27d6eff5f31af490a4)/org/apache/tomcat/tomcat-i18n-de/9.0.33/tomcat-i18n-de-9.0.33.pom(SHA1: f5d74073161ec72bee530a2bc60ec50dbad67844)/org/apache/tomcat/tomcat-jni/9.0.33/tomcat-jni-9.0.33.jar(SHA1: a1a1bcab8d26aabe9580ba585d4a37c3039fcc4f)/org/apache/tomcat/tomcat-jni/9.0.33/tomcat-jni-9.0.33.pom.asc(SHA1: 1f8bd5fb7343e9ff99bf4ac8e0e10b13b43dab41)/org/apache/tomcat/tomcat-jni/9.0.33/tomcat-jni-9.0.33.pom(SHA1: a8ce6e9299659a3e59c84c9a6eb7917eaff53e62)/org/apache/tomcat/tomcat-jni/9.0.33/tomcat-jni-9.0.33-sources.jar.asc(SHA1: 977f52f47aba4207d8844dbcb67867fb3350cf3a)/org/apache/tomcat/tomcat-jni/9.0.33/tomcat-jni-9.0.33.jar.asc(SHA1: e80fc90b1b0ee5e4fd21e8899699e4f5fabd9ca1)/org/apache/tomcat/tomcat-jni/9.0.33/tomcat-jni-9.0.33-sources.jar(SHA1: 2eb92a67f3512159259fff8c81760e8a9dad913f)/org/apache/tomcat/tomcat-juli/9.0.33/tomcat-juli-9.0.33.jar.asc(SHA1: f51715f12a9d50c2da54d9e423bca55f64cbf06b)/org/apache/tomcat/tomcat-juli/9.0.33/tomcat-juli-9.0.33-sources.jar(SHA1: 49735f31425012dc708b40e10197d4f2b50cffb5)/org/apache/tomcat/tomcat-juli/9.0.33/tomcat-juli-9.0.33.pom(SHA1: 3501df6a7f875f6a719bb71243686b251067e125)/org/apache/tomcat/tomcat-juli/9.0.33/tomcat-juli-9.0.33.pom.asc(SHA1: 9817bcee2327981dee78ee6398d66d6c55913b13)/org/apache/tomcat/tomcat-juli/9.0.33/tomcat-juli-9.0.33-sources.jar.asc(SHA1: bdc86e72296bcc56337a903bba538983076485b9)/org/apache/tomcat/tomcat-juli/9.0.33/tomcat-juli-9.0.33.jar(SHA1: f6941166d20593ca1c11ccd3d7f31b0ac1ab3dc6)/org/apache/tomcat/tomcat-util/9.0.33/tomcat-util-9.0.33-sources.jar.asc(SHA1: 4d71caa9eadcb746997127098c6cd2434aa9d7c0)/org/apache/tomcat/tomcat-util/9.0.33/tomcat-util-9.0.33.pom(SHA1: 97d3bfeb9fa838c09b34a231d92be218e8e2ba86)/org/apache/tomcat/tomcat-util/9.0.33/tomcat-util-9.0.33.pom.asc(SHA1: be3298ade261b305a5ddfd1ee42784b281781e1d)/org/apache/tomcat/tomcat-util/9.0.33/tomcat-util-9.0.33.jar.asc(SHA1: 57bd23a51721ef54b66c3dfdeb77c3151b2bd220)/org/apache/tomcat/tomcat-util/9.0.33/tomcat-util-9.0.33-sources.jar(SHA1: 65eb44d831faa2db34100823ddf3e30caba4f8ae)/org/apache/tomcat/tomcat-util/9.0.33/tomcat-util-9.0.33.jar(SHA1: c0a2780baec463aa5b5732a9e545fe8c574e44e8)/org/apache/tomcat/tomcat-catalina/9.0.33/tomcat-catalina-9.0.33.jar(SHA1: f94ba22817b2cc46b2b52948dab6f3e89a62fa2d)/org/apache/tomcat/tomcat-catalina/9.0.33/tomcat-catalina-9.0.33.jar.asc(SHA1: b5b7e716464fd110066ff98e34755636d5e45e22)/org/apache/tomcat/tomcat-catalina/9.0.33/tomcat-catalina-9.0.33.pom.asc(SHA1: f3ba3e56e027d104840472a9ddb1fb1780200be4)/org/apache/tomcat/tomcat-catalina/9.0.33/tomcat-catalina-9.0.33-sources.jar.asc(SHA1: b11a5800446d0209c7b989eff91c69282c2f9951)/org/apache/tomcat/tomcat-catalina/9.0.33/tomcat-catalina-9.0.33.pom(SHA1: ea75ec758ccb8c0f409aca4034d7f416118b09b8)/org/apache/tomcat/tomcat-catalina/9.0.33/tomcat-catalina-9.0.33-sources.jar(SHA1: 3094299de93461b54af37c2107fbad81444101c3)/org/apache/tomcat/tomcat-i18n-fr/9.0.33/tomcat-i18n-fr-9.0.33.jar.asc(SHA1: 7842b5974bdbdfaf887ec4289652978293a9ef8a)/org/apache/tomcat/tomcat-i18n-fr/9.0.33/tomcat-i18n-fr-9.0.33.jar(SHA1: c5560c7b7f740e7328aca7c5f4527b5293378b02)/org/apache/tomcat/tomcat-i18n-fr/9.0.33/tomcat-i18n-fr-9.0.33.pom(SHA1: 382472398071899816fe6e0c06b8145a571f24a2)/org/apache/tomcat/tomcat-i18n-fr/9.0.33/tomcat-i18n-fr-9.0.33.pom.asc(SHA1: 9cee1b0a42ea1a26601c4c859be1f201035a7d20)/org/apache/tomcat/tomcat-i18n-cs/9.0.33/tomcat-i18n-cs-9.0.33.pom.asc(SHA1: 0fb0ee083272529c87592791405a7be485d2cece)/org/apache/tomcat/tomcat-i18n-cs/9.0.33/tomcat-i18n-cs-9.0.33.jar.asc(SHA1: 94daa674a082f21bcdd395c3aada25f77119e209)/org/apache/tomcat/tomcat-i18n-cs/9.0.33/tomcat-i18n-cs-9.0.33.jar(SHA1: eb7a2da13080ba503ff00a7e7ab8ab9e244b9dc9)/org/apache/tomcat/tomcat-i18n-cs/9.0.33/tomcat-i18n-cs-9.0.33.pom(SHA1: 75b0eed60e08480a23007bcd635aa1bfecd8ffc9)/org/apache/tomcat/tomcat-jdbc/9.0.33/tomcat-jdbc-9.0.33.jar.asc(SHA1: 7088808ca1f4f1798330a58ed76aebc5dd994fdb)/org/apache/tomcat/tomcat-jdbc/9.0.33/tomcat-jdbc-9.0.33-sources.jar(SHA1: 1babc83f3ed142a701d1ab391334f5e66f80ac2c)/org/apache/tomcat/tomcat-jdbc/9.0.33/tomcat-jdbc-9.0.33.pom(SHA1: 6520afbd1a5cef5937432e10dab110b9a182889d)/org/apache/tomcat/tomcat-jdbc/9.0.33/tomcat-jdbc-9.0.33-sources.jar.asc(SHA1: ae3c4c0e5e40c50bc9be69427d44f2a37554b9e8)/org/apache/tomcat/tomcat-jdbc/9.0.33/tomcat-jdbc-9.0.33.pom.asc(SHA1: f6f13b6d1286ea901311b4f5c075133c5a5848f5)/org/apache/tomcat/tomcat-jdbc/9.0.33/tomcat-jdbc-9.0.33.jar(SHA1: c97d7d13545

[VOTE] Release Apache Tomcat 9.0.33

2020-03-11 Thread Mark Thomas
The proposed Apache Tomcat 9.0.33 release is now available for voting.

The major changes compared to the 9.0.31 release are:

- Add new attribute persistAuthentication to both StandardManager and
  PersistentManager to support authentication persistence.
  Patch provided by Carsten Klein

- A zero length AJP secret will now behave as if it has not been
  specified.

- Add the TLS request attributes used by IIS to the attributes that
  an AJP Connector will always accept.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.33/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1257/
The tag is:
https://github.com/apache/tomcat/tree/9.0.33
100ca6fcaf5aceb8fecd5cff0c45e1d52f8baaed

The proposed 9.0.33 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 9.0.33

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] tag 8.5.53 created (now 9babbd0)

2020-03-11 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to tag 8.5.53
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


  at 9babbd0  (commit)
This tag includes the following new commits:

 new 9babbd0  Tag 8.5.53

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/01: Tag 8.5.53

2020-03-11 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to tag 8.5.53
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 9babbd0b0560303fbe5cc5bf7e7c2a8e74e4d665
Author: Mark Thomas 
AuthorDate: Wed Mar 11 09:55:11 2020 +

Tag 8.5.53
---
 build.properties.default   | 2 +-
 webapps/docs/changelog.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 4f35c71..af6a5ae 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=8
 version.minor=5
 version.build=53
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Source control flags -
 git.branch=8.5.x
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 2da1fd1..fbd1672 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -44,7 +44,7 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 9.0.33

2020-03-11 Thread Mark Thomas


> The proposed 9.0.33 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.33

Unit tests passed for NIO, NIO2 and APR/Native (with Tomcat Native
1.2.33) on Linux, MacOs and Windows.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 9.0.33

2020-03-11 Thread Rémy Maucherat
On Wed, Mar 11, 2020 at 10:51 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 9.0.33 release is now available for voting.
>
> The major changes compared to the 9.0.31 release are:
>
> - Add new attribute persistAuthentication to both StandardManager and
>   PersistentManager to support authentication persistence.
>   Patch provided by Carsten Klein
>
> - A zero length AJP secret will now behave as if it has not been
>   specified.
>
> - Add the TLS request attributes used by IIS to the attributes that
>   an AJP Connector will always accept.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.33/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1257/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.33
> 100ca6fcaf5aceb8fecd5cff0c45e1d52f8baaed
>
> The proposed 9.0.33 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.33
>

Rémy

>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


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

2020-03-11 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 2d75462  Increment version for next dev cycle
2d75462 is described below

commit 2d75462d5683fdae249da35be0a05bf379a5a5ea
Author: Mark Thomas 
AuthorDate: Wed Mar 11 10:03:04 2020 +

Increment version for next dev cycle
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml   | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 4f35c71..d7c1066 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=5
-version.build=53
+version.build=54
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index da282c9..ac7fd7b 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=8.5.53
+maven.asf.release.deploy.version=8.5.54
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 2da1fd1..214ea83 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -44,7 +44,9 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
+
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2020-03-11 Thread markt
Author: markt
Date: Wed Mar 11 10:17:11 2020
New Revision: 38478

Log:
Upload 8.5.53 for voting

Added:
dev/tomcat/tomcat-8/v8.5.53/
dev/tomcat/tomcat-8/v8.5.53/KEYS
dev/tomcat/tomcat-8/v8.5.53/README.html
dev/tomcat/tomcat-8/v8.5.53/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.53/bin/
dev/tomcat/tomcat-8/v8.5.53/bin/README.html
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-deployer.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-deployer.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-deployer.zip   (with 
props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-deployer.zip.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-deployer.zip.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-fulldocs.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-windows-x64.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-windows-x64.zip.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-windows-x64.zip.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-windows-x86.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-windows-x86.zip.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53-windows-x86.zip.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.exe   (with props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.exe.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.exe.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.tar.gz   (with props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.zip   (with props)
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.zip.asc
dev/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.zip.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/embed/
dev/tomcat/tomcat-8/v8.5.53/bin/embed/apache-tomcat-8.5.53-embed.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.53/bin/embed/apache-tomcat-8.5.53-embed.tar.gz.asc

dev/tomcat/tomcat-8/v8.5.53/bin/embed/apache-tomcat-8.5.53-embed.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/embed/apache-tomcat-8.5.53-embed.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.53/bin/embed/apache-tomcat-8.5.53-embed.zip.asc
dev/tomcat/tomcat-8/v8.5.53/bin/embed/apache-tomcat-8.5.53-embed.zip.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/extras/
dev/tomcat/tomcat-8/v8.5.53/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-8/v8.5.53/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-8/v8.5.53/bin/extras/catalina-jmx-remote.jar.sha512
dev/tomcat/tomcat-8/v8.5.53/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-8/v8.5.53/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-8/v8.5.53/bin/extras/catalina-ws.jar.sha512
dev/tomcat/tomcat-8/v8.5.53/src/
dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.tar.gz   (with 
props)
dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip   (with props)
dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.asc
dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.sha512

Added: dev/tomcat/tomcat-8/v8.5.53/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.53/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.53/KEYS Wed Mar 11 10:17:11 2020
@@ -0,0 +1,676 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+Type Bits/KeyIDDate   User ID
+pub  2048/F22C4FED 2001/07/02 Andy Armstrong 
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: PGPfreeware 7.0.3 for non-commercial use 
+
+mQGiBDtAWuURBADZ0KUEyUkSUiTA09e7tvEbX25STsjxrR+DNTainCls+XlkVOij
+gBv216lqge9tIsS0L6hCP4OQbFf/64qVtJssX4QXdyiZGb5wpmcj0Mz602Ew8r+N
+I0S5NvmogoYWW7BlP4r61jNxO5zrr03KaijM5r4ipJdLUxyOmM6P2jRPUwCg/5gm
+bpqiYl7pXX5FgDeB36tmD+UD/06iLqOnoiKO0vMbOk7URclhCObMNrHqxTxozMTS
+B9soYURbIeArei+plYo2n+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr

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

2020-03-11 Thread markt
Added: dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.asc
==
--- dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.asc Wed Mar 11 
10:17:11 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl5ouXEACgkQEMAcWi9g
+WediDA/9H+Q54+EOEhIi4+2hEASg+A0mQy2ENveVAVpgUFf5y8emWV4TUsRnrAoW
+WfjYvYF3hmoJz6JLsbcTnY8UjYZ2i1VZ9XVxzN+IUEm7hn7i8im+Q1EboNVZdtDi
+CC73ZVYjROUUB6JNiAdECP2vr83B95/vbo6Q6AXvd6ON+A9+7XJbq8oEoVCK1ifn
+Mj2p3pxy8WQasYYNKELrk1J350YektkpnKh+qgQXExTpHxSYpHfMJlEie8fQyfus
+Yf6NFG/ywm4KCVnFnvZyd7G/23FgDJMzt5P7rXLGevbofROyyCHC09pnirOjWPwY
+wGVPQ823JhDyaLjf0F8w8XJ9EjOWuuvm79K5Az7g+giRc7GfOng2aFqPF5DQ/Stf
+GPQDgp3h/wzU4Fs6kRsqs0kRnM5j4ZADu5TSleMyLIeoazoIUVbpbStuenQhge6U
+KyRtYaqLqGp+LPQvfz1SZ/QbnUuaMmGFbFUkSV47SvVFek++dP0uPr0saFIMHEum
+n1Du2kkhHqvwEYmIwISeC6bbMke49mi+hD1iq8Q4zkkQk2mbkBhAdCsFP67cx3gQ
+vUtfkd4Adq9q/93oK5ZTxNc5wSPHsctuUyZoRWpgeLEQE4mErb9M99fRbesGUzAr
+bMcWz0C2EmeCdHLbNCcS7isSZq23c7h4a1Fc02fSOLvWuE1qsvQ=
+=08l1
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.sha512
==
--- dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.sha512 (added)
+++ dev/tomcat/tomcat-8/v8.5.53/src/apache-tomcat-8.5.53-src.zip.sha512 Wed Mar 
11 10:17:11 2020
@@ -0,0 +1 @@
+0cb56a05d4e3193b0f504d3d2529b54593dc4139e5f7fa244a56f818d0b1cf7bf90b053a1f1c46abeea66acdce6d69720d0078587c34d298a32e94eec2e1e0af
 *apache-tomcat-8.5.53-src.zip
\ No newline at end of file



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Nexus: Staging Completed

2020-03-11 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.53/tomcat-i18n-de-8.5.53.jar.asc(SHA1: cb77219278ac347bdef0d4b76d22e2f5ec575000)/org/apache/tomcat/tomcat-i18n-de/8.5.53/tomcat-i18n-de-8.5.53.jar(SHA1: 652fe0b0c6b69f32684d92acd461392f6aa26cf7)/org/apache/tomcat/tomcat-i18n-de/8.5.53/tomcat-i18n-de-8.5.53.pom.asc(SHA1: 9e8b326f43d870152ff6d3b5970198b2018a9f87)/org/apache/tomcat/tomcat-i18n-de/8.5.53/tomcat-i18n-de-8.5.53.pom(SHA1: 118371dde7b9d450c808ae4866d908a96fbd50bc)/org/apache/tomcat/tomcat-jni/8.5.53/tomcat-jni-8.5.53.jar.asc(SHA1: a254ba2cfc68aa048f22918a9a9d85395ab7294b)/org/apache/tomcat/tomcat-jni/8.5.53/tomcat-jni-8.5.53.pom(SHA1: 2f9b6b21478bf027f07bfd423060d034a2b38e2d)/org/apache/tomcat/tomcat-jni/8.5.53/tomcat-jni-8.5.53-sources.jar(SHA1: 8b93d38fcdca98a4f0789aab19429dc35147d13f)/org/apache/tomcat/tomcat-jni/8.5.53/tomcat-jni-8.5.53.pom.asc(SHA1: 94bcea5196f3628d1afdf4193be9ed239f011aa1)/org/apache/tomcat/tomcat-jni/8.5.53/tomcat-jni-8.5.53.jar(SHA1: df4304c55e3a21c9f3d2f2d116496a6449aa43d3)/org/apache/tomcat/tomcat-jni/8.5.53/tomcat-jni-8.5.53-sources.jar.asc(SHA1: 48f46a299ee28c1061e1ccad4d58adf38cbee280)/org/apache/tomcat/tomcat-juli/8.5.53/tomcat-juli-8.5.53.pom.asc(SHA1: 3845553c7f0571d6fe9fda7158561bb35150330f)/org/apache/tomcat/tomcat-juli/8.5.53/tomcat-juli-8.5.53.jar(SHA1: 057d37b5d7ed1270910ae59575b7c724bdf2d9f1)/org/apache/tomcat/tomcat-juli/8.5.53/tomcat-juli-8.5.53.jar.asc(SHA1: 4bcf250a33fef735c616426a90826b68642e282b)/org/apache/tomcat/tomcat-juli/8.5.53/tomcat-juli-8.5.53-sources.jar(SHA1: 396ef32726d66e02cf3884f912167616ea9f6856)/org/apache/tomcat/tomcat-juli/8.5.53/tomcat-juli-8.5.53.pom(SHA1: e322596f3e2c7c3446b56024fa77fe43547d0254)/org/apache/tomcat/tomcat-juli/8.5.53/tomcat-juli-8.5.53-sources.jar.asc(SHA1: 3f5f2bc8b9018f9e347e18a5f72fbeb6918fa1a4)/org/apache/tomcat/tomcat-util/8.5.53/tomcat-util-8.5.53-sources.jar.asc(SHA1: cb1f74eef96d85e4a412e090c4616db0809760c0)/org/apache/tomcat/tomcat-util/8.5.53/tomcat-util-8.5.53-sources.jar(SHA1: 9edb00ba8242122158a29f48e329a2cd3fa31b0f)/org/apache/tomcat/tomcat-util/8.5.53/tomcat-util-8.5.53.jar(SHA1: 868e95b06bafae38578f0f5832dc3e2439fb8681)/org/apache/tomcat/tomcat-util/8.5.53/tomcat-util-8.5.53.pom.asc(SHA1: 722af0ee0cd7d6446b51844e81da7b57730b5095)/org/apache/tomcat/tomcat-util/8.5.53/tomcat-util-8.5.53.pom(SHA1: 52a16de6b729cf6a684a4060b5fe7504882ef8d4)/org/apache/tomcat/tomcat-util/8.5.53/tomcat-util-8.5.53.jar.asc(SHA1: 747c461b97a7cc751b3087bc15bfa95402c26164)/org/apache/tomcat/tomcat-catalina/8.5.53/tomcat-catalina-8.5.53.jar.asc(SHA1: 06404651713e693ce32877753cda7c4d68878aab)/org/apache/tomcat/tomcat-catalina/8.5.53/tomcat-catalina-8.5.53.pom(SHA1: 26dc0701e8541f6108fd9f67ac44e2ddf4d762d5)/org/apache/tomcat/tomcat-catalina/8.5.53/tomcat-catalina-8.5.53.jar(SHA1: b1bbc91150a33d9c7a94432c5f36dbe3faf11497)/org/apache/tomcat/tomcat-catalina/8.5.53/tomcat-catalina-8.5.53-sources.jar.asc(SHA1: 2519c8527fed0830af82af9766c73c67e7c430b3)/org/apache/tomcat/tomcat-catalina/8.5.53/tomcat-catalina-8.5.53.pom.asc(SHA1: efc45472a5e4f29f9633453f3a2f5c10a7b88174)/org/apache/tomcat/tomcat-catalina/8.5.53/tomcat-catalina-8.5.53-sources.jar(SHA1: d78de82d550e2f8fb694ec10744d1f51890d2e99)/org/apache/tomcat/tomcat-catalina-ws/8.5.53/tomcat-catalina-ws-8.5.53.pom(SHA1: 5cc6d14489adbe024f928d3650902d16abeb59f7)/org/apache/tomcat/tomcat-catalina-ws/8.5.53/tomcat-catalina-ws-8.5.53.pom.asc(SHA1: 1b9d583debf0e6870a6b67a99cd3bc27bbd10ea5)/org/apache/tomcat/tomcat-catalina-ws/8.5.53/tomcat-catalina-ws-8.5.53.jar.asc(SHA1: 998f5c75ff242a4a728a8ee80285dfc8ad569a78)/org/apache/tomcat/tomcat-catalina-ws/8.5.53/tomcat-catalina-ws-8.5.53-sources.jar(SHA1: 4b1727e2c523d12db0abccc996df43ee6f083514)/org/apache/tomcat/tomcat-catalina-ws/8.5.53/tomcat-catalina-ws-8.5.53.jar(SHA1: fb090b3a862787c34c0a4d34090496c4cfdb0c30)/org/apache/tomcat/tomcat-catalina-ws/8.5.53/tomcat-catalina-ws-8.5.53-sources.jar.asc(SHA1: 595f724776f206d2a0933549ee55b8ba67f4e7ea)/org/apache/tomcat/tomcat-i18n-fr/8.5.53/tomcat-i18n-fr-8.5.53.pom(SHA1: a3a65ea4b701c9e9b6b515c5ded71e309e3d6ebf)/org/apache/tomcat/tomcat-i18n-fr/8.5.53/tomcat-i18n-fr-8.5.53.pom.asc(SHA1: 4131233ab53314406f74c2d353768a992d686fe5)/org/apache/tomcat/tomcat-i18n-fr/8.5.53/tomcat-i18n-fr-8.5.53.jar.asc(SHA1: d46b307041a8000ed439b4e1cea828fef2496688)/org/apache/tomcat/tomcat-i18n-fr/8.5.53/tomcat-i18n-fr-8.5.53.jar(SHA1: a5ad25120412fd411987d0cfd3fb19f9fa16d0ed)/org/apache/tomcat/tomcat-jdbc/8.5.53/tomcat-jdbc-8.5.53-sources.jar(SHA1: 49346ecb68a92004260a848838a1e2a3f5a263b1)/org/apache/tomcat/tomcat-jdbc/8.5.53/tomcat-jdbc-8.5.53.pom.asc(SHA1: 77b7f1d8c913ee330f9e5a6ab0d051fa4b4eb41e)/org/apache/tomcat/tomcat-jdbc/8.5.53/tomcat-jdbc-8.5.53.jar.asc(SHA1: 523277342b62dc238da6015d2ba3cf5ed19e3462)/org/apache

[VOTE] Release Apache Tomcat 8.5.53

2020-03-11 Thread Mark Thomas
The proposed Apache Tomcat 8.5.53 release is now available for voting.

The major changes compared to the 8.5.51 release are:

- Add new attribute persistAuthentication to both StandardManager and
  PersistentManager to support authentication persistence.
  Patch provided by Carsten Klein

- A zero length AJP secret will now behave as if it has not been
  specified.

- Add the TLS request attributes used by IIS to the attributes that
  an AJP Connector will always accept.


Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.53/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1258/

The tag is:
https://github.com/apache/tomcat/tree/8.5.53
9babbd0b0560303fbe5cc5bf7e7c2a8e74e4d665

The proposed 8.5.53 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.53

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.53

2020-03-11 Thread Mark Thomas


> The proposed 8.5.53 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.53

Unit tests passed for NIO, NIO2 and APR/Native (with Tomcat Native
1.2.33) on Linux, MacOs and Windows.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.53

2020-03-11 Thread Rémy Maucherat
On Wed, Mar 11, 2020 at 12:18 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.53 release is now available for voting.
>
> The major changes compared to the 8.5.51 release are:
>
> - Add new attribute persistAuthentication to both StandardManager and
>   PersistentManager to support authentication persistence.
>   Patch provided by Carsten Klein
>
> - A zero length AJP secret will now behave as if it has not been
>   specified.
>
> - Add the TLS request attributes used by IIS to the attributes that
>   an AJP Connector will always accept.
>
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.53/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1258/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.53
> 9babbd0b0560303fbe5cc5bf7e7c2a8e74e4d665
>
> The proposed 8.5.53 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.53
>

Rémy

>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: [CANCEL][VOTE] Release Apache Tomcat 7.0.101

2020-03-11 Thread Violeta Georgieva
На вт, 10.03.2020 г. в 11:13 Violeta Georgieva 
написа:
>
> The proposed Apache Tomcat 7.0.101 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.101/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1253/
> The git tag is:
> https://github.com/apache/tomcat/tree/7.0.101
> d4fbf65e1e8a952a7977c1c15871f30cc8e627bf
>
> The proposed 7.0.101 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 7.0.101 Stable

I'm canceling the vote in order to pick up the fix for
https://bz.apache.org/bugzilla/show_bug.cgi?id=64210

Regards,
Violeta

>


[tomcat] branch 7.0.x updated: Tomcat 7.0.101 vote did not pass

2020-03-11 Thread violetagg
This is an automated email from the ASF dual-hosted git repository.

violetagg 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 a470fdb  Tomcat 7.0.101 vote did not pass
a470fdb is described below

commit a470fdb5c15040a0964ab3ac33ea5db325664487
Author: Violeta Georgieva 
AuthorDate: Wed Mar 11 14:22:01 2020 +0200

Tomcat 7.0.101 vote did not pass
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index df12a96..ea55fff 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -72,7 +72,7 @@
 
   
 
-
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r38479 - /dev/tomcat/tomcat-7/v7.0.101/

2020-03-11 Thread violetagg
Author: violetagg
Date: Wed Mar 11 12:23:48 2020
New Revision: 38479

Log:
Tomcat 7.0.101 vote did not pass

Removed:
dev/tomcat/tomcat-7/v7.0.101/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Nexus: Staging Repository Dropped

2020-03-11 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Tomcat 7.0.101 vote did not passDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 8.1 6.3)""userId" = "violetagg""ip" = "78.83.99.114"Details:The orgapachetomcat-1253 staging repository has been dropped.Action performed by Violeta Georgieva Georgieva (violetagg)

[tomcat] branch master updated: Avoid using named classes for closed channel

2020-03-11 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 204c4fa  Avoid using named classes for closed channel
204c4fa is described below

commit 204c4fa6c05b644dee31b96f0fff2ed64829d0dc
Author: remm 
AuthorDate: Wed Mar 11 14:44:13 2020 +0100

Avoid using named classes for closed channel

Only the constant is needed.
---
 java/org/apache/tomcat/util/net/Nio2Channel.java | 8 ++--
 java/org/apache/tomcat/util/net/NioChannel.java  | 8 ++--
 java/org/apache/tomcat/util/net/NioEndpoint.java | 5 ++---
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/Nio2Channel.java 
b/java/org/apache/tomcat/util/net/Nio2Channel.java
index 4980170..9c57f02 100644
--- a/java/org/apache/tomcat/util/net/Nio2Channel.java
+++ b/java/org/apache/tomcat/util/net/Nio2Channel.java
@@ -248,11 +248,7 @@ public class Nio2Channel implements 
AsynchronousByteChannel {
 }
 };
 
-static final Nio2Channel CLOSED_NIO2_CHANNEL = new ClosedNio2Channel();
-public static class ClosedNio2Channel extends Nio2Channel {
-public ClosedNio2Channel() {
-super(SocketBufferHandler.EMPTY);
-}
+static final Nio2Channel CLOSED_NIO2_CHANNEL = new 
Nio2Channel(SocketBufferHandler.EMPTY) {
 @Override
 public void close() throws IOException {
 }
@@ -304,5 +300,5 @@ public class Nio2Channel implements AsynchronousByteChannel 
{
 public String toString() {
 return "Closed Nio2Channel";
 }
-}
+};
 }
diff --git a/java/org/apache/tomcat/util/net/NioChannel.java 
b/java/org/apache/tomcat/util/net/NioChannel.java
index 065d23b..f35794c 100644
--- a/java/org/apache/tomcat/util/net/NioChannel.java
+++ b/java/org/apache/tomcat/util/net/NioChannel.java
@@ -230,11 +230,7 @@ public class NioChannel implements ByteChannel, 
ScatteringByteChannel, Gathering
 return appReadBufHandler;
 }
 
-static final NioChannel CLOSED_NIO_CHANNEL = new ClosedNioChannel();
-public static class ClosedNioChannel extends NioChannel {
-public ClosedNioChannel() {
-super(SocketBufferHandler.EMPTY);
-}
+static final NioChannel CLOSED_NIO_CHANNEL = new 
NioChannel(SocketBufferHandler.EMPTY) {
 @Override
 public void close() throws IOException {
 }
@@ -274,6 +270,6 @@ public class NioChannel implements ByteChannel, 
ScatteringByteChannel, Gathering
 public String toString() {
 return "Closed NioChannel";
 }
-}
+};
 
 }
diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java 
b/java/org/apache/tomcat/util/net/NioEndpoint.java
index 88bddda..9c46678 100644
--- a/java/org/apache/tomcat/util/net/NioEndpoint.java
+++ b/java/org/apache/tomcat/util/net/NioEndpoint.java
@@ -51,7 +51,6 @@ import org.apache.tomcat.util.ExceptionUtils;
 import org.apache.tomcat.util.collections.SynchronizedQueue;
 import org.apache.tomcat.util.collections.SynchronizedStack;
 import org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState;
-import org.apache.tomcat.util.net.NioChannel.ClosedNioChannel;
 import org.apache.tomcat.util.net.jsse.JSSESupport;
 
 /**
@@ -1139,7 +1138,7 @@ public class NioEndpoint extends 
AbstractJsseEndpoint
 private int fillReadBuffer(boolean block, ByteBuffer buffer) throws 
IOException {
 int n = 0;
 NioChannel socket = getSocket();
-if (socket instanceof ClosedNioChannel) {
+if (socket == NioChannel.CLOSED_NIO_CHANNEL) {
 throw new ClosedChannelException();
 }
 if (block) {
@@ -1193,7 +1192,7 @@ public class NioEndpoint extends 
AbstractJsseEndpoint
 protected void doWrite(boolean block, ByteBuffer buffer) throws 
IOException {
 int n = 0;
 NioChannel socket = getSocket();
-if (socket instanceof ClosedNioChannel) {
+if (socket == NioChannel.CLOSED_NIO_CHANNEL) {
 throw new ClosedChannelException();
 }
 if (block) {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch 9.0.x updated: Avoid using named classes for closed channel

2020-03-11 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 da7bf80  Avoid using named classes for closed channel
da7bf80 is described below

commit da7bf806f3525ab58aa91379894a38cee4e336e6
Author: remm 
AuthorDate: Wed Mar 11 14:44:13 2020 +0100

Avoid using named classes for closed channel

Only the constant is needed.
---
 java/org/apache/tomcat/util/net/Nio2Channel.java | 8 ++--
 java/org/apache/tomcat/util/net/NioChannel.java  | 8 ++--
 java/org/apache/tomcat/util/net/NioEndpoint.java | 5 ++---
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/Nio2Channel.java 
b/java/org/apache/tomcat/util/net/Nio2Channel.java
index 4980170..9c57f02 100644
--- a/java/org/apache/tomcat/util/net/Nio2Channel.java
+++ b/java/org/apache/tomcat/util/net/Nio2Channel.java
@@ -248,11 +248,7 @@ public class Nio2Channel implements 
AsynchronousByteChannel {
 }
 };
 
-static final Nio2Channel CLOSED_NIO2_CHANNEL = new ClosedNio2Channel();
-public static class ClosedNio2Channel extends Nio2Channel {
-public ClosedNio2Channel() {
-super(SocketBufferHandler.EMPTY);
-}
+static final Nio2Channel CLOSED_NIO2_CHANNEL = new 
Nio2Channel(SocketBufferHandler.EMPTY) {
 @Override
 public void close() throws IOException {
 }
@@ -304,5 +300,5 @@ public class Nio2Channel implements AsynchronousByteChannel 
{
 public String toString() {
 return "Closed Nio2Channel";
 }
-}
+};
 }
diff --git a/java/org/apache/tomcat/util/net/NioChannel.java 
b/java/org/apache/tomcat/util/net/NioChannel.java
index 75bc3f8..c1d4576 100644
--- a/java/org/apache/tomcat/util/net/NioChannel.java
+++ b/java/org/apache/tomcat/util/net/NioChannel.java
@@ -248,11 +248,7 @@ public class NioChannel implements ByteChannel, 
ScatteringByteChannel, Gathering
 return appReadBufHandler;
 }
 
-static final NioChannel CLOSED_NIO_CHANNEL = new ClosedNioChannel();
-public static class ClosedNioChannel extends NioChannel {
-public ClosedNioChannel() {
-super(SocketBufferHandler.EMPTY);
-}
+static final NioChannel CLOSED_NIO_CHANNEL = new 
NioChannel(SocketBufferHandler.EMPTY) {
 @Override
 public void close() throws IOException {
 }
@@ -292,6 +288,6 @@ public class NioChannel implements ByteChannel, 
ScatteringByteChannel, Gathering
 public String toString() {
 return "Closed NioChannel";
 }
-}
+};
 
 }
diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java 
b/java/org/apache/tomcat/util/net/NioEndpoint.java
index 1a9f9de..0ed4200 100644
--- a/java/org/apache/tomcat/util/net/NioEndpoint.java
+++ b/java/org/apache/tomcat/util/net/NioEndpoint.java
@@ -52,7 +52,6 @@ import org.apache.tomcat.util.IntrospectionUtils;
 import org.apache.tomcat.util.collections.SynchronizedQueue;
 import org.apache.tomcat.util.collections.SynchronizedStack;
 import org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState;
-import org.apache.tomcat.util.net.NioChannel.ClosedNioChannel;
 import org.apache.tomcat.util.net.jsse.JSSESupport;
 
 /**
@@ -1208,7 +1207,7 @@ public class NioEndpoint extends 
AbstractJsseEndpoint
 private int fillReadBuffer(boolean block, ByteBuffer to) throws 
IOException {
 int nRead;
 NioChannel socket = getSocket();
-if (socket instanceof ClosedNioChannel) {
+if (socket == NioChannel.CLOSED_NIO_CHANNEL) {
 throw new ClosedChannelException();
 }
 if (block) {
@@ -1238,7 +1237,7 @@ public class NioEndpoint extends 
AbstractJsseEndpoint
 @Override
 protected void doWrite(boolean block, ByteBuffer from) throws 
IOException {
 NioChannel socket = getSocket();
-if (socket instanceof ClosedNioChannel) {
+if (socket == NioChannel.CLOSED_NIO_CHANNEL) {
 throw new ClosedChannelException();
 }
 if (block) {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64218] Servlet receives no parameters from post request

2020-03-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64218

--- Comment #1 from r...@ronfrazier.net ---
Created attachment 37095
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37095&action=edit
java file for test app

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64218] New: Servlet receives no parameters from post request

2020-03-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64218

Bug ID: 64218
   Summary: Servlet receives no parameters from post request
   Product: Tomcat 9
   Version: 9.0.31
  Hardware: PC
Status: NEW
  Severity: critical
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: r...@ronfrazier.net
  Target Milestone: -

Created attachment 37094
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37094&action=edit
html file for test app to reproduce

Since upgrading to 9.0.31 I've had an issue where occasionally my servlet
receives none of the parameters that are posted to it. The bug is periodic, but
the frequency of the issue tends to grow with the amount of data posted. But
it's very erratic. If I send 5MB request, sometimes it will fail 3/4 of the
time, and then it can succeed 100 times in a row. Testing just now with 500K, I
went hundreded of requests without an error, and then suddenly 95% of the
requests started failing

I've reproduced the bug on 3 separate servers (Windows Server 2016) as well as
my dev machine (Windows 10) to rule out network or hardware issues. I've tested
with 9.0.14 and 9.0.30 and am not able to reproduce the error with either of
them, so it appears to be specific to 9.0.31. I also have not been able to
reproduce it over an HTTP connection, only HTTPS.

When this happens, most of the time the servlet executes just fine except that
it sees no data in the parameters. Occasionally I do get back an HTTP error (I
believe it was a 500 error). 

I generally see no message in the error logs. I do sometimes see the following,
but not always (and I have log level set to debug)


11-Mar-2020 12:42:58.608 INFO [https-jsse-nio-8431-exec-15]
org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request
header
 Note: further occurrences of HTTP request parsing errors will be logged at
DEBUG level.
java.lang.IllegalArgumentException: Request header is too large
at
org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:722)
at
org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:401)
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:260)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1639)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)


Because this was a very erratic bug, I had to throw together a test app to be
able to reproduce it reliably. I'm attaching an html and java file. Just throw
them into a dynamic web project and run it. It just allows you to generate a
random size payload, send it to the server via an ajax request, and the server
reports back to client how many bytes it received (which is either all of it or
nothing).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64218] Servlet receives no parameters from post request

2020-03-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64218

Remy Maucherat  changed:

   What|Removed |Added

 OS||All
 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #2 from Remy Maucherat  ---


*** This bug has been marked as a duplicate of bug 64202 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64202] Upload is broken in version 9.0.31

2020-03-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202

Remy Maucherat  changed:

   What|Removed |Added

 CC||r...@ronfrazier.net

--- Comment #17 from Remy Maucherat  ---
*** Bug 64218 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] fhanik opened a new pull request #258: Remove DefaultServlet dependency on WebdavServlet

2020-03-11 Thread GitBox
fhanik opened a new pull request #258: Remove DefaultServlet dependency on 
WebdavServlet
URL: https://github.com/apache/tomcat/pull/258
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] markt-asf merged pull request #258: Remove DefaultServlet dependency on WebdavServlet

2020-03-11 Thread GitBox
markt-asf merged pull request #258: Remove DefaultServlet dependency on 
WebdavServlet
URL: https://github.com/apache/tomcat/pull/258
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Remove DefaultServlet dependency on WebdavServlet

2020-03-11 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 c07f11d  Remove DefaultServlet dependency on WebdavServlet
c07f11d is described below

commit c07f11d8b39a25bc9b49c865e035825c992cf3f8
Author: Filip Hanik 
AuthorDate: Wed Mar 11 11:06:52 2020 -0700

Remove DefaultServlet dependency on WebdavServlet
---
 java/org/apache/catalina/servlets/DefaultServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java 
b/java/org/apache/catalina/servlets/DefaultServlet.java
index 73a9f47..2db2251 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -571,7 +571,7 @@ public class DefaultServlet extends HttpServlet {
 protected void sendNotAllowed(HttpServletRequest req, HttpServletResponse 
resp)
 throws IOException {
 resp.addHeader("Allow", determineMethodsAllowed(req));
-resp.sendError(WebdavStatus.SC_METHOD_NOT_ALLOWED);
+resp.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED);
 }
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch 9.0.x updated: Remove DefaultServlet dependency on WebdavServlet

2020-03-11 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 e82ebe9  Remove DefaultServlet dependency on WebdavServlet
e82ebe9 is described below

commit e82ebe9b16ce1efbdf3ac0fc23879fcd8a3ea99a
Author: Filip Hanik 
AuthorDate: Wed Mar 11 11:06:52 2020 -0700

Remove DefaultServlet dependency on WebdavServlet
---
 java/org/apache/catalina/servlets/DefaultServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java 
b/java/org/apache/catalina/servlets/DefaultServlet.java
index 2883f5c..b24df8d 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -570,7 +570,7 @@ public class DefaultServlet extends HttpServlet {
 protected void sendNotAllowed(HttpServletRequest req, HttpServletResponse 
resp)
 throws IOException {
 resp.addHeader("Allow", determineMethodsAllowed(req));
-resp.sendError(WebdavStatus.SC_METHOD_NOT_ALLOWED);
+resp.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED);
 }
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch 8.5.x updated: Remove DefaultServlet dependency on WebdavServlet

2020-03-11 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 ee9851a  Remove DefaultServlet dependency on WebdavServlet
ee9851a is described below

commit ee9851a968095bc506f60713b69e84fb3a45ee83
Author: Filip Hanik 
AuthorDate: Wed Mar 11 11:06:52 2020 -0700

Remove DefaultServlet dependency on WebdavServlet
---
 java/org/apache/catalina/servlets/DefaultServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java 
b/java/org/apache/catalina/servlets/DefaultServlet.java
index a9b7a56..a5d2360 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -577,7 +577,7 @@ public class DefaultServlet extends HttpServlet {
 protected void sendNotAllowed(HttpServletRequest req, HttpServletResponse 
resp)
 throws IOException {
 resp.addHeader("Allow", determineMethodsAllowed(req));
-resp.sendError(WebdavStatus.SC_METHOD_NOT_ALLOWED);
+resp.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED);
 }
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch 7.0.x updated: Remove DefaultServlet dependency on WebdavServlet

2020-03-11 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 c2d9a90  Remove DefaultServlet dependency on WebdavServlet
c2d9a90 is described below

commit c2d9a9027f334282f75a285cd8d2b6152741c7b8
Author: Filip Hanik 
AuthorDate: Wed Mar 11 11:06:52 2020 -0700

Remove DefaultServlet dependency on WebdavServlet
---
 java/org/apache/catalina/servlets/DefaultServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java 
b/java/org/apache/catalina/servlets/DefaultServlet.java
index 1b95f95..3b271e5 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -508,7 +508,7 @@ public class DefaultServlet extends HttpServlet {
 protected void sendNotAllowed(HttpServletRequest req, HttpServletResponse 
resp)
 throws IOException {
 resp.addHeader("Allow", determineMethodsAllowed(req));
-resp.sendError(WebdavStatus.SC_METHOD_NOT_ALLOWED);
+resp.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED);
 }
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] markt-asf commented on issue #258: Remove DefaultServlet dependency on WebdavServlet

2020-03-11 Thread GitBox
markt-asf commented on issue #258: Remove DefaultServlet dependency on 
WebdavServlet
URL: https://github.com/apache/tomcat/pull/258#issuecomment-597792023
 
 
   FYI if you go to https://gitbox.apache.org/ you can link your ASF committer 
account to your GitHub account and get commit access to the Tomcat repos on 
GitHub.
   Alternatively, you can commit direct to the ASF master repo via gitbox.a.o


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] rhernandez35 opened a new pull request #259: Set 'release' parameter for main compile target

2020-03-11 Thread GitBox
rhernandez35 opened a new pull request #259: Set 'release' parameter for main 
compile target
URL: https://github.com/apache/tomcat/pull/259
 
 
   As is, compiling with JDK9+ produces bytecode that can't run on older JDKs.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org