[Bug 67472] New: CorsFilter erroneously adds CORS headers in responses to Non-CORS requests

2023-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67472 Bug ID: 67472 Summary: CorsFilter erroneously adds CORS headers in responses to Non-CORS requests Product: Tomcat 10 Version: unspecified Hardware: PC Status:

[tomcat] branch 8.5.x updated: getAcceptedIssuers must not return null

2023-09-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 2dc232d897 getAcceptedIssuers must not return null 2

[tomcat] branch 9.0.x updated: getAcceptedIssuers must not return null

2023-09-19 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 740530dbeb getAcceptedIssuers must not return null 7

[tomcat] branch 10.1.x updated: getAcceptedIssuers must not return null

2023-09-19 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 43b1c2b1ab getAcceptedIssuers must not return null

[tomcat] branch main updated: getAcceptedIssuers must not return null

2023-09-19 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 fbd8047021 getAcceptedIssuers must not return null fbd

[tomcat] branch 10.1.x updated: Check read return value

2023-09-19 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 0c4bab40a0 Check read return value 0c4bab40a0 is d

[tomcat] branch main updated: Check read return value

2023-09-19 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 a1cc4e94a1 Check read return value a1cc4e94a1 is descr

[tomcat] branch 8.5.x updated: Check read return value

2023-09-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 a32a72760c Check read return value a32a72760c is des

[tomcat] branch 9.0.x updated: Check read return value

2023-09-19 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 c068b17d7c Check read return value c068b17d7c is des

Re: [tomcat] branch main updated: Tighten up readNotify and writeNotify

2023-09-19 Thread Mark Thomas
On 19/09/2023 13:31, Christopher Schultz wrote: Are we trying to avoid synchronized() these days to better-support Virtual Threads? These appear to be very small blocks so maybe it doesn't matter but I figured I would ask. More of this in my talk in Halifax a CoC but, what matters with v

Re: [tomcat] branch main updated: Tighten up readNotify and writeNotify

2023-09-19 Thread Rémy Maucherat
On Tue, Sep 19, 2023 at 2:31 PM Christopher Schultz wrote: > > Rémy, > > On 9/19/23 08:24, r...@apache.org wrote: > > 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 > >

[tomcat] branch 8.5.x updated: Fix build

2023-09-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 313341e230 Fix build 313341e230 is described below

[tomcat] branch 9.0.x updated: Fix build

2023-09-19 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 62159b1939 Fix build 62159b1939 is described below

[tomcat] branch 10.1.x updated: Improve code

2023-09-19 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 0046c6cf4e Improve code 0046c6cf4e is described be

[tomcat] branch main updated: Improve code

2023-09-19 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 1cd8425afc Improve code 1cd8425afc is described below

Re: [tomcat] branch main updated: Tighten up readNotify and writeNotify

2023-09-19 Thread Christopher Schultz
Rémy, On 9/19/23 08:24, r...@apache.org wrote: 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 cea

Re: [tomcat] branch main updated: Avoid needless exception wrapping

2023-09-19 Thread Rémy Maucherat
On Tue, Sep 19, 2023 at 2:22 PM Mark Thomas wrote: > > On 19/09/2023 13:09, r...@apache.org wrote: > > 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 fo

[tomcat] branch 10.1.x updated: Fix build

2023-09-19 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 27a6113419 Fix build 27a6113419 is described below

[tomcat] branch 8.5.x updated: Tighten up readNotify and writeNotify

2023-09-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 ed9f734b41 Tighten up readNotify and writeNotify ed9

[tomcat] branch 9.0.x updated: Tighten up readNotify and writeNotify

2023-09-19 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 dfd8013afb Tighten up readNotify and writeNotify dfd

[tomcat] branch 10.1.x updated: Tighten up readNotify and writeNotify

2023-09-19 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 aadba135f1 Tighten up readNotify and writeNotify a

[tomcat] branch main updated: Tighten up readNotify and writeNotify

2023-09-19 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 ceaa4fd26d Tighten up readNotify and writeNotify ceaa4

Re: [tomcat] branch main updated: Avoid needless exception wrapping

2023-09-19 Thread Mark Thomas
On 19/09/2023 13:09, r...@apache.org wrote: 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 93d392e

[tomcat] branch 8.5.x updated: Avoid needless exception wrapping

2023-09-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 b37a144690 Avoid needless exception wrapping b37a144

[tomcat] branch 9.0.x updated: Avoid needless exception wrapping

2023-09-19 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 c1fc8ce3a5 Avoid needless exception wrapping c1fc8ce

[tomcat] branch 10.1.x updated: Avoid needless exception wrapping

2023-09-19 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 9d467623af Avoid needless exception wrapping 9d467

[tomcat] branch main updated: Avoid needless exception wrapping

2023-09-19 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 93d392e475 Avoid needless exception wrapping 93d392e47

[tomcat] branch 8.5.x updated: Improve logging of security exception

2023-09-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 738b10302d Improve logging of security exception 738

[tomcat] branch 9.0.x updated: Improve logging of security exception

2023-09-19 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 71a67cfae8 Improve logging of security exception 71a

[tomcat] branch 10.1.x updated: Improve logging of security exception

2023-09-19 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 765f020859 Improve logging of security exception 7

[tomcat] branch main updated: Improve logging of security exception

2023-09-19 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 aa82027c26 Improve logging of security exception aa820