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
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:
>
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
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
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