[Bug 65975] CLIENT-CERT authentication does not request cert from client and always denies access (401)

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65975 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEEDINFO

[Bug 66056] Enable Tomcat to support variables with spaces when defining environment variables _RUNJAVA and _RUNJDB (Windows)

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66056 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 66076] Final block of encrypted response payload not being sent occasionally over TLS

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: Fix BZ 66076. Non-blocking flush with TLS+NIO must flush network buffer

2022-05-25 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 bd6cf00963 Fix BZ 66076. Non-blocking flush with TL

[tomcat] branch 10.0.x updated: Fix BZ 66076. Non-blocking flush with TLS+NIO must flush network buffer

2022-05-25 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 71056e7a28 Fix BZ 66076. Non-blocking flush with

[tomcat] branch main updated: Fix BZ 66076. Non-blocking flush with TLS+NIO must flush network buffer

2022-05-25 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 4334622e08 Fix BZ 66076. Non-blocking flush with TLS+

[tomcat] 02/02: Refactor to reduce code volume. Thanks to schultz.

2022-05-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a56d50974d6cd6af019e09c0f260e76bc0b341b7 Author: Mark Thomas AuthorDate: Thu May 26 07:37:42 2022 +0100 Refactor to r

[tomcat] 01/02: Only check state.hasOutboundRemaining() when writes complete.

2022-05-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit fc194b72d1df42494c34cbc0937a42ad56559148 Author: Mark Thomas AuthorDate: Thu May 26 07:34:58 2022 +0100 Only check st

[tomcat] branch 9.0.x updated (145a073f47 -> a56d50974d)

2022-05-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 145a073f47 Fix indent new fc194b72d1 Only check state.hasOutboundRemaining() when writes complete. new a56d50

Re: [tomcat] branch 9.0.x updated: Additional fixes for 66076

2022-05-25 Thread Mark Thomas
On 25/05/2022 10:07, Rémy Maucherat wrote: On Tue, May 24, 2022 at 6:46 PM wrote: 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

[GitHub] [tomcat] jfclere commented on pull request #517: Fix BZ 66089

2022-05-25 Thread GitBox
jfclere commented on PR #517: URL: https://github.com/apache/tomcat/pull/517#issuecomment-1138189852 Actually the encrypted keys created by CA.pl can't be read by Tomcat. They need to be converted to PKCS 8 like: openssl pkcs8 -topk8 -in newkey.pem -out newkey.pkcs8.pem I though that w

[GitHub] [tomcat-training] dependabot[bot] commented on pull request #4: Bump grunt from 1.0.2 to 1.5.2

2022-05-25 Thread GitBox
dependabot[bot] commented on PR #4: URL: https://github.com/apache/tomcat-training/pull/4#issuecomment-1137952872 Superseded by #6. -- 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 co

[tomcat-training] branch dependabot/npm_and_yarn/grunt-1.5.3 created (now ee2bd73)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/grunt-1.5.3 in repository https://gitbox.apache.org/repos/asf/tomcat-training.git at ee2bd73 Bump grunt from 1.0.2 to 1.5.3 No new revisions were added by this

[GitHub] [tomcat-training] dependabot[bot] closed pull request #4: Bump grunt from 1.0.2 to 1.5.2

2022-05-25 Thread GitBox
dependabot[bot] closed pull request #4: Bump grunt from 1.0.2 to 1.5.2 URL: https://github.com/apache/tomcat-training/pull/4 -- 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. To

[GitHub] [tomcat-training] dependabot[bot] opened a new pull request, #6: Bump grunt from 1.0.2 to 1.5.3

2022-05-25 Thread GitBox
dependabot[bot] opened a new pull request, #6: URL: https://github.com/apache/tomcat-training/pull/6 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.2 to 1.5.3. Release notes Sourced from https://github.com/gruntjs/grunt/releases";>grunt's releases. v1.5.3 Mer

[GitHub] [tomcat] rmaucher commented on pull request #517: Fix BZ 66089

