[Bug 63362] GlobalRequestProcessor statistics in MBean does not count Websocket communication

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63362 --- Comment #10 from ryooda <522...@belgianairways.com> --- https://ptitjardin.ouvaton.org/?gogoanime-free-anime-streaming-website https://mouvement.peuple-et-culture.org/?is-gogoanime-safe-a-guide-for-anime-lovers https://projets.colibris-la

[Bug 63362] GlobalRequestProcessor statistics in MBean does not count Websocket communication

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63362 --- Comment #9 from ryooda <522...@belgianairways.com> --- https://colibris-wiki.org/wikilibre/?gogoanime-best-site-to-watch-dubbed-anime-online -- You are receiving this mail because: You are the assignee for the bug.

[Bug 69207] SPAM SPAM SPAM SPAM

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69207 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID OS|

[Bug 69207] New: https://thepixellabmodapk.com/insurance/

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69207 Bug ID: 69207 Summary: https://thepixellabmodapk.com/insurance/ Product: Tomcat Native Version: 2.0.5 Hardware: All Status: NEW Severity: normal Priority: P2

Re: [PR] Fix problem with concurrent access to different ConnectionPool instances [tomcat]

2024-07-18 Thread via GitHub
ChristopherSchultz closed pull request #737: Fix problem with concurrent access to different ConnectionPool instances URL: https://github.com/apache/tomcat/pull/737 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Fix problem with concurrent access to different ConnectionPool instances [tomcat]

2024-07-18 Thread via GitHub
ChristopherSchultz commented on PR #737: URL: https://github.com/apache/tomcat/pull/737#issuecomment-2237137467 There isn't much here that isn't Virtual Thread friendly. VTs will indeed be pinned while running a synchronized block (at least in today's JVMs), but these blocks are short

Re: Short and long term plans for Tomcat Native

2024-07-18 Thread Michael Osipov
On 2024/07/18 12:41:22 Rainer Jung wrote: > Am 18.07.24 um 14:15 schrieb Michael Osipov: > > On 2024/07/17 15:33:02 Mark Thomas wrote: > >> All, > >> > >> I've spent some time today trying to build Tomcat Native with Visual > >> Studio 2022 rather then the current, more involved process without suc

Re: Short and long term plans for Tomcat Native

2024-07-18 Thread Rainer Jung
Am 18.07.24 um 16:59 schrieb Rémy Maucherat: On Thu, Jul 18, 2024 at 2:41 PM Rainer Jung wrote: Am 18.07.24 um 14:15 schrieb Michael Osipov: On 2024/07/17 15:33:02 Mark Thomas wrote: All, I've spent some time today trying to build Tomcat Native with Visual Studio 2022 rather then the curren

[Bug 69206] jdbc-pool is not returning the proxied Statement from a ResultSet

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69206 --- Comment #1 from Michael Clarke --- Proposed fix: https://github.com/apache/tomcat/pull/742 -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 69206] New: jdbc-pool is not returning the proxied Statement from a ResultSet

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69206 Bug ID: 69206 Summary: jdbc-pool is not returning the proxied Statement from a ResultSet Product: Tomcat Modules Version: unspecified Hardware: All OS: Al

[Bug 69182] Tomcat doesn't seem to call SSLEngine.closeInbound when the HTTPS client disconnects

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69182 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Mark Thomas

Re: Short and long term plans for Tomcat Native

2024-07-18 Thread Rémy Maucherat
On Thu, Jul 18, 2024 at 2:41 PM Rainer Jung wrote: > > Am 18.07.24 um 14:15 schrieb Michael Osipov: > > On 2024/07/17 15:33:02 Mark Thomas wrote: > >> All, > >> > >> I've spent some time today trying to build Tomcat Native with Visual > >> Studio 2022 rather then the current, more involved process

Re: [PR] Handle osgi headers correctly [tomcat-jakartaee-migration]

2024-07-18 Thread via GitHub
markt-asf commented on PR #54: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/54#issuecomment-2236760666 The size of the `org.eclipse.osgi` JAR is a concern. At 1.5MB it would more than double the size of the migration JAR and increase Tomcat's footprint by 10-15%. I think

Re: [VOTE] Release Apache Tomcat Native 1.3.1

