From: Ruediger Pluem Date: Wed, 5 Mar 2008 08:54:37 +0000 (+0000) Subject: * Add a comment X-Git-Tag: 2.2.9~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921d633805d96344a68f25f2a68f99b960c89e0c;p=thirdparty%2Fapache%2Fhttpd.git * Add a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@633792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 600a67b7738..8d05b9478fb 100644 --- a/STATUS +++ b/STATUS @@ -211,6 +211,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -0: jim (even though not a public API, not happy with adding checkfile2 smack in the middle of rewritemap_entry... Will create a 2.2 specific patch to address this). + rpluem says: Good catch. I missed this. I think it would be better + to fix this in trunk to keep 2.2.x and trunk more + diffable. Fixed on trunk in r633791. * mod_cache: Revalidate cache entities which have Cache-Control: no-cache set in their response headers. PR44511