Loading CHANGES +3 −0 Changes for CHANGES: 3 added lines, 0 removed lines. Original line number Diff line number Diff line -*- 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] Loading STATUS +0 −8 Changes for STATUS: 0 added lines, 8 removed lines. Original line number Diff line number Diff line Loading @@ -138,14 +138,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 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 Loading modules/experimental/mod_cache.c +3 −0 Changes for modules/experimental/mod_cache.c: 3 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -220,6 +220,9 @@ static int cache_out_filter(ap_filter_t *f, apr_bucket_brigade *bb) 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); Loading Loading
CHANGES +3 −0 Changes for CHANGES: 3 added lines, 0 removed lines. Original line number Diff line number Diff line -*- 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] Loading
STATUS +0 −8 Changes for STATUS: 0 added lines, 8 removed lines. Original line number Diff line number Diff line Loading @@ -138,14 +138,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 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 Loading
modules/experimental/mod_cache.c +3 −0 Changes for modules/experimental/mod_cache.c: 3 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -220,6 +220,9 @@ static int cache_out_filter(ap_filter_t *f, apr_bucket_brigade *bb) 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); Loading