Re: [VOTE] Release Apache Tomcat 10.0.5

2021-03-30 Thread Igal Sapir
On Tue, Mar 30, 2021 at 1:46 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.5 release is now available for
> voting.
>
> 
>
> The proposed 10.0.5 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.5 (stable)
>

+1

Igal


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


Tag Tomcat 7

2021-03-30 Thread Violeta Georgieva
Hi,

Later today I'm going to prepare Tomcat 7 for a release/vote.
Please reply here if you need more time for additional fixes.

Note that this is the last Tomcat 7 release.

Thanks,
Violeta


Re: [VOTE] Release Apache Tomcat 9.0.45

2021-03-30 Thread Igal Sapir
On Tue, Mar 30, 2021 at 3:52 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 9.0.45 release is now available for voting.
>
> 
>
> The proposed 9.0.45 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.45
>

+1

Igal


>
> -
> 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.65

2021-03-30 Thread Igal Sapir
On Tue, Mar 30, 2021 at 6:13 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.65 release is now available for voting.
>
> 
>
> The proposed 8.5.65 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.65
>

+1

Igal



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


[Bug 65211] Posix incompatible changes in shell scripts / Potential license violation

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65211

--- Comment #2 from Konstantin Kolinko  ---
Created attachment 37790
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37790&action=edit
catalina_sh_TC9_0_7.diff

The modified version of catalina.sh looks to be rather outdated - based on the
one from Apache Tomcat 9.0.7 (released on 2018-04-07). I am attaching a diff
against that version.

- It has changes committed on 2018-03-21 ("Always send the OS's umask to the
JVM").
- It does not have changes from 2018-04-27 ("Avoid warning when running under
Cygwin when the JAVA_ENDORSED_DIRS environment variable is not set.")

The changes against the original version are:

1) A rename, s/CATALINA_HOME/CATALINA_HOME_HPAPLS/g

2) A custom block of code that processes some environment variables and updates
some custom copy of "catalina.properties" file.

Note that instead of modifying the original startup scripts the recommended way
to customize an installation of Apache Tomcat is to create a custom
bin/setenv.sh script file. This is documented in RUNNING.txt.


BTW,
- I see that all updates to a custom catalina.properties file are appends ('>>
...'). I wonder how that file is reset between runs.
- The path to the custom catalina.properties file is hard-coded, instead of
using environment variable $CATALINA_BASE.
- A hard-coded default value for SRV_KS_PWD.

That is what I see from a technical point of view. I am not commenting on
whether I see a licensing issue here.

-- 
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 65211] Posix incompatible changes in shell scripts / Potential license violation

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65211

Christopher Schultz  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Christopher Schultz  ---
So ... this is a bug report to report that there is no bug in Tomcat?

-- 
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 65211] New: Posix incompatible changes in shell scripts / Potential license violation

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65211

Bug ID: 65211
   Summary: Posix incompatible changes in shell scripts /
Potential license violation
   Product: Tomcat 9
   Version: 9.0.41
  Hardware: PC
OS: Linux
Status: NEW
  Severity: major
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: garb...@gmx.de
  Target Milestone: -

Created attachment 37789
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37789&action=edit
modified version

I wanted to inform you that what I believed to be a bug in the scripts provided
by Tomcat 9.0.41 later became clear to be caused by an undocumented
modification done by a vendor.

We use the Autopass License Server (for UFT in this case) which is provided by
Micro Focus. When installing and running this license server on Ubuntu the
included Tomcat doesn't start up properly because of errors in the provided
scripts. For example it complains about the if statements in line 281 and
following.

The vendor was contacted by us but didn't react. As far as I interpret the
section 4 of the Apache license they should have marked their changes in order
to make clear who is responsible for the negative effects. Like I mentioned
initially I thought that this version of Tomcat is incompatible with Ubuntu
20.04 and the installed dash. Shellcheck helped me find the reason and a
comparison with the original and unaltered scripts of a vanilla Tomcat made it
clear who is to blame.

The Autopass License Server (APLS) can be retrieved from
https://marketplace.microfocus.com/itom/content/autopass-license-server. The
version I had problems with is version 11.8.0

-- 
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 65124] Inefficient generated JSP code

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #8 from John Engebretson  ---
Thank you, I've confirmed we are missing the JspC parameter, and we are
correcting that in our apps.

