Re: [Patch 30399] New directive CacheIgnoreHeaders to prevent user defined headers from being stored by mod_cache

2005-03-08 Thread r . pluem
[..cut..] Hi all, I recently noticed that we now have two votes (one from Justin and one from Bill, btw: thanks Bill) for backporting the patch for report 30399 to 2.0.x. As I and Dick Snippe (see http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=97403) would like to see this

Re: [Patch 30399] New directive CacheIgnoreHeaders to prevent user defined headers from being stored by mod_cache

2005-01-05 Thread Dick Snippe
On Thu, Dec 30, 2004 at 09:23:39PM +, Nick Kew wrote: On Thu, 30 Dec 2004, Dick Snippe wrote: cachable pages. Prior to apache 2.0.50 this wasn't a very big issue; these pages would be cached, many people would be using the same cookie and that was that. However, after apache-2.0.50

Re: [Patch 30399] New directive CacheIgnoreHeaders to prevent user defined headers from being stored by mod_cache

2004-12-30 Thread Dick Snippe
On Sat, Oct 23, 2004 at 10:46:52AM -0700, Justin Erenkrantz wrote: --On Friday, October 15, 2004 10:48 AM +0200 R?diger Pl?m [EMAIL PROTECTED] wrote: please find attached a new more general approch to prevent cookies from being stored in the cache. As proposed by Justin I replaced my

Re: [Patch 30399] New directive CacheIgnoreHeaders to prevent user defined headers from being stored by mod_cache

2004-12-30 Thread Nick Kew
On Thu, 30 Dec 2004, Dick Snippe wrote: cachable pages. Prior to apache 2.0.50 this wasn't a very big issue; these pages would be cached, many people would be using the same cookie and that was that. However, after apache-2.0.50 apache would store cookies as well. This resulted in storing

Re: [Patch 30399] New directive CacheIgnoreHeaders to prevent user defined headers from being stored by mod_cache

2004-10-23 Thread Justin Erenkrantz
--On Friday, October 15, 2004 10:48 AM +0200 Rüdiger Plüm [EMAIL PROTECTED] wrote: please find attached a new more general approch to prevent cookies from being stored in the cache. As proposed by Justin I replaced my original CacheStoreCookies directive with the more general CacheIgnoreHeaders

[Patch 30399] New directive CacheIgnoreHeaders to prevent user defined headers from being stored by mod_cache

2004-10-15 Thread Rüdiger Plüm
Hi all, please find attached a new more general approch to prevent cookies from being stored in the cache. As proposed by Justin I replaced my original CacheStoreCookies directive with the more general CacheIgnoreHeaders directive. So far I only tested it for myself. If someone could test / have