[VOTE][CANCELLED] Release Apache Tomcat 9.0.47

2021-06-09 Thread Rémy Maucherat
TLDR: Please review the packaging / signatures / whatever even though the 9.0.47 release is cancelled ! The proposed Apache Tomcat 9.0.47 release is now available for voting. The notable changes compared to 9.0.46 are: - Improve robustness of HTTP/2 HPACK decoding - Improvements to the handling

[tomcat] branch 9.0.x updated: Increment versions

2021-06-09 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 f5d6e24 Increment versions f5d6e24 is described bel

[Bug 65367] New: p2 major

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65367 Bug ID: 65367 Summary: p2 major Product: Tomcat 7 Version: 7.0.81 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: WebSocket

[tomcat] branch 9.0.x updated: Fix regression

2021-06-09 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 10afe25 Fix regression 10afe25 is described below

[tomcat] branch 9.0.x updated: Add key

2021-06-09 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 4a19ff4 Add key 4a19ff4 is described below commit

[Bug 65340] Hpack decode NegativeArraySizeException: -1

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65340 --- Comment #14 from Thomas --- I think they are not the same issue. The issue you mentioned above is also submitted by me. The same time, I had submitted the same one in tomcat as follow: https://bz.apache.org/bugzilla/show_bug.cgi?id=65350 P

[Bug 65350] The index ID of the request header that Jetty sent to Tomcat was not found in the index table on the Tomcat side

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65350 --- Comment #4 from Thomas --- The same issue was submitted in jetty, please help address it. https://github.com/eclipse/jetty.project/issues/6341 -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 65368] New: enhance error message "Unable to unwrap data, invalid status [CLOSED]"

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65368 Bug ID: 65368 Summary: enhance error message "Unable to unwrap data, invalid status [CLOSED]" Product: Tomcat 9 Version: 9.0.37 Hardware: PC OS: Linux

[Bug 64762] CoyoteInputStream getInputStream() read (wait after premature end and the rest comes)

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64762 --- Comment #13 from Ralf Hauser --- Got lots of inputstream truncation problems with SAML-Tickets and SOAP-UI lately (pausing didn't help anymore). Saw http://mail-archives.apache.org/mod_mbox/tomcat-users/202003.mbox/%3ccamomwmonvujg2qyewfsy

Re: [VOTE][CANCELLED] Release Apache Tomcat 9.0.47

2021-06-09 Thread Mark Thomas
On 09/06/2021 08:09, Rémy Maucherat wrote: TLDR: Please review the packaging / signatures / whatever even though the 9.0.47 release is cancelled ! I can't start Tomcat on Java 8. Lots of: 09-Jun-2021 11:12:46.489 SEVERE [http-nio-8080-Acceptor] org.apache.tomcat.util.net.NioEndpoint.setSocket

Re: [VOTE][CANCELLED] Release Apache Tomcat 9.0.47

2021-06-09 Thread Rémy Maucherat
On Wed, Jun 9, 2021 at 12:20 PM Mark Thomas wrote: > On 09/06/2021 08:09, Rémy Maucherat wrote: > > TLDR: Please review the packaging / signatures / whatever even though the > > 9.0.47 release is cancelled ! > > I can't start Tomcat on Java 8. Lots of: > > 09-Jun-2021 11:12:46.489 SEVERE [http-ni

[Bug 65350] The index ID of the request header that Jetty sent to Tomcat was not found in the index table on the Tomcat side

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65350 --- Comment #5 from Joakim Erdfelt --- (In reply to Christopher Schultz from comment #2) > I can't seem to find the reference to it, now, but I thought the reporter > said that a header line (or name?) with > 1024 characters seems to trigger >

[tomcat] branch main updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 9f391c9 Integrate JSign for cross-platform builds wi

Re: [tomcat] branch main updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 Thread Mark Thomas
On 09/06/2021 17:36, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 9f391

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-09 Thread Christopher Schultz
Mark, On 6/4/21 13:09, Mark Thomas wrote: Hi all, It looks like the mirrors are going to need a little more time for 1.2.30 to replicate before I can update the release branches to use the new release. I also still have a few odds and ends I want to finish off before tagging so it is looking

[tomcat] branch main updated: Update change log

2021-06-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new ba2d0b1 Update change log ba2d0b1 is described below

