How to ignore query terms for store key?

From: Guy Bashkansky <guybas_at_gmail.com>
Date: Fri, 3 Sep 2010 18:03:28 -0700

Is there a way to ignore URI query terms when forming store keys?
Maybe some rule or extension?

In the Squid code it could look something like:
{ char *p = strchr(uri, '?'); if (p) *p = '\0'; }

But the only code like this deals with strip_query_terms.
This rule only affects logging, not storing.
Received on Tue Sep 07 2010 - 18:03:00 MDT

This archive was generated by hypermail 2.2.0 : Wed Sep 08 2010 - 12:00:03 MDT