Re: Coyote Request getRequestId()

2024-10-01 Thread Michael Osipov
On 2024/09/23 03:28:06 Igal Sapir wrote: > Hello, > > The current implementation of getRequestId() is optimized for speed and > generates IDs that are unique to a running instance of Tomcat. > > But most server configurations nowadays require uniqueness across the whole > system, and currently we

Re: Coyote Request getRequestId()

2024-09-25 Thread Igal Sapir
Chris and Mark, On Wed, Sep 25, 2024 at 7:47 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Igal and Mark, > > On 9/24/24 13:55, Igal Sapir wrote: > > Mark, > > > > > >> On Mon, Sep 23, 2024 at 12:25 AM Mark Thomas wrote: > >> > >>> On 23/09/2024 04:28, Igal Sapir wrote: >

Re: Coyote Request getRequestId()

2024-09-25 Thread Christopher Schultz
Igal and Mark, On 9/24/24 13:55, Igal Sapir wrote: Mark, On Mon, Sep 23, 2024 at 12:25 AM Mark Thomas wrote: On 23/09/2024 04:28, Igal Sapir wrote: Hello, The current implementation of getRequestId() is optimized for speed and generates IDs that are unique to a running instance of Tomcat

Re: Coyote Request getRequestId()

2024-09-24 Thread Igal Sapir
Mark, > On Mon, Sep 23, 2024 at 12:25 AM Mark Thomas wrote: > >> On 23/09/2024 04:28, Igal Sapir wrote: >> > Hello, >> > >> > The current implementation of getRequestId() is optimized for speed and >> > generates IDs that are unique to a running instance of Tomcat. >> > >> > But most server conf

Re: Coyote Request getRequestId()

2024-09-23 Thread Mark Thomas
On 23/09/2024 04:28, Igal Sapir wrote: Hello, The current implementation of getRequestId() is optimized for speed and generates IDs that are unique to a running instance of Tomcat. But most server configurations nowadays require uniqueness across the whole system, and currently we do not offer

Coyote Request getRequestId()

2024-09-22 Thread Igal Sapir
Hello, The current implementation of getRequestId() is optimized for speed and generates IDs that are unique to a running instance of Tomcat. But most server configurations nowadays require uniqueness across the whole system, and currently we do not offer that as: 1. Request IDs are only unique