Re: Preparing to migrate to Tomcat 10.1 / Jakarta EE

2022-12-06 Thread Mark Thomas
On 05/12/2022 20:32, Christopher Schultz wrote: 4. Patch the server to provide #3 without having to include a Filter in the application deployment. 5. Extend the migration tool so you can add file extension / file type mappings in addition to the built-in ones. Or maybe even override the b

[Bug 66175] Consider changing BasicAuthenticator to default to charset="UTF-8"

2022-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66175 Michael Osipov changed: What|Removed |Added Summary|Consider changing |Consider changing |

Re: [VOTE] Release Apache Tomcat 10.1.4

2022-12-06 Thread Mark Thomas
On 05/12/2022 17:42, Mark Thomas wrote: The proposed 10.1.4 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.4 Unit tests pass on Linux, Windows and MacOS. Mark - To unsubscribe, e-mail: dev-

Re: [VOTE] Release Apache Tomcat 10.1.4

2022-12-06 Thread Rémy Maucherat
On Mon, Dec 5, 2022 at 6:43 PM Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.4 release is now available for > voting. > > The notable changes compared to 10.1.2 are: > > - Refactor WebappLoader so it only has a runtime dependency on the >migration tool for Jakarta EE if configured to

Re: [VOTE] Release Apache Tomcat 10.1.4

2022-12-06 Thread Han Li
> On Dec 6, 2022, at 01:42, Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.4 release is now available for > voting. > > The notable changes compared to 10.1.2 are: > > - Refactor WebappLoader so it only has a runtime dependency on the > migration tool for Jakarta EE if configured to

HTTP/2 priorities

2022-12-06 Thread Mark Thomas
Hi all, I plan to implement RFC 9218 [1] for HTTP/2 in Tomcat 11. Depending on how that goes, I may back-port the changes. Given the difficulties we have in prioritizing creation of responses, I plan to continue the current approach of prioritizing the sending of data when the connection win

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #11 from Konstantin Kolinko --- FYI. Retesting with latest Java, released in late October, the results are: 1. Java version does not matter. The StackOverflowError is reproducible with OP's Sample application using Apache Tomcat

Re: Preparing to migrate to Tomcat 10.1 / Jakarta EE

2022-12-06 Thread Christopher Schultz
Mark, On 12/6/22 03:28, Mark Thomas wrote: On 05/12/2022 20:32, Christopher Schultz wrote: 4. Patch the server to provide #3 without having to include a Filter in the application deployment. 5. Extend the migration tool so you can add file extension / file type mappings in addition to the

Re: HTTP/2 priorities

2022-12-06 Thread Christopher Schultz
Mark, On 12/6/22 11:21, Mark Thomas wrote: Hi all, I plan to implement RFC 9218 [1] for HTTP/2 in Tomcat 11. Depending on how that goes, I may back-port the changes. Given the difficulties we have in prioritizing creation of responses, I plan to continue the current approach of prioritizing

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #12 from Konstantin Preißer --- Hi, FYI, on Windows, the default thread stack size is specified in the PE header and can be set with the "editbin.exe /STACK" command [1] (and can be displayed with the "dumpbin.exe /headers" command

Re: HTTP/2 priorities

2022-12-06 Thread Mark Thomas
On 06/12/2022 17:11, Christopher Schultz wrote: Mark, On 12/6/22 11:21, Mark Thomas wrote: Hi all, I plan to implement RFC 9218 [1] for HTTP/2 in Tomcat 11. Depending on how that goes, I may back-port the changes. Given the difficulties we have in prioritizing creation of responses, I plan

Re: Preparing to migrate to Tomcat 10.1 / Jakarta EE

2022-12-06 Thread Konstantin Kolinko
пн, 5 дек. 2022 г. в 23:32, Christopher Schultz : > > All, > > I've started looking at the migration path at $work for Jakarta EE and > while Tomcat 10 has some fantastic features to help with that (hot > migration is killer IMO), there are still some potential barriers I'm > seeing to "slowly" mig

Re: HTTP/2 priorities