2024-07-18 Thread Mark Thomas
On 18/07/2024 11:00, Mark Thomas wrote: The Apache Tomcat Native 1.3.1 release is  [X] Stable, go ahead and release  [ ] Broken because of ... Tests was for the APR connector on 9.0.x with the non-OCSP Windows binary. Mark ---

Re: (tomcat-native) branch 1.3.x updated: Align with 9.0.x

2024-07-18 Thread Mark Thomas
On 18/07/2024 12:27, Konstantin Kolinko wrote: чт, 18 июл. 2024 г. в 11:42, : @@ -287,6 +312,28 @@ public final class Library { return initialize(); } + +public static boolean tryCleanUpLock(long cleanupGeneration) { +try { +boolean result = cleanUpLo

Re: Short and long term plans for Tomcat Native

2024-07-18 Thread Rainer Jung
Am 18.07.24 um 14:15 schrieb Michael Osipov: On 2024/07/17 15:33:02 Mark Thomas wrote: All, I've spent some time today trying to build Tomcat Native with Visual Studio 2022 rather then the current, more involved process without success. Therefore, my short-term plan for Tomcat Native is to get

Re: Short and long term plans for Tomcat Native

2024-07-18 Thread Mark Thomas
On 18/07/2024 13:15, Michael Osipov wrote: On 2024/07/17 15:33:02 Mark Thomas wrote: All, I've spent some time today trying to build Tomcat Native with Visual Studio 2022 rather then the current, more involved process without success. Therefore, my short-term plan for Tomcat Native is to get t

Re: Short and long term plans for Tomcat Native

2024-07-18 Thread Michael Osipov
On 2024/07/17 15:33:02 Mark Thomas wrote: > All, > > I've spent some time today trying to build Tomcat Native with Visual > Studio 2022 rather then the current, more involved process without success. > > Therefore, my short-term plan for Tomcat Native is to get the next 2.0.x > and 1.3.x releas

Re: [VOTE] Release Apache Tomcat Native 1.3.1

2024-07-18 Thread Rémy Maucherat
On Thu, Jul 18, 2024 at 12:00 PM Mark Thomas wrote: > > The key differences compared to 1.3.0 are: > > - Fix a crash on Windows when SSLContext.setCACertificate() is invoked >with a null value for caCertificateFile and a non-null value for >caCertificatePath > - The windows binaries in thi

Re: (tomcat-native) branch 1.3.x updated: Align with 9.0.x

2024-07-18 Thread Konstantin Kolinko
чт, 18 июл. 2024 г. в 11:42, : > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch 1.3.x > in repository https://gitbox.apache.org/repos/asf/tomcat-native.git > > > The following commit(s) were added to refs/heads/1.3.x by this push: > ne

[VOTE] Release Apache Tomcat Native 1.3.1

2024-07-18 Thread Mark Thomas
The key differences compared to 1.3.0 are: - Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a null value for caCertificateFile and a non-null value for caCertificatePath - The windows binaries in this release have been built with OpenSSL 3.0.14 and APR 1.7.4 The

Re: [PR] Fix problem with concurrent access to different ConnectionPool instances [tomcat]

2024-07-18 Thread via GitHub
pizzi80 commented on PR #737: URL: https://github.com/apache/tomcat/pull/737#issuecomment-2236111941 It would be nice to replace all these synchronized methods/blocks with a real Lock to be more VirtualThread friendly. https://stackoverflow.com/questions/76618264/synchronize-block

svn commit: r70402 - in /dev/tomcat/tomcat-connectors/native/1.3.1: ./ binaries/ source/

2024-07-18 Thread markt
Author: markt Date: Thu Jul 18 09:51:49 2024 New Revision: 70402 Log: Upload Tomcat Native 1.3.1 for voting Added: dev/tomcat/tomcat-connectors/native/1.3.1/ dev/tomcat/tomcat-connectors/native/1.3.1/binaries/ dev/tomcat/tomcat-connectors/native/1.3.1/binaries/tomcat-native-1.3.1-ope

(tomcat-native) 08/08: Fix autoconf warnings

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 57f5eb312d2dfa106fd61cf55e2237e0fe68536b Author: Mark Thomas AuthorDate: Thu Jul 18 10:37:38 2024 +0100 Fix au

(tomcat-native) 06/08: Make name and version info consistent with recent changes

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit c5aa5c4fd0014be2b017bf9db34db23b4d6bab25 Author: Rainer Jung AuthorDate: Sun Jun 18 14:01:34 2023 +0200 Make n

(tomcat-native) 07/08: Remove unused and probably obsolete custom help macro

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 5f1d4ee3fe3bb31481c1f953376dbc144246b4e3 Author: Rainer Jung AuthorDate: Sun Jun 18 14:54:47 2023 +0200 Remove

(tomcat-native) 03/08: Fix incomplete updates for autotools generated files during "buildconf" execution.

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit d071b416dc4432f91643a77b3d46a3f3d92da85a Author: Rainer Jung AuthorDate: Sun Jun 18 13:55:54 2023 +0200 Fix in

(tomcat-native) 05/08: Add a comment about a probably no longer needed autoconf workaround

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 0bebc0c777fccfd7d632d5803cf9ab6695a9379c Author: Rainer Jung AuthorDate: Sun Jun 18 14:00:55 2023 +0200 Add a

(tomcat-native) 01/08: Update the minimum version of autoconf for releasing to 2.68.

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 32397de1f1546c6eb59dab75ca4fe05d4998fd17 Author: Rainer Jung AuthorDate: Sun Jun 18 13:51:55 2023 +0200 Update

(tomcat-native) 04/08: Rename configure.in to modern autotools style configure.ac.

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 2f084af54067b158ae1dea7a97fd5b2c564d6eee Author: Rainer Jung AuthorDate: Sun Jun 18 13:57:57 2023 +0200 Rename

(tomcat-native) 02/08: Improve quoting in tcnative.m4.

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit dbe3f14c38ad80394587c52a54bc7a13900dd90b Author: Rainer Jung AuthorDate: Sun Jun 18 13:54:02 2023 +0200 Improv

(tomcat-native) branch 1.3.x updated (e7a329999 -> 57f5eb312)

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git from e7a32 Align with 9.0.x new 32397de1f Update the minimum version of autoconf for releasing to 2.68.

[Bug 69205] usautogear

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69205 usautogear changed: What|Removed |Added URL||https://usautogear.com/ O

[Bug 69205] New: usautogear

2024-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69205 Bug ID: 69205 Summary: usautogear Product: Tomcat 11 Version: 11.0.0-M20 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Cluster

(tomcat-native) 01/01: Tag Tomcat Native 1.3.1

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 1.3.1 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 0d6da8c122e88bba17bf49d0ada443311b2baab6 Author: Mark Thomas AuthorDate: Thu Jul 18 10:11:03 2024 +0100 Tag Tomca

(tomcat-native) tag 1.3.1 created (now 0d6da8c12)

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 1.3.1 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git at 0d6da8c12 (commit) This tag includes the following new commits: new 0d6da8c12 Tag Tomcat Native 1.3.1 The 1 r

(tomcat) branch 9.0.x updated: Fix warning

2024-07-18 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 8a166f43aa Fix warning 8a166f43aa is described below

(tomcat) branch 10.1.x updated: Fix warning

2024-07-18 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 17125ffb84 Fix warning 17125ffb84 is described bel

(tomcat) branch main updated: Fix warning

2024-07-18 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 ebd5cae558 Fix warning ebd5cae558 is described below

(tomcat-native) branch main updated: Increment version for next development cycle

2024-07-18 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 a6fcc8874 Increment version for next developme

(tomcat-native) branch 1.3.x updated: Align with 9.0.x

2024-07-18 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.3.x by this push: new e7a32 Align with 9.0.x e7a32 is desc

Re: [VOTE] Release Apache Tomcat Native 2.0.8

2024-07-18 Thread Mark Thomas
On 17/07/2024 20:51, Mark Thomas wrote: The key differences of version 2.0.8 compared to 2.0.7 are: - Fix a crash on Windows when SSLContext.setCACertificate() is invoked   with a null value for caCertificateFile and a non-null value for   caCertificatePath - The windows binaries in this relea

Re: [VOTE] Release Apache Tomcat Native 2.0.8

2024-07-18 Thread Rémy Maucherat
On Wed, Jul 17, 2024 at 9:52 PM Mark Thomas wrote: > > The key differences of version 2.0.8 compared to 2.0.7 are: > > - Fix a crash on Windows when SSLContext.setCACertificate() is invoked >with a null value for caCertificateFile and a non-null value for >caCertificatePath > - The windows