]> granicus.if.org Git - apache/commit
* Add CacheIgnoreQueryString directive to cache requests with a query string
authorRuediger Pluem <rpluem@apache.org>
Tue, 6 Feb 2007 15:55:50 +0000 (15:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 6 Feb 2007 15:55:50 +0000 (15:55 +0000)
commit8a7fb4574c7f279434bbdcbcb2a77cf1cad9161c
tree00c943068d4154b53f0a22f5ba7b5e83240dd865
parent11e2a1a700df54561d7c914c8dd8c96503b9b7e9
* Add CacheIgnoreQueryString directive to cache requests with a query string
  even if no expiration time is specified. Futhermore the query string will not
  be used for key generation such that requests to the same URI path, but with
  different query strings are mapped to the same cache entity. Turning this
  setting to ON violates RFC 2616/13.9 and thus it is turned off by default.

PR: 41484
Submitted by: Fredrik Widlund <fredrik.widlund qbrick.com>
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504183 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_cache.xml
modules/cache/cache_storage.c
modules/cache/mod_cache.c
modules/cache/mod_cache.h