]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r504183 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Thu, 17 May 2007 20:57:17 +0000 (20:57 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 17 May 2007 20:57:17 +0000 (20:57 +0000)
commit3fd2406cd0dd7a834cde5a3f9e7f5c0064287aea
tree99d64ddabc79cfb06ca03b3a90a71bc054eb6022
parent4aee2e0b74a25bd3b0035d83af3b37bdf596b811
Merge r504183 from trunk:

* 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, jerenkrantz, jim

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