allows CGI scripts to be properly cached.
This issue was pointed out by Sander Striker.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126042
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_disk_cache: Cache r->err_headers_out headers. This allows CGI
+ scripts to be properly cached. [Justin Erenkrantz, Sander Striker]
+
*) mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
API for the setting of server and client SSL certificates. Replaced
LDAPTrustedCA directive with LDAPTrustedGlobalCert and
ap_make_content_type(r, r->content_type));
}
+ headers_out = apr_table_overlay(r->pool, headers_out,
+ r->err_headers_out);
rv = store_table(dobj->hfd, headers_out);
if (rv != APR_SUCCESS) {
return rv;