-- 
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



[tomcat-native] branch master updated: Update URL of Bugzilla at ASF

2021-03-30 Thread kkolinko
This is an automated email from the ASF dual-hosted git repository.

kkolinko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/master by this push:
 new 1772e69  Update URL of Bugzilla at ASF
1772e69 is described below

commit 1772e6951fabc5915cc590736d548571c093d41e
Author: Konstantin Kolinko 
AuthorDate: Tue Mar 30 19:59:11 2021 +0300

Update URL of Bugzilla at ASF
---
 xdocs/style.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/style.xsl b/xdocs/style.xsl
index 2a16a81..cf0da53 100644
--- a/xdocs/style.xsl
+++ b/xdocs/style.xsl
@@ -36,7 +36,7 @@
   
   
   
-  http://issues.apache.org/bugzilla/show_bug.cgi?id='"/>
+  https://bz.apache.org/bugzilla/show_bug.cgi?id='"/>
 
   
 

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



[Bug 65181] Tomcat Native library with OpenSSL Engine private key loading

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65181

--- Comment #9 from Edin Hodzic  ---
> As such, the code above has to be
"&& (tcn_ssl_engine == NULL || ENGINE_load_private_key() fails)".

I agree, my bad on the original patch. :/

-- 
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 65181] Tomcat Native library with OpenSSL Engine private key loading

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65181

Konstantin Kolinko  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #8 from Konstantin Kolinko  ---
Looking at commit, that implemented this feature for Tomcat Native 1.2.27,
1. There is a bug.

https://github.com/apache/tomcat-native/commit/69e884a96a308a2bfdd91c7de3a9b301838031c8

in native/src/sslcontext.c, lines 1039-1040

> -if ((c->keys[idx] = load_pem_key(c, key_file)) == NULL) {
> +if ((c->keys[idx] = load_pem_key(c, key_file)) == NULL
> +#ifndef OPENSSL_NO_ENGINE
> +&& tcn_ssl_engine != NULL &&
> +(c->keys[idx] = ENGINE_load_private_key(tcn_ssl_engine, 
> key_file,
> +NULL, NULL)) == NULL
> +#endif
> +) {

I think that when one uses the default configuration (when there is no custom
engine configured with SSLEngine attribute of AprLifecycleListener) and thus
tcn_ssl_engine is NULL, the behaviour should remain unchanged.

As such, the code above has to be
"&& (tcn_ssl_engine == NULL || ENGINE_load_private_key() fails)".

With the current code when load_pem_key call fails and tcn_ssl_engine == NULL
the error reporting block is skipped.


2. I am OK with the patch with the above bug fixed,
but for future improvements there are some thoughts:

1) I wonder, whether in case of a custom engine (tcn_ssl_engine != NULL) it
would be better to try a "ENGINE_load_private_key" call first.

2) As "load_pem_key" is our own method (implemented in the same sslcontext.c
file), I wonder whether it would be better to move the change there (and maybe
rename that method).

3) I see that "ENGINE_load_private_key" method will be deprecated in OpenSSL
3.0 (master)
https://www.openssl.org/docs/man1.1.1/man3/ENGINE_load_private_key.html
https://www.openssl.org/docs/manmaster/man3/ENGINE_load_private_key.html

4) How about a "ENGINE_load_public_key" method? There is no need to call it?



STEPS TO REPRODUCE (for 1. bug)

Using release candidate of Tomcat 9.0.45:
1) Install Tomcat, e.g. unzip apache-tomcat-9.0.45-windows-x64.zip on Windows.
2) Edit the conf/server.xml file.
- ~line 68: Commend out the default HTTP connector on port 8080
- ~line 102: Uncomment a connector that uses OpenSSL for TLS
3) Create two files with some dummy content (e.g. "foo bar"):
conf/localhost-rsa-cert.pem
conf/localhost-rsa-key.pem
4) Start Tomcat.

ACTUAL BEHAVIOUR:

With Tomcat 9.0.45 and Tomcat Native 1.2.27 a startup failure is reported as
follows:

