Re: Cookie parsing and upcoming updates to RFC6265

2024-08-16 Thread Mark Thomas
On 16/08/2024 13:40, Tim Funk wrote: How about missingEqualsCookie="allow | ignore"? The proposed options were: - ignore - name - value By using [allow | ignore] instead of yes/no, it opens the door to additional behaviors. (such as reject which triggers a http error) Agreed. Mark --

[Bug 69268] Oklahoma's Trusted Roofing Partner

2024-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69268 loomis construction and roofing changed: What|Removed |Added OS||All U

[Bug 69268] New: Oklahoma's Trusted Roofing Partner

2024-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69268 Bug ID: 69268 Summary: Oklahoma's Trusted Roofing Partner Product: Tomcat Native Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2

[PR] Fix proxying null value result set [tomcat]

2024-08-16 Thread via GitHub
htdebeer opened a new pull request, #745: URL: https://github.com/apache/tomcat/pull/745 When invoking a method on a proxied statement returns `null`, that statement's proxy should also return `null`. In particular, `Statement#getResultSet` should not return a `ResultSetProxy` when t

Re: Cookie parsing and upcoming updates to RFC6265

2024-08-16 Thread Tim Funk
How about missingEqualsCookie="allow | ignore"? By using [allow | ignore] instead of yes/no, it opens the door to additional behaviors. (such as reject which triggers a http error) -Tim On Fri, Aug 16, 2024 at 4:33 AM Mark Thomas wrote: > On 14/08/2024 19:12, Konstantin Kolinko wrote: > > >

(tomcat) branch 11.0.x updated: Additional excludes for Jakarta EE 11 resources

2024-08-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new d31cd4cfdd Additional excludes for Jakarta EE 11

(tomcat) branch main updated: Additional excludes for Jakarta EE 11 resources

2024-08-16 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 cdb1d507af Additional excludes for Jakarta EE 11 reso

(tomcat) branch 11.0.x updated: Update excludes list

2024-08-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new a401439abc Update excludes list a401439abc is des

(tomcat) branch main updated: Update excludes list

2024-08-16 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 9474cd9fe5 Update excludes list 9474cd9fe5 is describ

(tomcat) branch 10.1.x updated: Update excludes list

2024-08-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 cfde3f9794 Update excludes list cfde3f9794 is des

(tomcat) branch 9.0.x updated: Update excludes list

2024-08-16 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 414d50614d Update excludes list 414d50614d is descr

Re: Cookie parsing and upcoming updates to RFC6265

2024-08-16 Thread Mark Thomas
On 14/08/2024 19:12, Konstantin Kolinko wrote: I think that 1) We would better switch to "ignore" mode right now, in all supported versions. Based on past experience I am extremely hesitant to change anything related to cookie handling behaviour unless we have to. I'd prefer to use "name"