2022-12-06 Thread Konstantin Kolinko
вт, 6 дек. 2022 г. в 19:21, Mark Thomas : > > Hi all, > > I plan to implement RFC 9218 [1] for HTTP/2 in Tomcat 11. Depending on > how that goes, I may back-port the changes. > > Given the difficulties we have in prioritizing creation of responses, I > plan to continue the current approach of prior

[tomcat] 01/04: Add NO_RFC7540_PRIORITIES setting to enum

2022-12-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch rfc9218 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9b77958b062f224bf56f2ceca5cbd2d55d3da67b Author: Mark Thomas AuthorDate: Tue Dec 6 18:00:48 2022 + Add NO_RFC75

[tomcat] 02/04: Send setting to disable RFC 7540 settings by default

2022-12-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch rfc9218 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 500ab744ee096dae4a876994f47a19c7bfe04494 Author: Mark Thomas AuthorDate: Tue Dec 6 18:05:38 2022 + Send setting

[tomcat] 03/04: Ensure RFC 7540 priorities are not re-enabled

2022-12-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch rfc9218 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0ae556edfa9f59ff96922b5a02dbecf58710d307 Author: Mark Thomas AuthorDate: Tue Dec 6 18:14:00 2022 + Ensure RFC 7

[tomcat] branch rfc9218 created (now 99d874f067)

2022-12-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch rfc9218 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 99d874f067 Don't process priority frames This branch includes the following new commits: new 9b77958b06 Add NO_

[tomcat] 04/04: Don't process priority frames

2022-12-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch rfc9218 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 99d874f067499fe7053d6053ad1212d91d7e8e17 Author: Mark Thomas AuthorDate: Tue Dec 6 19:16:41 2022 + Don't proces

Re: [tomcat] branch rfc9218 created (now 99d874f067)

2022-12-06 Thread Mark Thomas
Sorry. Didn't mean to push this. I think I clicked the wrong button in my IDE out of habit. Mark On 06/12/2022 19:16, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch rfc9218 in repository https://gitbox.apache.org/re

Re: Preparing to migrate to Tomcat 10.1 / Jakarta EE

2022-12-06 Thread Rémy Maucherat
On Tue, Dec 6, 2022 at 6:48 PM Konstantin Kolinko wrote: > > пн, 5 дек. 2022 г. в 23:32, Christopher Schultz > : > > > > All, > > > > I've started looking at the migration path at $work for Jakarta EE and > > while Tomcat 10 has some fantastic features to help with that (hot > > migration is kill

Re: Preparing to migrate to Tomcat 10.1 / Jakarta EE

2022-12-06 Thread Christopher Schultz
Rémy, On 12/6/22 16:42, Rémy Maucherat wrote: On Tue, Dec 6, 2022 at 6:48 PM Konstantin Kolinko wrote: пн, 5 дек. 2022 г. в 23:32, Christopher Schultz : All, I've started looking at the migration path at $work for Jakarta EE and while Tomcat 10 has some fantastic features to help with that

[GitHub] [tomcat-training] dependabot[bot] opened a new pull request, #11: Bump qs

2022-12-06 Thread GitBox
dependabot[bot] opened a new pull request, #11: URL: https://github.com/apache/tomcat-training/pull/11 Bumps [qs](https://github.com/ljharb/qs) and [qs](https://github.com/ljharb/qs). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.5.3 Changelog S

[tomcat-training] branch dependabot/npm_and_yarn/qs-and-qs-6.5.3 created (now 81eed17)

2022-12-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/qs-and-qs-6.5.3 in repository https://gitbox.apache.org/repos/asf/tomcat-training.git at 81eed17 Bump qs No new revisions were added by this update.

Regarding Compilation Steps for Tomcat version 9 on RHEL8

2022-12-06 Thread Vivek Naruka (EXT-NSB)
Hi, We have downloaded Tomcat version 9 "apache-tomcat-9.0.70.tar.gz" from https://tomcat.apache.org/download-90.cgi. To check the compatibility of Tomcat version 9.0 with OpenSSL 3.0, we need to compile source code of Tomcat version 9 on RHEL-8 with OpenSSL3.0. We require compilation steps to