]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r777042, r777091, r778438, r778439 from trunk:
authorJim Jagielski <jim@apache.org>
Fri, 28 Aug 2009 14:44:56 +0000 (14:44 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 28 Aug 2009 14:44:56 +0000 (14:44 +0000)
* Add CacheIgnoreURLSessionIdentifiers directive to ignore
  defined session identifiers encoded in the URL when caching.

* Improve documentation for CacheIgnoreURLSessionIdentifiers

Submitted by: Dan Poirier <poirier pobox.com>

* Use the correct constant.

* Correctly detect if CacheIgnoreURLSessionIdentifiers is set.

Submitted by: rpluem
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@808906 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 946b2c8d29ce7d67941c520e4b1ae130d9a39625..56633d5c329d39f28e8749d02acbf42735b3c60f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.2.14
 
+  *) mod_cache: Added CacheIgnoreURLSessionIdentifiers directive to ignore
+     defined session identifiers encoded in the URL when caching.
+
   *) mod_mem_cache: fix seg fault under load due to pool concurrency problem
      PR: 47672 [Dan Poirier <poirier pobox.com>]
 
diff --git a/STATUS b/STATUS
index 437eb47ebbdef0ed0aa2ea70887b13c79df94e71..027f391d28264867068ffab96b2764555188e00f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -89,16 +89,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
- * mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
-              defined session identifiers encoded in the URL when caching.
-   Trunk version of patch:
-      http://svn.apache.org/viewvc?rev=777042&view=rev
-      http://svn.apache.org/viewvc?rev=777091&view=rev
-      http://svn.apache.org/viewvc?rev=778438&view=rev
-      http://svn.apache.org/viewvc?rev=778439&view=rev
-   Backport version for 2.2.x of patch:
-      Trunk version of patch works
-   +1: rpluem, jim, minfrin
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]