PR 33112
Joergen Thomsen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@915407
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.7
+ *) mod_negotiation: Preserve query string over multiviews negotiation.
+ This buglet was fixed for type maps in 2.2.6, but the same issue
+ affected multiviews and was overlooked.
+ PR 33112 [Joergen Thomsen <apache jth.net>]
+
*) mod_ldap: Eliminate a potential crash with multiple LDAPTrustedClientCert
when some are not password-protected. [Eric Covener]
goto return_from_multi;
}
}
+ if (sub_req->args == NULL) {
+ sub_req->args = r->args;
+ }
/* now do a "fast redirect" ... promotes the sub_req into the main req */
ap_internal_fast_redirect(sub_req, r);