Dear Rémy Maucherat,
Thank you for your comments. I have another question: can we configure both
virtual threads and platform threads in the same Apache Tomcat server.xml file?
Specifically, is it possible to set up one connector to support an application
using virtual threads, and another con
Mark,
On 6/25/25 9:58 AM, Mark Thomas wrote:
On 25/06/2025 14:07, Mark Thomas wrote:
I think I need to look at the rules for merging welcome resources.
That might prompt some changes to the PR.
At the moment, a is almost certain to match since it
will likely be using extension mapping ma
On 25/06/2025 14:07, Mark Thomas wrote:
I think I need to look at the rules for merging welcome resources. That
might prompt some changes to the PR.
At the moment, a is almost certain to match since it
will likely be using extension mapping making any welcome resources that
follow unneces
On 25/06/2025 09:17, Rémy Maucherat wrote:
On Wed, Jun 25, 2025 at 9:19 AM Mark Thomas wrote:
All,
Servlet 6.2 intends to address a long standing (more than 10 years)
issue with welcome files. Consider the following:
- *.do is mapped to a servlet
- welcome files are index.jsp, index.do
The
Tim,
Thanks for looking at this.
On 25/06/2025 13:55, Tim Funk wrote:
This is a good cleanup. I one question for confirmation, let's say
we have this config:
index.html
index.do
index.htm
With
-- request = /foo/
-- AND file exists of = /foo/index.htm
Since index.htm exists, we'd process as /f
This is a good cleanup. I one question for confirmation, let's say
we have this config:
index.html
index.do
index.htm
With
-- request = /foo/
-- AND file exists of = /foo/index.htm
Since index.htm exists, we'd process as /foo/index.htm despite it being
"3rd" in the welcome file list since welcome
On Wed, Jun 25, 2025 at 9:19 AM Mark Thomas wrote:
>
> All,
>
> Servlet 6.2 intends to address a long standing (more than 10 years)
> issue with welcome files. Consider the following:
>
> - *.do is mapped to a servlet
> - welcome files are index.jsp, index.do
>
> The intention is that the index.js
All,
Servlet 6.2 intends to address a long standing (more than 10 years)
issue with welcome files. Consider the following:
- *.do is mapped to a servlet
- welcome files are index.jsp, index.do
The intention is that the index.jsp page should be used if present and
index.do (which always maps