[[[
30-Mar-2021 18:28:20.133 WARNING [main]
org.apache.tomcat.util.net.openssl.OpenSSLContext.init Error initializing SSL
context
java.lang.Exception: Unable to load certificate
[censored]\conf/localhost-rsa-cert.pem (error:0D06B08E:asn1 encoding
routines:asn1_d2i_read_bio:not enough data)
at org.apache.tomcat.jni.SSLContext.setCertificate(Native
Method)
at
org.apache.tomcat.util.net.openssl.OpenSSLContext.addCertificate(OpenSSLContext.java:379)
at
org.apache.tomcat.util.net.openssl.OpenSSLContext.init(OpenSSLContext.java:250)
at
org.apache.tomcat.util.net.SSLUtilBase.createSSLContext(SSLUtilBase.java:246)
at
org.apache.tomcat.util.net.AprEndpoint.createSSLContext(AprEndpoint.java:397)
at
org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:363)
at
org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1204)
at
org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1217)

]]]

EXPECTED BEHAVIOUR:

If I replace bin/tcnative-1.dll file with Tomcat Native 1.2.26 (e.g. the one
from Tomcat 9.0.44), the error is reported as follows:

[[[
30-Mar-2021 18:30:02.551 WARNING [main]
org.apache.tomcat.util.net.openssl.OpenSSLContext.init Error initializing SSL
context
java.lang.Exception: Unable to load certificate key
[censored]\conf/localhost-rsa-key.pem (error:0909006C:PEM routines:get_name:no
start line)
at org.apache.tomcat.jni.SSLContext.setCertificate(Native
Method)
at
org.apache.tomcat.util.net.openssl.OpenSSLContext.addCertificate(OpenSSLContext.java:379)
at
org.apache.tomcat.util.net.openssl.OpenSSLContext.init(OpenSSLContext.java:250)
at
org.apache.tomcat.util.net.SSLUtilBase.createSSLContext(SSLUtilBase.java:246)
at
org.apache.tomcat.util.net.AprEndpoint.createSSLContext(AprEndpoint.java:397)
at
org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:363)
at
org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1204)
at
org.apache.tomcat.util.net.AbstractEndpoint.i

[Bug 65124] Inefficient generated JSP code

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #7 from Mark Thomas  ---
The setting at pre-compilation would control whether pooling was enabled or
not. You'd need to call JspC with :

... -poolingEnabled false ...

to disable tag pooling. Note that is all case sensitive.

Still looking into what is possible to address issue 3.

-- 
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 65124] Inefficient generated JSP code

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #6 from John Engebretson  ---
Hmm.

1. Tomcat 8?
2. We usually precompile our JSPs, perhaps there is something dynamic that
handles it and we never noticed?

-- 
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 65124] Inefficient generated JSP code

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #5 from Mark Thomas  ---
I can't repeat issue 2. If I clean out the work directory, disable tag pooling
in conf/web.xml and then start Tomcat, the generated code doesn't have the
*_reuse variable.

-- 
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 65124] Inefficient generated JSP code

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #4 from Mark Thomas  ---
Scratch that. The first example I looked at didn't have any pooling code but
another one did. I see the issue.

Regarding point 3, those parameters are required in some circumstances. I'm
currently looking to see if the JSP code generation has enough information to
be more selective about when they are declared.

Generally, using Tomcat's proprietary tag plugin system is the best way to
optimise tag code generation. There isn't much documentation available. All it
does is point to the JSTL example proided with Tomcat:
https://github.com/apache/tomcat/tree/master/java/org/apache/jasper/tagplugins/jstl

-- 
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 65124] Inefficient generated JSP code

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #3 from John Engebretson  ---
Sure!  Tag pooling generates several lines of code in the compiled JSP; the
lines below are copied from the attached source files, at the tail end of the
"Old-style generated code" blocks.  The code is nearly identical in all such
methods, varying only by the auto-generated variable names.

 
_005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody.reuse(_jspx_th_c_005fset_005f2);
  _jspx_th_c_005fset_005f2_reused = true;
} finally {
 
org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_c_005fset_005f2,
_jsp_getInstanceManager(), _jspx_th_c_005fset_005f2_reused);
}

-- 
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



svn commit: r46815 - in /dev/tomcat/tomcat-10/v10.0.5/bin: apache-tomcat-10.0.5.tar.gz.asc apache-tomcat-10.0.5.zip.asc

2021-03-30 Thread markt
Author: markt
Date: Tue Mar 30 15:19:22 2021
New Revision: 46815

