Re: Updated HTTP specifications

2022-08-08 Thread Mark Thomas
Thanks for this Konstantin. I hadn't seen that these were progress. I've reviewed the changes sections of each spec and have updated the tests and the HTTP parsing code to reflect these changes/clarifications. I also fixed a few edge cases I spotted along the way. Mark On 21/07/2022 19:46,

[tomcat] branch 10.0.x updated: "-1" should not be a valid port number

2022-08-08 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 b1689e067b "-1" should not be a valid port

[tomcat] branch 10.0.x updated: Correct logic of check- thanks to Han Li

2022-08-08 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 77683f2e47 Correct logic of check- thanks to Han

[tomcat] branch main updated: Correct logic of check- thanks to Han Li

2022-08-08 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 712854ff03 Correct logic of check- thanks to Han Li

[tomcat] branch 9.0.x updated: Correct logic of check- thanks to Han Li

2022-08-08 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 f88c2e13b4 Correct logic of check- thanks to Han

[tomcat] branch 8.5.x updated: Correct logic of check- thanks to Han Li

2022-08-08 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 f341f65faf Correct logic of check- thanks to Han

[tomcat] branch 10.0.x updated: Fix another edge case spotted by Han Li

2022-08-08 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 53ba52616d Fix another edge case spotted by Han

[tomcat] branch 9.0.x updated: "-1" should not be a valid port number

2022-08-08 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 178cb6de9c "-1" should not be a valid port number

[tomcat] branch 8.5.x updated: Fix another edge case spotted by Han Li

2022-08-08 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 346312afdb Fix another edge case spotted by Han Li

[tomcat] branch 8.5.x updated: "-1" should not be a valid port number

2022-08-08 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 55976791a2 "-1" should not be a valid port number

[tomcat] branch main updated: Fix another edge case spotted by Han Li

2022-08-08 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 353a2780b1 Fix another edge case spotted by Han Li

[tomcat] branch main updated: "-1" should not be a valid port number

2022-08-08 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 20724bd1eb "-1" should not be a valid port number

[tomcat] branch 9.0.x updated: Fix another edge case spotted by Han Li

2022-08-08 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 42e6aef54f Fix another edge case spotted by Han Li

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on pull request #30: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry

2022-08-08 Thread GitBox
markt-asf commented on PR #30: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/30#issuecomment-1208293255 If I am reading this correctly, a side-effect of this change is that entries that were previously `STORED` will now be `DEFLATED`. The only use case I am aware of

[tomcat] branch 10.0.x updated: Align host header processing with RFC 9113

2022-08-08 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 177e25e67a Align host header processing with RFC

[tomcat] branch 9.0.x updated: Align host header processing with RFC 9113

2022-08-08 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 205289b10e Align host header processing with RFC

[tomcat] 01/02: Align host header processing with RFC 9113

2022-08-08 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 commit 1a93cf89321e7a86aedcd39206b52cf605fe0806 Author: Mark Thomas AuthorDate: Mon Aug 8 13:05:53 2022 +0100 Align host

[tomcat] 02/02: Fix checkstyle warnings

2022-08-08 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 commit 40b5497016a0fc79fc25d2e112b72ba11a9ac6b6 Author: Mark Thomas AuthorDate: Mon Aug 8 13:19:08 2022 +0100 Fix checkstyle

[tomcat] branch main updated (9547412dc8 -> 40b5497016)

2022-08-08 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 9547412dc8 Fix typo new 1a93cf8932 Align host header processing with RFC 9113 new 40b5497016 Fix checkstyle

[tomcat] branch 8.5.x updated: Align host header processing with RFC 9113

2022-08-08 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 287c4d5b49 Align host header processing with RFC

[tomcat] branch 9.0.x updated (42e6aef54f -> bc31c45743)

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 42e6aef54f Fix another edge case spotted by Han Li new cb536c94ab Propertly-escape role and group information

[tomcat] 02/03: Move logic to export MemoryUserDatabase to XML to be completely inside MemoryUserDatabase.save().

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6e39b23caeab8c6bffdac6775828f83c311cb128 Author: Christopher Schultz AuthorDate: Wed Aug 3 13:30:18 2022 -0400

[tomcat] branch 10.0.x updated: Fix checkstyle warnings

2022-08-08 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 5891d62e53 Fix checkstyle warnings 5891d62e53 is

[tomcat] 01/03: Propertly-escape role and group information when writing MemoryUserDatabase to an XML file.

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit cb5052b28443680e2d1b144723cd306f5931df00 Author: Christopher Schultz AuthorDate: Wed Aug 3 13:18:51 2022 -0400

[tomcat] branch 10.0.x updated (53ba52616d -> 170331b7c8)

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 53ba52616d Fix another edge case spotted by Han Li new cb5052b284 Propertly-escape role and group information

[tomcat] 03/03: Fix typo

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 170331b7c8a30b76c6ab33c2eb738703490be919 Author: Christopher Schultz AuthorDate: Thu Aug 4 13:25:45 2022 -0400

[tomcat] 02/03: Move logic to export MemoryUserDatabase to XML to be completely inside MemoryUserDatabase.save().

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a16c60c78e219d44a5b90a7891afe9a7666ec30f Author: Christopher Schultz AuthorDate: Wed Aug 3 13:30:18 2022 -0400

