]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r476625 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Mon, 7 May 2007 15:32:57 +0000 (15:32 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 7 May 2007 15:32:57 +0000 (15:32 +0000)
commitf51303a9e89c9234a856d04b148f12cce5bc849f
treee3f6edd87f5cbeb2bfbf7fa8017b8ff733e4ba49
parentf8ff7f261c7ad023439ccd10b039876e03e5ec29
Merge r476625 from trunk:

* Use the query string stored in r->parsed_uri.query instead of r->args
  as r->args could have been changed (e.g. via mod_rewrite) after the quick
  handler hook. This causes resources to be stored under a key, where they
  cannot be fetched again in the quick handler.

PR: 40805

Submitted by: rpluem
Reviewed by: rpluem, jim, sctemme

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535903 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/cache/cache_storage.c
modules/cache/mod_cache.c