Log:
Add missing signatures

Added:
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.asc
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.asc

Added: dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.asc
==
--- dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.asc (added)
+++ dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.asc Tue Mar 30 
15:19:22 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmBjQSQACgkQEMAcWi9g
+WeflBQ/9F9EAGslUij7c8bArekHviMsa4irQ8sMjpiEoVDhdmyBYKPgjxzxiXGLC
+cb0uDGIra8EZlRvvFrGy/vFjn8thkUfSo4/kNCGmzjjpCaYe4CfL4xKhvxS4oBuZ
+OacUjOGy94/jJCX6WqepvfNzcibPZtCSgjR5iZhVJrEobVdNJyf8dC6yixn6PaT8
+8OR4qQ/rj946+SzlAP6pF9ayCGkwPWfD8J1p1ZNIZcWQTexXIava7in0gsfNV7SV
+XEbAja2zd62KUoahSDsEUnFPtQ29QyNXdZydpZcW1xFnWeOAUMx/TmYAppMPtytb
++dvzJKISNDHzhFHxMCxiRnJ1cyR45ZLaWOnVenFlV1pBz7wrdIOfCykOqBy18/K2
+16QX3IJxPeAuHoG3nwXJfr06csSTHzkT+lA12jaL8l/1kTeBy0gRRWKA3bgRrAK2
+bdWFBYD6ZSf3JifqBA/lYywFO6MuFzyir7tOFyBgjMWSx0cUVbSzenTarBAdIrVP
+HZXUBmw5wAcy1etxR96zuJr5Z54fO9k6TUQbrvBOLg9ofAOmafQDtFqsqPsDOKqC
+MV15j+n2aZcPTncchVkKnmKnTFknbIJfriYbjILz/Fv8fzoG8Dgkg3o0T+56N95c
+uNQx7FFIeNdyApT1WkMve8t8Wkfg6PHZTIMKNmktjEmirUMMEYA=
+=2jIp
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.asc
==
--- dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.asc (added)
+++ dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.asc Tue Mar 30 
15:19:22 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmBjQTYACgkQEMAcWi9g
+Wec/Cw/+NW/A+L6Nb3cm0sbP8UMyvV7zolhVqJBKsnqZ81/0zb6ThUOtNXFZcRyf
+q1pb7iOBQyWIr/UAukVXiBqLYENeM59TAY8PhhOP48AkxgWLIZGC4JdeECx7O9rW
+1QcLOEnJy1ILyUGks1P/CRuqp/A6QuAyw8I1mI7yDR5iAezq5dtlF8hWCvuvQcfQ
+oYiVGcsZhiMVbYRJbNVcEn1Fj1jxRLzpcFD+Z63HkoAFng7W/RAW5r91rGFF9OjX
+WtfbNCq3C8TH+YwrtyLMZraBrACAiXYXAwicRGmQx3x4NhhBaQJtG4cCaeHShPHI
+J0llqe02R/XvHdJinHO34NHkWswWX3rUEq2FuUgEGLYi3HRY7vjRqKL7+E1H6COT
+4WcYddRMPOxZjagWT/OGe8mEA6iHA6pkyPUx25iw81a7X/sDTzq4/BacziX8jjP3
+2TSa7k3FWiMXcW/+zGkx5hMI+8i0ZOiVUcz2GgLMEO8tVG5t0E3T8hK/Z+sEL5Yn
+/YVOpwIB+tp9c1dprdn4rJbvBTBRFrvWcudkBJb6+zy6ZufhCDBqVgVcweYBLFYr
+68nw63ODhEVJIf2KlAyblhEGtDndmJhVnkaX5m/62lrlStSxza5lUv49Vf11huIr
+dEzBs3eLYAvrVaACgJdSgQHUmsc1JTF5V8fw5l1WQp8cNsm1bxA=
+=XRxi
+-END PGP SIGNATURE-



-
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.5

2021-03-30 Thread Mark Thomas

On 30/03/2021 15:27, Konstantin Kolinko wrote:

вт, 30 мар. 2021 г. в 11:46, Mark Thomas :


The proposed Apache Tomcat 10.0.5 release is now available for
voting.



Mark,

