Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Jun Suzuki
Christopher, 2023年12月16日(土) 3:41 Christopher Schultz : > > Jun, > > On 12/15/23 08:56, Jun Suzuki wrote: > > 2023年12月15日(金) 20:37 Rémy Maucherat : > >> > >> On Fri, Dec 15, 2023 at 11:54 AM Jun Suzuki > >> wrote: > >>> > >>> Rémy > >>> Thank you so much for your support. > >>> May I confirm a li

Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Christopher Schultz
Jun, On 12/15/23 08:56, Jun Suzuki wrote: 2023年12月15日(金) 20:37 Rémy Maucherat : On Fri, Dec 15, 2023 at 11:54 AM Jun Suzuki wrote: Rémy Thank you so much for your support. May I confirm a little bit further regarding your reply. 2023年12月15日(金) 17:08 Rémy Maucherat : On Fri, Dec 15, 2023

Re: Should allowHostHeaderMismatch be case sensitive

2023-12-15 Thread Mark Thomas
On 15/12/2023 14:48, Christopher Schultz wrote: Do we need to argue over encoding and/or rules of case-insensitive-matching? Could we? Probably. Do we need to? Unlikely. My expectation is that most clients aren't even including the host in the request line these days. Non-ASCII hostnames a

Re: 9.0.83 addSslHostConfig JMX Operation Regression (Sample Code Attached)

2023-12-15 Thread Christopher Schultz
On 12/15/23 04:27, Rémy Maucherat wrote: On Thu, Dec 14, 2023 at 7:54 PM Daniel Skiles wrote: Christ, Thanks for the explanation. The XML-based registration - is that something I would do as a user, or something that would be changed on the Tomcat side as part of its release bundle? I fi

Re: Should allowHostHeaderMismatch be case sensitive

2023-12-15 Thread Christopher Schultz
Mark, On 12/15/23 04:12, Mark Thomas wrote: On 11/12/2023 17:20, Mark Thomas wrote: On 11/12/2023 17:08, David Cleary wrote: Just want to check if this is by design. The above property default was changed to better secure the default configuration. We started having some tests fail due to thi

Re: [EXTERNAL] - Re: Partitioned cookies

2023-12-15 Thread Christopher Schultz
Mark, On 12/15/23 04:03, Mark Thomas wrote: On 14/12/2023 21:15, André van der Lugt wrote: From: Chuck Caldarale Sent: Wednesday, November 15, 2023 9:48 AM To: Tomcat Users List Subject: [EXTERNAL] - Re: Partitioned cookies On Nov 15

Re: I can't find how to stop TOMCAT during INITIALIZATION phase

2023-12-15 Thread Christopher Schultz
All, On 12/15/23 03:29, Simon Matter wrote: Hi, Our question is: 1. It is possible to stop tomcat during initialization phase? 2. If yes how and if not are any plans to implement it in future versions? It seems to me that my solutions for now are: 1. sending SIGKILL signal to tomcat (this is

Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Jun Suzuki
2023年12月15日(金) 20:37 Rémy Maucherat : > > On Fri, Dec 15, 2023 at 11:54 AM Jun Suzuki wrote: > > > > Rémy > > Thank you so much for your support. > > May I confirm a little bit further regarding your reply. > > > > 2023年12月15日(金) 17:08 Rémy Maucherat : > > > > > > On Fri, Dec 15, 2023 at 4:18 AM J

Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Rémy Maucherat
On Fri, Dec 15, 2023 at 11:54 AM Jun Suzuki wrote: > > Rémy > Thank you so much for your support. > May I confirm a little bit further regarding your reply. > > 2023年12月15日(金) 17:08 Rémy Maucherat : > > > > On Fri, Dec 15, 2023 at 4:18 AM Jun Suzuki wrote: > > > > (1) Guidance is not so clear abo

Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Jun Suzuki
Rémy Thank you so much for your support. May I confirm a little bit further regarding your reply. 2023年12月15日(金) 17:08 Rémy Maucherat : > > On Fri, Dec 15, 2023 at 4:18 AM Jun Suzuki wrote: > > (1) Guidance is not so clear about following points: > > Should I copy the deployed application(with o

Re: security-constraint url-pattern question

2023-12-15 Thread Mark Thomas
On 14/12/2023 17:28, ResSoft wrote: Chris, I figured out how to make this work. It works in my dev dox but not in my prod box. Both have the same version of tomcat. Here is the web.xml entry. I any ideas would be great. Those constraints look correct to me and a quick test using

Re: 9.0.83 addSslHostConfig JMX Operation Regression (Sample Code Attached)

2023-12-15 Thread Rémy Maucherat
On Thu, Dec 14, 2023 at 7:54 PM Daniel Skiles wrote: > > Christ, > Thanks for the explanation. > > The XML-based registration - is that something I would do as a user, or > something that would be changed on the Tomcat side as part of its release > bundle? I fixed MbeansDescriptorsIntrospectionSo

Re: Should allowHostHeaderMismatch be case sensitive

2023-12-15 Thread Mark Thomas
On 11/12/2023 17:20, Mark Thomas wrote: On 11/12/2023 17:08, David Cleary wrote: Just want to check if this is by design. The above property default was changed to better secure the default configuration. We started having some tests fail due to this. In our scenario ( as shown below ), the H

Re: [EXTERNAL] - Re: Partitioned cookies

2023-12-15 Thread Mark Thomas
On 14/12/2023 21:15, André van der Lugt wrote: From: Chuck Caldarale Sent: Wednesday, November 15, 2023 9:48 AM To: Tomcat Users List Subject: [EXTERNAL] - Re: Partitioned cookies On Nov 15, 2023, at 08:06, Adam Warfield

Re: I can't find how to stop TOMCAT during INITIALIZATION phase

2023-12-15 Thread Simon Matter
Hi, > > Our question is: > 1. It is possible to stop tomcat during initialization phase? > 2. If yes how and if not are any plans to implement it in future versions? > > It seems to me that my solutions for now are: > 1. sending SIGKILL signal to tomcat (this is very risky to me because > stopping

Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Rémy Maucherat
On Fri, Dec 15, 2023 at 4:18 AM Jun Suzuki wrote: > > Hello all, > > Does anyone have experience of implementation of AOT/GraalVM by > following official documentation as below? > https://tomcat.apache.org/tomcat-9.0-doc/graal.html > > I created a simple spring framework application(deployed as a