APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/08/08 11:51:12 $]
+Last modified at [$Date: 2003/08/12 20:17:45 $]
Release:
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ * Correct the code in ap_check_cache_feshness to check max_age, smax_age,
+ and expires correctly. This is a RFC 2616 compliance issue.
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/cache_util.c.diff?r1=1.26&r2=1.27
+ +1: rederpj
+
* mod_rewrite.c: Fix mod_rewrite's support of the [P] option to send
rewritten request using "proxy:". The code was adding multiple "proxy:"
fields in the rewritten URI. PR: 13946.