Re: [PR] Make status code configurable [tomcat]

2024-08-14 Thread via GitHub
markt-asf commented on PR #723: URL: https://github.com/apache/tomcat/pull/723#issuecomment-2288295442 Ah, understood. My view is that this is a neat trick but it isn't sufficient. There are a bunch of places where Tomcat calls `response.sendError(400,"reason")` where we also want the conne

(tomcat) branch main updated (d2546e873d -> 3dcd0bea99)

2024-08-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from d2546e873d Fix typo add 3dcd0bea99 Fix regression in reading chunked request bodies No new revisions were added by

(tomcat) 02/02: Fix regression in reading chunked request bodies

2024-08-14 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 commit adc2a3bbe9b56d66048da65d16c842da17d79bdf Author: Mark Thomas AuthorDate: Wed Aug 14 10:53:04 2024 +0100 Fix regressi

(tomcat) branch 10.1.x updated (abcb2b1faf -> adc2a3bbe9)

2024-08-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from abcb2b1faf Add test case for null property new a6d6e3dd7e Fix typo new adc2a3bbe9 Fix regression in reading c

(tomcat) 01/02: Fix typo

2024-08-14 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 commit a6d6e3dd7ef0aa624b2427d79a58396ecdaba5e8 Author: Mark Thomas AuthorDate: Tue Aug 13 11:48:43 2024 +0100 Fix typo ---

(tomcat) branch 9.0.x updated: Fix regression in reading chunked request bodies

2024-08-14 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 1d0e79ad72 Fix regression in reading chunked reques

(tomcat) branch 9.0.x updated: Fix typo

2024-08-14 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 660dfdf2e3 Fix typo 660dfdf2e3 is described below

Cookie parsing and upcoming updates to RFC6265

2024-08-14 Thread Mark Thomas
Hi all, The IETF HTTP working group is working on RFC 6265bis (the RFC that will replace RFC 6265). I have been reviewing the changes to see what impact they might have on Tomcat and our users. There are a few changes (e.g. SameSite) we have already implemented. There are quite a few changes

Re: Cookie parsing and upcoming updates to RFC6265

2024-08-14 Thread Konstantin Kolinko
ср, 14 авг. 2024 г. в 17:29, Mark Thomas : > > Hi all, > > The IETF HTTP working group is working on RFC 6265bis (the RFC that will > replace RFC 6265). I have been reviewing the changes to see what impact > they might have on Tomcat and our users. Links: https://datatracker.ietf.org/doc/html/rfc6

[Bug 69262] New: Application can fail to start if both jakarta.el::jakarta.el-api and org.apache.tomcat.embed::tomcat-embed-el are on the classpath

2024-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69262 Bug ID: 69262 Summary: Application can fail to start if both jakarta.el::jakarta.el-api and org.apache.tomcat.embed::tomcat-embed-el are on the classpath

[Bug 69262] Application can fail to start if both jakarta.el::jakarta.el-api and org.apache.tomcat.embed::tomcat-embed-el are on the classpath

2024-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69262 skylar.sut...@gmail.com changed: What|Removed |Added CC||skylar.sut...@gmail.com -- Y

Re: [PR] Make status code configurable [tomcat]

2024-08-14 Thread via GitHub
adwsingh commented on PR #723: URL: https://github.com/apache/tomcat/pull/723#issuecomment-2289602433 @markt-asf I think Tomcat reserving existing HTTP 4xx responses solely for its internal use is very restrictive to the application. What do you feel about, adding a new field in the Coyo