[tomcat] 03/03: Fix typo

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit bc31c45743cc865149443acc51036d09f7344439 Author: Christopher Schultz AuthorDate: Thu Aug 4 13:25:45 2022 -0400 Fix

[tomcat] 01/03: Propertly-escape role and group information when writing MemoryUserDatabase to an XML file.

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit cb536c94ab75f30254b45875f973c7f1b4c56d09 Author: Christopher Schultz AuthorDate: Wed Aug 3 13:18:51 2022 -0400

[tomcat] branch 8.5.x updated: Fix tests. Stricter host checking rejected port value of "-1"

2022-08-08 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 b23c565fc3 Fix tests. Stricter host checking

[tomcat] branch 10.0.x updated: Fix tests. Stricter host checking rejected port value of "-1"

2022-08-08 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 80321a422a Fix tests. Stricter host checking

[tomcat] branch main updated: Fix tests. Stricter host checking rejected port value of "-1"

2022-08-08 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 f6ce45c3e9 Fix tests. Stricter host checking

[tomcat] branch 9.0.x updated: Fix tests. Stricter host checking rejected port value of "-1"

2022-08-08 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 ca6976bc79 Fix tests. Stricter host checking

[tomcat] branch 9.0.x updated: Fix checkstyle warnings

2022-08-08 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 fcbcd90ec0 Fix checkstyle warnings fcbcd90ec0 is

svn commit: r56190 [1/2] - in /dev/tomcat/tomcat-8/v8.5.82: ./ bin/ bin/embed/ bin/extras/ src/

2022-08-08 Thread schultz
Author: schultz Date: Mon Aug 8 22:00:21 2022 New Revision: 56190 Log: Upload v8.5.82 for voting Added: dev/tomcat/tomcat-8/v8.5.82/ dev/tomcat/tomcat-8/v8.5.82/KEYS dev/tomcat/tomcat-8/v8.5.82/README.html dev/tomcat/tomcat-8/v8.5.82/RELEASE-NOTES

svn commit: r56190 [2/2] - in /dev/tomcat/tomcat-8/v8.5.82: ./ bin/ bin/embed/ bin/extras/ src/

2022-08-08 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.82/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.5.82/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.82/bin/extras/catalina-ws.jar.asc Mon Aug 8

Re: [tomcat] branch 10.0.x updated: Fix checkstyle warnings

2022-08-08 Thread Christopher Schultz
Mark, On 8/8/22 15:37, ma...@apache.org wrote: 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:

[tomcat] branch 8.5.x updated: Properly-escape role and group information when writing MemoryUserDatabase to an XML file.

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 02805df258 Properly-escape role and group

[tomcat] branch 8.5.x updated: Make checkstyle happy

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 afc1f57986 Make checkstyle happy afc1f57986 is

[tomcat] branch 8.5.x updated: Move logic to export MemoryUserDatabase to XML to be completely inside MemoryUserDatabase.save().

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 23f60cb671 Move logic to export

[tomcat] branch 8.5.x updated: Fix typo

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 de7df4e7c2 Fix typo de7df4e7c2 is described

[VOTE] Release Apache Tomcat 8.5.82

2022-08-08 Thread Christopher Schultz
The proposed Apache Tomcat 8.5.82 release is now available for voting. The notable changes compared to 8.5.81 are: - Update the packaged version of the Tomcat Native Library to 1.2.35 to pick up Windows binaries built with OpenSSL 1.1.1q. - Enable the use of the FIPS provider for TLS

Re: [tomcat] branch 10.0.x updated: Fix checkstyle warnings

2022-08-08 Thread Mark Thomas
On 08/08/2022 21:29, Christopher Schultz wrote: Mark, On 8/8/22 15:37, ma...@apache.org wrote: 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

[tomcat] branch 8.5.x updated: Make checkstyle happ...ier

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 597756f26d Make checkstyle happ...ier 597756f26d

[tomcat] 01/01: Tag 8.5.82

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.82 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 237076605ea6b44ec7b97ee1158d5aa7f2f0b53c Author: schultz AuthorDate: Mon Aug 8 14:42:31 2022 -0700 Tag 8.5.82 ---

[tomcat] tag 8.5.82 created (now 237076605e)

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.82 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 237076605e (commit) This tag includes the following new commits: new 237076605e Tag 8.5.82 The 1 revisions

Re: [VOTE] Release Apache Tomcat 8.5.82

2022-08-08 Thread Han Li
> 2022年8月9日 06:15,Christopher Schultz 写道: > > The proposed Apache Tomcat 8.5.82 release is now available for voting. > > The notable changes compared to 8.5.81 are: > > - Update the packaged version of the Tomcat Native Library to 1.2.35 to > pick up Windows binaries built with OpenSSL

[GitHub] [tomcat-jakartaee-migration] aooohan commented on pull request #30: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry

2022-08-08 Thread GitBox
aooohan commented on PR #30: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/30#issuecomment-1208932186 > If I am reading this correctly, a side-effect of this change is that entries that were previously `STORED` will now be `DEFLATED`. Yes, I now don't think that's