Re: [PATCH] mod_usertrack cookie matching

2003-10-16 Thread Cliff Woolley
On Thu, 16 Oct 2003, Jim Jagielski wrote: > This seems almost more an enhancement rather than > a bugfix... Or am I reading it wrong? It's definitely a bugfix. I was about to try to explain why, but then I remembered Manni has a really cool little webpage he devoted entirely to explaining this b

Re: [PATCH] mod_usertrack cookie matching

2003-10-16 Thread Jeff Trawick
Cliff Woolley wrote: Attached is a patch by Manni Wood for the 1.3.x series that fixes a problem in mod_usertrack where the usertracking cookie will be incorrectly identified. It simply switches from a strstr to a regex match. The equivalent patch has already been committed to 2.1 and 2.0. Votes

RE: [PATCH] mod_usertrack cookie matching

2003-10-16 Thread Manni Wood
patch through the voting process, etc, to get it into the 2.1.x and 2.0.x series. 1.3.x needs the patch too. -Manni -Original Message- From: Jim Jagielski [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 10:35 AM To: [EMAIL PROTECTED] Subject: Re: [PATCH] mod_usertrack cookie

Re: [PATCH] mod_usertrack cookie matching

2003-10-16 Thread Jim Jagielski
This seems almost more an enhancement rather than a bugfix... Or am I reading it wrong? On Wednesday, October 15, 2003, at 04:52 PM, Cliff Woolley wrote: Attached is a patch by Manni Wood for the 1.3.x series that fixes a problem in mod_usertrack where the usertracking cookie will be incorrect

[PATCH] mod_usertrack cookie matching

2003-10-15 Thread Cliff Woolley
Attached is a patch by Manni Wood for the 1.3.x series that fixes a problem in mod_usertrack where the usertracking cookie will be incorrectly identified. It simply switches from a strstr to a regex match. The equivalent patch has already been committed to 2.1 and 2.0. Votes for 1.3 inclusion?