2022-05-25 Thread GitBox
rmaucher commented on PR #517: URL: https://github.com/apache/tomcat/pull/517#issuecomment-1137858538 Indeed creating the branch (or doing a PR) was not useful at all in this case, thanks for pointing it out. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [tomcat] michael-o commented on pull request #517: Fix BZ 66089

2022-05-25 Thread GitBox
michael-o commented on PR #517: URL: https://github.com/apache/tomcat/pull/517#issuecomment-1137758112 For god's sake don't let @rmaucher see that you have created a branch. YOU HAVE INVENTED FIRE. -- This is an automated message from the Apache Git Service. To respond to the message, ple

[Bug 66089] Tomcat 9.0.63 won't start when used with a SSL certificate containing a RSA Private Key

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66089 --- Comment #3 from jfclere --- https://github.com/apache/tomcat/pull/517 should fix the problem. -- You are receiving this mail because: You are the assignee for the bug. -

[tomcat] branch jfclere-patch-1 created (now 0ca5bf9616)

2022-05-25 Thread jfclere
This is an automated email from the ASF dual-hosted git repository. jfclere pushed a change to branch jfclere-patch-1 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 0ca5bf9616 Fix BZ 66089 This branch includes the following new commits: new 0ca5bf9616 Fix BZ 66089

[GitHub] [tomcat] jfclere opened a new pull request, #517: Fix BZ 66089

2022-05-25 Thread GitBox
jfclere opened a new pull request, #517: URL: https://github.com/apache/tomcat/pull/517 Sorry encrypted RSA PRIVATE KEY need null password -- 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 spec

[tomcat] 01/01: Fix BZ 66089

2022-05-25 Thread jfclere
This is an automated email from the ASF dual-hosted git repository. jfclere pushed a commit to branch jfclere-patch-1 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0ca5bf9616891ac4fa6ce30cd17f323bdb5079a1 Author: Jean-Frederic Clere AuthorDate: Wed May 25 18:55:28 2022 +020

[Bug 66076] Final block of encrypted response payload not being sent occasionally over TLS

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #16 from Phil Clay --- Good news! The test has been running with no failures continuously since my last comment. I'll keep letting it run today. But I'm pretty confident that the problem is fixed since the test would normally fai

[Bug 66089] Tomcat 9.0.63 won't start when used with a SSL certificate containing a RSA Private Key

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66089 --- Comment #2 from jfclere --- I think the logic looks for something like: -BEGIN RSA PRIVATE KEY- Proc-Type: 4,ENCRYPTED DEK-Info: AES-256-CBC,E9F2FB791E9BAAEC7BEE71DA73CA35F3 4LBH2H34b4BW0C2v8VYkp8/MCWPmW7iJnuqvH103DxnFV+PBnXXeEjiUs

[Bug 66089] Tomcat 9.0.63 won't start when used with a SSL certificate containing a RSA Private Key

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66089 --- Comment #1 from Remy Maucherat --- This change was part of the PR, and I don't see any reason for it ... -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 66089] New: Tomcat 9.0.63 won't start when used with a SSL certificate containing a RSA Private Key

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66089 Bug ID: 66089 Summary: Tomcat 9.0.63 won't start when used with a SSL certificate containing a RSA Private Key Product: Tomcat 9 Version: 9.0.63 Hardware: All

[Bug 66088] "MaxDays" property in "logging,properties" file in /Conf directory is not working

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66088 Konstantin Kolinko changed: What|Removed |Added OS||All Status|NEW

[Bug 66088] New: "MaxDays" property in "logging,properties" file in /Conf directory is not working

2022-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66088 Bug ID: 66088 Summary: "MaxDays" property in "logging,properties" file in /Conf directory is not working Product: Tomcat 8 Version: 8.5.23 Hardware: PC Status

Re: [tomcat] branch 9.0.x updated: Additional fixes for 66076

2022-05-25 Thread Rémy Maucherat
On Tue, May 24, 2022 at 6:46 PM wrote: > > 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: >