looking at commit e-mail from dist.a.o,
Subject: "svn commit: r46810 - in /dev/tomcat/tomcat-10/v10.0.5 ..."


dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz   (with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip   (with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.sha512


the above two files have only *.sha512, but no *.asc GPG signatures


Thanks. I still haven't got to the bottom of why this happens. I'll add 
them now...


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 10.0.5

2021-03-30 Thread Konstantin Kolinko
вт, 30 мар. 2021 г. в 11:46, Mark Thomas :
>
> The proposed Apache Tomcat 10.0.5 release is now available for
> voting.
>

Mark,

looking at commit e-mail from dist.a.o,
Subject: "svn commit: r46810 - in /dev/tomcat/tomcat-10/v10.0.5 ..."

>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz   (with props)
>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.sha512
>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip   (with props)
>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.sha512

the above two files have only *.sha512, but no *.asc GPG signatures

Best regards,
Konstantin Kolinko

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



[Bug 65124] Inefficient generated JSP code

2021-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #2 from Mark Thomas  ---
Can you clarify what you mean in point 2? It isn't clear to me which logic you
are referring to. An example would probably be best.

-- 
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



[tomcat] branch 8.5.x updated: Code formatting. Fix indent.

2021-03-30 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 66e4aa2  Code formatting. Fix indent.
66e4aa2 is described below

commit 66e4aa2f75b51a23386f819f94565066f396b153
Author: Mark Thomas 
AuthorDate: Tue Mar 30 14:54:24 2021 +0100

Code formatting. Fix indent.
---
 java/org/apache/jasper/compiler/Generator.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/jasper/compiler/Generator.java 
b/java/org/apache/jasper/compiler/Generator.java
index b85c777..91c7555 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -549,8 +549,8 @@ class Generator {
 
 if (isPoolingEnabled) {
 for (int i = 0; i < tagHandlerPoolNames.size(); i++) {
-out.printin(tagHandlerPoolNames.elementAt(i));
-out.println(".release();");
+out.printin(tagHandlerPoolNames.elementAt(i));
+out.println(".release();");
 }
 }
 

-
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: Code formatting. Fix indent.

2021-03-30 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 3673d90  Code formatting. Fix indent.
3673d90 is described below

commit 3673d905ccd2fc0a4c8414976f363cad42e3bcb8
Author: Mark Thomas 
AuthorDate: Tue Mar 30 14:54:24 2021 +0100

Code formatting. Fix indent.
---
 java/org/apache/jasper/compiler/Generator.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/jasper/compiler/Generator.java 
b/java/org/apache/jasper/compiler/Generator.java
index e51c93f..396cd91 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -556,8 +556,8 @@ class Generator {
 
 if (isPoolingEnabled) {
 for (int i = 0; i < tagHandlerPoolNames.size(); i++) {
-out.printin(tagHandlerPoolNames.elementAt(i));
-out.println(".release();");
+out.printin(tagHandlerPoolNames.elementAt(i));
+out.println(".release();");
 }
 }
 

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



[tomcat] branch master updated: Code formatting. Fix indent.

2021-03-30 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 48051c2  Code formatting. Fix indent.
48051c2 is described below

commit 48051c24aefa49ae987cc2fea7e5f0abecf85cfa
Author: Mark Thomas 
AuthorDate: Tue Mar 30 14:54:24 2021 +0100

Code formatting. Fix indent.
---
 java/org/apache/jasper/compiler/Generator.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/jasper/compiler/Generator.java 
b/java/org/apache/jasper/compiler/Generator.java
index 8d0af63..09e1053 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -540,8 +540,8 @@ class Generator {
 
 if (isPoolingEnabled) {
 for (int i = 0; i < tagHandlerPoolNames.size(); i++) {
-out.printin(tagHandlerPoolNames.elementAt(i));
-out.println(".release();");
+out.printin(tagHandlerPoolNames.elementAt(i));
+out.println(".release();");
 }
 }
 

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



[tomcat-native] branch master updated: Fix typo

2021-03-30 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-native.git


The following commit(s) were added to refs/heads/master by this push:
 new 6123b39  Fix typo
6123b39 is described below

commit 6123b39fc80fdf2daa65430c278ccff489dfc3f9
Author: Mark Thomas 
AuthorDate: Mon Mar 29 17:53:01 2021 +0100

Fix typo
---
 xdocs/miscellaneous/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index 3a09b9c..c73f7a9 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -40,7 +40,7 @@
   
 
   65181: Improve support for using OpenSSL Engines that use
-  proprietary key formats. Patch provided by Edin Hodizc. (markt)
+  proprietary key formats. Patch provided by Edin Hodzic. (markt)
 
 
   Update recommended OpenSSL version to 1.1.1k or later. (markt)

-
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 development cycle

2021-03-30 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 a17b302  Increment version for next development cycle
a17b302 is described below

commit a17b3024497f6aef36fdf9fa74d8cbee6b26ca4a
Author: Mark Thomas 
AuthorDate: Tue Mar 30 14:22:32 2021 +0100

Increment version for next development 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 28aa934..2fefd2e 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=5
-version.build=65
+version.build=66
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index dec526d..a453a6e 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.65
+maven.asf.release.deploy.version=8.5.66
 
 #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 f18e7f6..a2b66fc 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -103,7 +103,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



[VOTE] Release Apache Tomcat 8.5.65

2021-03-30 Thread Mark Thomas

The proposed Apache Tomcat 8.5.65 release is now available for voting.

The notable changes compared to the 8.5.64 release are:

- Fix a regression in 8.5.64 that meant that an error during an
  asynchronous read broke all future asynchronous reads associated with
  the same request instance.

- Prevent concurrent calls to ServletInputStream.isReady() corrupting
  the input buffer.

- Update the packaged version of Tomcat Native to 1.2.27 to pick up
  binaries built with OpenSSL 1.1.1k

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.65/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.65
752c1b9221f7d51a9f0f13d5ce83540589e228e4

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

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



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

2021-03-30 Thread markt
Added: dev/tomcat/tomcat-8/v8.5.65/src/apache-tomcat-8.5.65-src.zip.asc
==
--- dev/tomcat/tomcat-8/v8.5.65/src/apache-tomcat-8.5.65-src.zip.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.65/src/apache-tomcat-8.5.65-src.zip.asc Tue Mar 30 
13:02:13 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmBjG/sACgkQEMAcWi9g
+WecXXRAAxfycCwwkNf7yNbJ8NGLk/oCrrL6vFdaR6dYcLHS57RDBcFuLQmQXvvwQ
+VzYNitMbBvDj5y54T46A8RMNhiwUEtrr2RXnD9DacYdRIX6q7s1rp2rFMhXPR8jZ
+El6keKbmtd0gTKaKT0PeI4OzbzH8L2YsA9zsA3NlGybcEi8TrBxBDA0vdhD2JzCb
+lmSCeTPObSUN9lzcZoiPPaM9o7cr7MU3BC/3YGWZMvfOSp7ZKG9yoEL06smShWYa
+O5kyEhBJ7rM/30DOJjdCM/WydVpbMxmqSHP6nKvLJa7InggLYtjMjknbJtmRWx1t
+ZkYjFBIoqh5U/eAEzQA6reXOmpqZfQdkWyqRKiOk+/0mR2znoaSKx/itS5PU+oS7
+1wHMynnN3rkuFPjAYFsqOlx0xpYXwe+Fkb3GQms8wmgO68guWKgB0ziImu7sHzh1
+eGwUDr5hrhgnYn81/4HpoZFMA0cVatHQDMAibLHDa5pGtGSQLxuEV7YK499ypbN0
+TMyMPp2ouBnZYlZ45Z0eOVTUv/XHHqSsNc9xM7TMIgBk+NR8dQ4Nx3wAEJzcAJYJ
+Avr7198mCq9GcwR2SQN65fBQN4YrTcILKp0GCtTcWiERuURGcSrlc1/AMbASr3//
+UIS7WSZFZRfnRjHb6YbSVFdaLQDK5+p5DHhE2bgIEUAJ2ec6a4k=
+=a2Kf
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.65/src/apache-tomcat-8.5.65-src.zip.sha512
==
--- dev/tomcat/tomcat-8/v8.5.65/src/apache-tomcat-8.5.65-src.zip.sha512 (added)
+++ dev/tomcat/tomcat-8/v8.5.65/src/apache-tomcat-8.5.65-src.zip.sha512 Tue Mar 
30 13:02:13 2021
@@ -0,0 +1 @@
+1010565f3f2a04c531cec88840466717dd88a449f229b4237e61622dd7c3184c6b7d9e834c70995602d3430e6fc2504a349c9fddd6852e28616d67c20fbdbb1a
 *apache-tomcat-8.5.65-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



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

2021-03-30 Thread markt
Author: markt
Date: Tue Mar 30 13:02:13 2021
New Revision: 46813

Log:
Upload Apache Tomcat 8.5.65 for voting

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

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

Added: dev/tomcat/tomcat-8/v8.5.65/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.65/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.65/KEYS Tue Mar 30 13:02:13 2021
@@ -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/MVS7

[tomcat] 01/01: Tag 8.5.65

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

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

commit 752c1b9221f7d51a9f0f13d5ce83540589e228e4
Author: Mark Thomas 
AuthorDate: Tue Mar 30 13:11:53 2021 +0100

Tag 8.5.65
---
 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 28aa934..53caaeb 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=8
 version.minor=5
 version.build=65
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f18e7f6..c564191 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -103,7 +103,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



[tomcat] tag 8.5.65 created (now 752c1b9)

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

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


  at 752c1b9  (commit)
This tag includes the following new commits:

 new 752c1b9  Tag 8.5.65

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] branch 9.0.x updated: Increment version ready for next development cycle

2021-03-30 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 fa0bd9d  Increment version ready for next development cycle
fa0bd9d is described below

commit fa0bd9df4b9b3893d167c6aaeb148b6fd19e9ac4
Author: Mark Thomas 
AuthorDate: Tue Mar 30 11:54:53 2021 +0100

Increment version ready for next development 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 6498ccc..e045e28 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=9
 version.minor=0
-version.build=45
+version.build=46
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index ea636a3..348fe08 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.45
+maven.asf.release.deploy.version=9.0.46
 
 #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 169b661..e460e3b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -103,7 +103,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



[VOTE] Release Apache Tomcat 9.0.45

2021-03-30 Thread Mark Thomas

The proposed Apache Tomcat 9.0.45 release is now available for voting.

The notable changes compared to the 9.0.44 release are:

- Fix a regression in 9.0.44 that meant that an error during an
  asynchronous read broke all future asynchronous reads associated with
  the same request instance.

- Prevent concurrent calls to ServletInputStream.isReady() corrupting
  the input buffer.

- Update the packaged version of Tomcat Native to 1.2.27 to pick up
  binaries built with OpenSSL 1.1.1k

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.45/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1305/
The tag is:
https://github.com/apache/tomcat/tree/9.0.45
4dcf07fd1b53d3934d408060c6ef1ea13894c16f

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

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



svn commit: r46811 - in /dev/tomcat/tomcat-9/v9.0.45: ./ bin/ bin/embed/ src/

2021-03-30 Thread markt
Author: markt
Date: Tue Mar 30 10:46:03 2021
New Revision: 46811

Log:
Upload Apache Tomcat 9.0.45 for voting

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

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

Added: dev/tomcat/tomcat-9/v9.0.45/KEYS
==
--- dev/tomcat/tomcat-9/v9.0.45/KEYS (added)
+++ dev/tomcat/tomcat-9/v9.0.45/KEYS Tue Mar 30 10:46:03 2021
@@ -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
+ETlPtvFuuUs4INoBp1ajFOmPQF

svn commit: r46810 - in /dev/tomcat/tomcat-10/v10.0.5: ./ bin/ bin/embed/ src/

2021-03-30 Thread markt
Author: markt
Date: Tue Mar 30 10:30:37 2021
New Revision: 46810

Log:
Upload Apache Tomcat 10.0.5 for voting

Added:
dev/tomcat/tomcat-10/v10.0.5/
dev/tomcat/tomcat-10/v10.0.5/KEYS
dev/tomcat/tomcat-10/v10.0.5/README.html
dev/tomcat/tomcat-10/v10.0.5/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.0.5/bin/
dev/tomcat/tomcat-10/v10.0.5/bin/README.html
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-deployer.tar.gz.asc
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-deployer.zip   (with 
props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-deployer.zip.asc
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-fulldocs.tar.gz.asc
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-windows-x64.zip.asc
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-windows-x86.zip.asc
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.exe   (with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.exe.asc
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.exe.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz   (with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip   (with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/embed/
dev/tomcat/tomcat-10/v10.0.5/bin/embed/apache-tomcat-10.0.5-embed.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.0.5/bin/embed/apache-tomcat-10.0.5-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.0.5/bin/embed/apache-tomcat-10.0.5-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/embed/apache-tomcat-10.0.5-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.0.5/bin/embed/apache-tomcat-10.0.5-embed.zip.asc
dev/tomcat/tomcat-10/v10.0.5/bin/embed/apache-tomcat-10.0.5-embed.zip.sha512
dev/tomcat/tomcat-10/v10.0.5/src/
dev/tomcat/tomcat-10/v10.0.5/src/apache-tomcat-10.0.5-src.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.0.5/src/apache-tomcat-10.0.5-src.tar.gz.asc
dev/tomcat/tomcat-10/v10.0.5/src/apache-tomcat-10.0.5-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.5/src/apache-tomcat-10.0.5-src.zip   (with props)
dev/tomcat/tomcat-10/v10.0.5/src/apache-tomcat-10.0.5-src.zip.asc
dev/tomcat/tomcat-10/v10.0.5/src/apache-tomcat-10.0.5-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.0.5/KEYS
==
--- dev/tomcat/tomcat-10/v10.0.5/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.0.5/KEYS Tue Mar 30 10:30:37 2021
@@ -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
+ETlPtvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33TGSGSfgMg71l6RfUodNQ+PVZ
+X9x2Uk89PY3bzpnhV5JZzf24rnRPxfx2vIPFRzBhznzJZv8V

[tomcat] 01/01: Tag 9.0.45

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

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

commit 4dcf07fd1b53d3934d408060c6ef1ea13894c16f
Author: Mark Thomas 
AuthorDate: Tue Mar 30 11:25:11 2021 +0100

Tag 9.0.45
---
 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 6498ccc..dd96558 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=45
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 169b661..a15c349 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -103,7 +103,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



[tomcat] tag 9.0.45 created (now 4dcf07f)

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

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


  at 4dcf07f  (commit)
This tag includes the following new commits:

 new 4dcf07f  Tag 9.0.45

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] branch master updated: Increment version for next development cycle

2021-03-30 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 386c3ec  Increment version for next development cycle
386c3ec is described below

commit 386c3ec678ed0788fe39894cac76a02a3d452c77
Author: Mark Thomas 
AuthorDate: Tue Mar 30 09:48:14 2021 +0100

Increment version for next development 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 f9b3456..c163e02 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=10
 version.minor=0
-version.build=5
+version.build=6
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 85174ae..71579ce 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=10.0.5
+maven.asf.release.deploy.version=10.0.6
 
 #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 7e05ebf..0407018 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -103,7 +103,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



[VOTE] Release Apache Tomcat 10.0.5

2021-03-30 Thread Mark Thomas

The proposed Apache Tomcat 10.0.5 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. Java EE applications designed for Tomcat 9 and earlier may be 
placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will 
automatically convert them to Jakarta EE and copy them to the webapps 
directory


The notable changes compared to 10.0.4 are:

- Fix a regression in 10.0.4 that meant that an error during an
  asynchronous read broke all future asynchronous reads associated with
  the same request instance.

- Prevent concurrent calls to ServletInputStream.isReady() corrupting
  the input buffer.

- Update the packaged version of Tomcat Native to 1.2.27 to pick up
  binaries built with OpenSSL 1.1.1k

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.5/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1304
The tag is:
https://github.com/apache/tomcat/tree/10.0.5
328d87e3d1ef41c46b5173114e30d37394bd68b9

The proposed 10.0.5 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 10.0.5 (stable)

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



[tomcat] 01/01: Tag 10.0.5

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

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

commit 328d87e3d1ef41c46b5173114e30d37394bd68b9
Author: Mark Thomas 
AuthorDate: Tue Mar 30 09:07:06 2021 +0100

Tag 10.0.5
---
 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 f9b3456..652e610 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=10
 version.minor=0
 version.build=5
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7e05ebf..e6450b1 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -103,7 +103,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



[tomcat] tag 10.0.5 created (now 328d87e)

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

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


  at 328d87e  (commit)
This tag includes the following new commits:

 new 328d87e  Tag 10.0.5

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