Submitted by: Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104878
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) Recognize QSA flag in mod_rewrite again.
+ [Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
+
*) Restructured mod_auth_ldap to fit the new authentication model.
The module is now called authnz_ldap and has been moved out of
the modules/experimental area and into modules/aaa with the other
case 'q':
case 'Q':
- if ( !strcasecmp(key, "QSA")
- || !strcasecmp(key, "qsappend")) { /* qsappend */
+ if ( !strcasecmp(key, "SA")
+ || !strcasecmp(key, "sappend")) { /* qsappend */
cfg->flags |= RULEFLAG_QSAPPEND;
}
else {