http://svn.apache.org/viewvc?view=rev&revision=448711
+1: niq, minfrin, rpluem
+ * mod_cache: Don't cache requests with a expires date in the past;
+ otherwise mod_cache will always try to cache the URL. This bug
+ might lead to numerous rename() errors on win32 if the URL was
+ previously cached.
+ Trunk: http://svn.apache.org/viewvc?view=rev&revision=450055
+ +1: minfrin, rpluem, jim
+
+ * mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an
+ authority component and an empty path, the empty path is to be equivalent
+ to "/". It explicitly cites the following four URIs as equivalents:
+ http://example.com
+ http://example.com/
+ http://example.com:/
+ http://example.com:80/
+ Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063
+ +1: minfrin, rpluem, jim
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* mpm_winnt: Fix return values from wait_for_many_objects.
2.2.x: http://people.apache.org/~minfrin/mod_disk_cache-lfsconfig-2.2.patch
+1: minfrin, jim
- * mod_cache: Don't cache requests with a expires date in the past;
- otherwise mod_cache will always try to cache the URL. This bug
- might lead to numerous rename() errors on win32 if the URL was
- previously cached.
- Trunk: http://svn.apache.org/viewvc?view=rev&revision=450055
- +1: minfrin, rpluem, jim
-
- * mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an
- authority component and an empty path, the empty path is to be equivalent
- to "/". It explicitly cites the following four URIs as equivalents:
- http://example.com
- http://example.com/
- http://example.com:/
- http://example.com:80/
- Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063
- +1: minfrin, rpluem, jim
-
* mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
Trunk: http://svn.apache.org/viewvc?view=rev&revision=450070
+1: minfrin, jim