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

2022-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #6 from Phil Clay --- Perfect. Also note, my project uses embedded tomcat. Specifically these three artifacts: org.apache.tomcat.embed:tomcat-embed-core org.apache.tomcat.embed:tomcat-embed-el org.apache.tomcat.embed:tomcat-embed

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

2022-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #5 from Mark Thomas --- Great. I'll do a dev build for you. It isn't that tricky but I am all set up for it. I think I know what the problem is. I should have something for you to test on Monday. -- You are receiving this mail be

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

2022-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076 --- Comment #4 from Phil Clay --- > Once we have a potential fix, are you in a position to either builds Tomcat > 9.0.x yourself from source and/or test a 9.0.x dev build I provide for you? Yes, Definitely! I'd prefer a dev build to be provi

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

2022-05-20 Thread GitBox
zisding commented on PR #514: URL: https://github.com/apache/tomcat/pull/514#issuecomment-1133097834 Hi Mark, @markt-asf Thanks for merging the PR. Really hope my contribution can make Tomcat more perfect, even if it is incremental. Based on the feedback, I further reviewed s

Re: Tomcat embed packaging clarification

2022-05-20 Thread Romain Manni-Bucau
Le ven. 20 mai 2022 à 12:10, Mark Thomas a écrit : > On 20/05/2022 10:36, Romain Manni-Bucau wrote: > > Hi all, > > > > Checking a project with multiple tomcat integrators (spring boot, uship, > > meecrowave, tomee, ...) I realised Tomcat ecosystem is quite exploded > with > > tomcat-embed packag

[tomcat-native] branch main updated: Update version info

2022-05-20 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-native.git The following commit(s) were added to refs/heads/main by this push: new c283658d9 Update version info c283658d9 is des

[tomcat] branch 8.5.x updated: Increase default buffer size for cluster replication messages

2022-05-20 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 e154f15799 Increase default buffer size for cluster

[tomcat] branch 9.0.x updated: Increase default buffer size for cluster replication messages

2022-05-20 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 5e2204c239 Increase default buffer size for cluster

[tomcat] branch 10.0.x updated: Increase default buffer size for cluster replication messages

2022-05-20 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 5163b434f2 Increase default buffer size for clust

[tomcat] branch main updated: Increase default buffer size for cluster replication messages

2022-05-20 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 b78d415754 Increase default buffer size for cluster r

[tomcat] branch 8.5.x updated: Refactor default cluster buffer sizes to use constants

2022-05-20 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 e82c6c9309 Refactor default cluster buffer sizes to

[tomcat] branch 10.0.x updated: Refactor default cluster buffer sizes to use constants

2022-05-20 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 5f0db8bd21 Refactor default cluster buffer sizes

[tomcat] branch 9.0.x updated: Refactor default cluster buffer sizes to use constants

2022-05-20 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 acba284026 Refactor default cluster buffer sizes to

[tomcat] branch main updated: Refactor default cluster buffer sizes to use constants

2022-05-20 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 012d44466e Refactor default cluster buffer sizes to u

problem with juli logging and levels.

2022-05-20 Thread jacques klein
Hello all, I guess my problem is tricky enough to require help from developpers... Logging works fine at the start of my App (.war), the .level declarations in logging.properties apply. However, during initialisation, the App sets a .level with by calling Logger.getLogger("").setLevel(), t

[tomcat] branch 8.5.x updated: Remove the experimental label from the embedded packaging

2022-05-20 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 faa4bb2659 Remove the experimental label from the e

[tomcat] branch 9.0.x updated: Remove the experimental label from the embedded packaging

2022-05-20 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 e8f87a5bde Remove the experimental label from the e

[tomcat] branch 10.0.x updated: Remove the experimental label from the embedded packaging

2022-05-20 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 f3860de018 Remove the experimental label from the

[tomcat] branch main updated: Remove the experimental label from the embedded packaging

2022-05-20 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 d536574c9d Remove the experimental label from the emb

Re: Tomcat embed packaging clarification

2022-05-20 Thread Mark Thomas
On 20/05/2022 10:36, Romain Manni-Bucau wrote: Hi all, Checking a project with multiple tomcat integrators (spring boot, uship, meecrowave, tomee, ...) I realised Tomcat ecosystem is quite exploded with tomcat-embed packaging but I kind of fail to see the benefit from there since using plain tom

[Bug 66077] Deadlock when concurrent processing of incoming HTTP/2 frames

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

Tomcat embed packaging clarification

2022-05-20 Thread Romain Manni-Bucau
Hi all, Checking a project with multiple tomcat integrators (spring boot, uship, meecrowave, tomee, ...) I realised Tomcat ecosystem is quite exploded with tomcat-embed packaging but I kind of fail to see the benefit from there since using plain tomcat artifacts works well plus embed is still mark

Re: JDK 19 - Virtual Threads Testing!

2022-05-20 Thread Rémy Maucherat
On Fri, May 20, 2022 at 9:35 AM Martin Grigorov wrote: > > On Tue, May 17, 2022 at 4:23 PM Rémy Maucherat wrote: > > > On Tue, May 17, 2022 at 12:27 PM Mark Thomas wrote: > > > > > > On 16/05/2022 14:14, Martin Grigorov wrote: > > > > Hello Tomcat devs, > > > > > > > > Some tests fail with JDK 1

Re: JDK 19 - Virtual Threads Testing!

2022-05-20 Thread Martin Grigorov
On Tue, May 17, 2022 at 4:23 PM Rémy Maucherat wrote: > On Tue, May 17, 2022 at 12:27 PM Mark Thomas wrote: > > > > On 16/05/2022 14:14, Martin Grigorov wrote: > > > Hello Tomcat devs, > > > > > > Some tests fail with JDK 19-ea+22-1598: > > > > > > > > >[concat] Testsuites with failed tests