You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/05/08 22:56:19 UTC

svn commit: r536327 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Tue May  8 13:56:19 2007
New Revision: 536327

URL: http://svn.apache.org/viewvc?view=rev&rev=536327
Log:
* Add a comment

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=536327&r1=536326&r2=536327
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue May  8 13:56:19 2007
@@ -166,6 +166,15 @@
          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.