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

2022-05-24 Thread Mark Thomas
On 24/05/2022 18:35, Christopher Schultz wrote: diff --git a/java/org/apache/tomcat/util/net/AprEndpoint.java b/java/org/apache/tomcat/util/net/AprEndpoint.java index c02e90fc09..20d10efa11 100644 --- a/java/org/apache/tomcat/util/net/AprEndpoint.java +++

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

2022-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #14 from Mark Thomas --- Updated dev build: https://people.apache.org/~markt/dev/v9.0.64-dev-680db44/ Same caveats as before. -- You are receiving this mail because: You are the assignee for the bug.

[tomcat] branch main updated: Fix indent

2022-05-24 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 d872f1eeac Fix indent d872f1eeac is described below

[tomcat] branch 10.0.x updated: Fix indent

2022-05-24 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 ca906bfcaa Fix indent ca906bfcaa is described

[tomcat] branch 9.0.x updated: Fix indent

2022-05-24 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 145a073f47 Fix indent 145a073f47 is described

[tomcat] branch 8.5.x updated: Fix indent

2022-05-24 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 cc4281543a Fix indent cc4281543a is described

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

2022-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #15 from Phil Clay --- Got it. Testing... -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

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

2022-05-24 Thread Christopher Schultz
Mark, On 5/24/22 12:46, ma...@apache.org 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:

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

2022-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #11 from Remy Maucherat --- NIO2 should not be affected by this and does not need any patching, since SecureNio2Channel simply uses more async operations to fully empty the network output buffer. -- You are receiving this mail

Re: [tomcat] branch main updated: Refactor to remove syncs on SocketWrapper to support Loom experiments

2022-05-24 Thread Mark Thomas
On 23/05/2022 20:41, Rémy Maucherat wrote:> On Mon, May 23, 2022 at 6:29 PM Mark Thomas wrote: On 23/05/2022 17:27, 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

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

2022-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #10 from Remy Maucherat --- Well, here it would simply need the same change since there's nothing in that otehr code path that checks the network output buffer:

[tomcat] branch main updated: Add changelog entry for #516 / BZ 66084

2022-05-24 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 357aa7d8b0 Add changelog entry for #516 / BZ 66084

[tomcat] branch 9.0.x updated: fix Bug 66084 Correctly calculate bytes written

2022-05-24 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 7bd8533232 fix Bug 66084 Correctly calculate bytes

[tomcat] branch 8.5.x updated: fix Bug 66084 Correctly calculate bytes written

2022-05-24 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 27934bf9da fix Bug 66084 Correctly calculate bytes

[tomcat] branch main updated: fix Bug 66084

2022-05-24 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 9c5da5db7f fix Bug 66084 9c5da5db7f is described

[GitHub] [tomcat] markt-asf merged pull request #516: Bugfix for 66084 - bytesWritten in writeBytes() miscalculation for OutputBuffer

2022-05-24 Thread GitBox
markt-asf merged PR #516: URL: https://github.com/apache/tomcat/pull/516 -- 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 unsubscribe, e-mail:

[tomcat] branch 10.0.x updated: fix Bug 66084 Correctly calculate bytes written

2022-05-24 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 50855e97fb fix Bug 66084 Correctly calculate

svn commit: r1901210 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2022-05-24 Thread kkolinko
Author: kkolinko Date: Tue May 24 11:21:00 2022 New Revision: 1901210 URL: http://svn.apache.org/viewvc?rev=1901210=rev Log: Fix typos in release announcements. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

[Bug 66084] bytesWritten in writeBytes() miscalculation for OutputBuffer

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

[GitHub] [tomcat] markt-asf commented on pull request #516: Bugfix for 66084 - bytesWritten in writeBytes() miscalculation for OutputBuffer

2022-05-24 Thread GitBox
markt-asf commented on PR #516: URL: https://github.com/apache/tomcat/pull/516#issuecomment-1135721028 Thanks for the PR. I'll add a change log entry and then back-port it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: Plans for Tomcat Native

2022-05-24 Thread Rémy Maucherat
On Mon, May 23, 2022 at 8:59 PM Mark Thomas wrote: > > Hi all, > > I've started to look at this and I think we need a slightly broader > plan. Hence this post to discuss it before I do to much work on it. > > It looks like we are going to need to support OpenSSL 1.1.1 in some form > for quite

Re: svn commit: r1901210 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2022-05-24 Thread Christopher Schultz
Konstantin, Thanks for catching these. -chris On 5/24/22 07:21, kkoli...@apache.org wrote: Author: kkolinko Date: Tue May 24 11:21:00 2022 New Revision: 1901210 URL: http://svn.apache.org/viewvc?rev=1901210=rev Log: Fix typos in release announcements. Modified:

Re: Plans for Tomcat Native

2022-05-24 Thread Christopher Schultz
Mark, On 5/23/22 14:58, Mark Thomas wrote: Hi all, I've started to look at this and I think we need a slightly broader plan. Hence this post to discuss it before I do to much work on it. It looks like we are going to need to support OpenSSL 1.1.1 in some form for quite some time. We are

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

2022-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #12 from Mark Thomas --- (In reply to Remy Maucherat from comment #10) > Well, here it would simply need the same change since there's nothing in > that other code path that checks the network output buffer: >

Re: [ANN] ApacheCon NA 2022 in New Orleans, 3-6 Oct 2022, CFP is OPEN!

2022-05-24 Thread Christopher Schultz
Jon, On 5/23/22 17:47, jonmcalexan...@wellsfargo.com.INVALID wrote: Ah, ok. I understand. :-) It may be something to consider for the future, for those of us with disabilities. :-) Again, apologies. Planning the conference is enough work (for unpaid volunteers!) without having to add more

RE: [ANN] ApacheCon NA 2022 in New Orleans, 3-6 Oct 2022, CFP is OPEN!

2022-05-24 Thread jonmcalexander
Thank you Chris! I'll think about that. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC:

Re: Plans for Tomcat Native

2022-05-24 Thread Rémy Maucherat
On Tue, May 24, 2022 at 3:42 PM Christopher Schultz wrote: > > Mark, > > On 5/23/22 14:58, Mark Thomas wrote: > > Hi all, > > > > I've started to look at this and I think we need a slightly broader > > plan. Hence this post to discuss it before I do to much work on it. > > > > It looks like we

[GitHub] [tomcat] zisding commented on pull request #514: Registry gives inaccurate log message saying "Creating MBeanServer ... " after already created the MBeanServer

2022-05-24 Thread GitBox
zisding commented on PR #514: URL: https://github.com/apache/tomcat/pull/514#issuecomment-1136015159 Thanks for the comments. Have updated via POEditor. -- 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

[ANN] Apache Tomcat 8.5.79 available

2022-05-24 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.79. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 8.5.79 is a bugfix and

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

2022-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #13 from Mark Thomas --- I have a proposed fix. Just running the test suite. Assuming it passes, I'll commit the fix to 9.0.x and do another dev build. -- You are receiving this mail because: You are the assignee for the bug.

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

2022-05-24 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 680db4448d Additional fixes for 66076 680db4448d