-*- coding: utf-8 -*-
Changes with Apache 2.0.56
+ *) mod_cache: Correctly handle responses with a 301 status. PR 37347.
+ [Paul Querna]
+
*) mod_proxy_http: Prevent data corruption of POST request bodies when
client accesses proxied resources with SSL. PR 37145.
[Ruediger Pluem, William Rowe]
as well.
colm: another +1 on the later patch too.
- *) mod_cache: Fix PR37347
- (mod_disk_cache replaces HTTP Status 301 with 200)
- Trunk version of patch:
- http://svn.apache.org/viewcvs.cgi?rev=220038&view=rev
- Backport version for 2.0.x of patch:
- http://issues.apache.org/bugzilla/attachment.cgi?id=16870
- +1: rpluem, colm, jim
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ please place SVN revisions from trunk here, so it is easy to
identify exactly what the proposed changes are! Add all new
ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r->server,
"cache: running CACHE_OUT filter");
+ /* restore status of cached response */
+ r->status = cache->handle->status;
+
/* recall_headers() was called in cache_select_url() */
cache->provider->recall_body(cache->handle, r->pool, bb);