summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2007-05-08 20:56:19 +0000
committerRuediger Pluem <rpluem@apache.org>2007-05-08 20:56:19 +0000
commitdbeee72670fb6c8202504d12a3dd0de0c0c16f68 (patch)
treea1e4da1f2a3ab964005bbc16039ec04a86f93054
parentca2999f229f20ce3a5603590a70acd3aaa029192 (diff)
downloadhttpd-dbeee72670fb6c8202504d12a3dd0de0c0c16f68.tar.gz
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536327 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS9
1 files changed, 9 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 7b52754d9f..5b2d20bd35 100644
--- a/STATUS
+++ b/STATUS
@@ -166,6 +166,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
simply allows escaped entities that are unambiguously their
non-path, special values, (e.g. '/' vs %2F the character)
then I'm strongly +1.
+ rpluem says: Sorry for the confusing title. This is more about
+ the fact that the URL of the request is subject to several
+ transformations that are applied *after* the quick handler phase
+ (unescaping, possibly mod_rewrite, etc.).
+ As we use the URL to calculate the cache key this can lead to situations
+ where we save an entity to the cache under a different key in the
+ CACHE_SAVE filter then the key we use to request the entity from the
+ cache during the quick handler phase. If there are still questions
+ we should continue the discussion on the list.
* core: Add extern "C" linkage to several headers to make it easier to use
them in C++ code.