git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686404
13f79535-47bb-0310-9956-
ffa450edef68
*) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
[Tom Donovan]
- *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to
- known HTTP/1.0 servers. Return 'Expectation failed' (417) instead.
- [Ruediger Pluem]
-
*) core, authn/z: Determine registered authn/z providers directly in
ap_setup_auth_internal(), which allows optional functions that just
wrapped ap_list_provider_names() to be removed from authn/z modules.