Carsten,
On 9/27/20 05:53, Carsten Klein wrote:
> Any comments on that? Is it worth preparing a PR?
Regular expressions are fairly expensive.
If there is a way to build the code such that some subset of wildcards
can be serviced without regex (and of course exact matches without using
regex), th
Pawel,
On 9/26/20 19:07, Pawel Veselov wrote:
> Hello!
>
> Tomcat 9.0.x
>
> I'd like to force connection closure on some endpoints.
> I'm trying this on a simple JSP page.
> If I call response.setHeader("Connection","close"), I see that the
> response has "Connection: close, keep-alive".
> I ass
Any comments on that? Is it worth preparing a PR?