git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@903517
13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * http_request: We don't need to create new->allowed_methods both
- on line 413 and again on line 450.
- Patch: http://svn.apache.org/viewvc?view=revision&revision=897570
- +1: niq, sf, wrowe
-
* mod_authnz_ldap: log authn failures at INFO instead of WARN
Trunk Patch: http://svn.apache.org/viewvc?rev=902641&view=rev
2.2.x Patch: trunk patch works
new->err_headers_out = r->err_headers_out;
new->subprocess_env = rename_original_env(r->pool, r->subprocess_env);
new->notes = apr_table_make(r->pool, 5);
- new->allowed_methods = ap_make_method_list(new->pool, 2);
new->htaccess = r->htaccess;
new->no_cache = r->no_cache;