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

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

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

[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=edit catalina_sh_TC9_0_7.diff The modified version of catalina.sh looks to be rather outdated - based on the one

[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

[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

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

[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

[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

[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

[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

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

[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

[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

[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

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:

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

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

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

[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

[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

[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

[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

[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

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

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

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

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

[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

[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

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

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

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

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

[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

[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

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

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

[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