[tomcat] branch 10.0.x updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new b476480 Integrate JSign for cross-platform build

[tomcat] branch 9.0.x updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 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 f2091bf Integrate JSign for cross-platform builds

[tomcat] branch 8.5.x updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 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 4826a29 Integrate JSign for cross-platform builds

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-09 Thread Mark Thomas
On 09/06/2021 17:58, Christopher Schultz wrote: Mark, On 6/4/21 13:09, Mark Thomas wrote: Hi all, It looks like the mirrors are going to need a little more time for 1.2.30 to replicate before I can update the release branches to use the new release. I also still have a few odds and ends I wa

[Bug 65368] enhance error message "Unable to unwrap data, invalid status [CLOSED]"

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65368 --- Comment #1 from Mark Thomas --- Reading a zero length POST shouldn't trigger an exception. I'll see if I can re-create this. Was this with OpenSSL or JSSE? -- You are receiving this mail because: You are the assignee for the bug.

buildbot failure in on tomcat-8.5.x

2021-06-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8.5.x while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-8.5.x/builds/24 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler sche

Re: buildbot failure in on tomcat-8.5.x

2021-06-09 Thread Mark Thomas
On 09/06/2021 19:10, build...@apache.org wrote: The Buildbot has detected a new failure on builder tomcat-8.5.x while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-8.5.x/builds/24 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf94

[Bug 65368] enhance error message "Unable to unwrap data, invalid status [CLOSED]"

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65368 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Mark Thomas

Re: [tomcat] branch main updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 Thread Rémy Maucherat
On Wed, Jun 9, 2021 at 6:40 PM Mark Thomas wrote: > On 09/06/2021 17:36, ma...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > markt pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > > > The fo

Re: [tomcat] branch main updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 Thread Emmanuel Bourg
Le 2021-06-09 21:09, Rémy Maucherat a écrit : Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_FUNCTION_FAILED at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11.C_SignFinal(Native Method) at jdk.crypto.cryptoki/sun.security.pkcs11.P11Signature.engineSign(P11Signature.java:6

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-09 Thread Christopher Schultz
Mark, On 6/9/21 13:14, Mark Thomas wrote: On 09/06/2021 17:58, Christopher Schultz wrote: Mark, On 6/4/21 13:09, Mark Thomas wrote: Hi all, It looks like the mirrors are going to need a little more time for 1.2.30 to replicate before I can update the release branches to use the new release

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-09 Thread Christopher Schultz
Mark, On 6/9/21 18:25, Christopher Schultz wrote: Mark, On 6/9/21 13:14, Mark Thomas wrote: On 09/06/2021 17:58, Christopher Schultz wrote: Mark, On 6/4/21 13:09, Mark Thomas wrote: Hi all, It looks like the mirrors are going to need a little more time for 1.2.30 to replicate before I can

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-09 Thread Mark Thomas
On 09/06/2021 23:25, Christopher Schultz wrote: Mark, On 6/9/21 13:14, Mark Thomas wrote: On 09/06/2021 17:58, Christopher Schultz wrote: Mark, On 6/4/21 13:09, Mark Thomas wrote: Hi all, It looks like the mirrors are going to need a little more time for 1.2.30 to replicate before I can up

[GitHub] [tomcat] MCMicS opened a new pull request #422: add opens for Java 16 in service.bat

2021-06-09 Thread GitBox
MCMicS opened a new pull request #422: URL: https://github.com/apache/tomcat/pull/422 -- 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, plea

[Bug 65369] New: Windows Service not open modules for JAva 16

2021-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65369 Bug ID: 65369 Summary: Windows Service not open modules for JAva 16 Product: Tomcat 9 Version: 9.0.45 Hardware: PC Status: NEW Severity: normal Priority: P2

Re: [tomcat] branch main updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 Thread Rémy Maucherat
On Thu, Jun 10, 2021 at 12:08 AM Emmanuel Bourg wrote: > Le 2021-06-09 21:09, Rémy Maucherat a écrit : > > > Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: > > CKR_FUNCTION_FAILED > > at > > > jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11.C_SignFinal(Native > > Method) > > at >

[tomcat] branch 8.5.x updated: Downgrade JSign to 2.1 so it can be used with Java 7

2021-06-09 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 f99f054 Downgrade JSign to 2.1 so it can be used w