PR 48054
Trunk patch: n/a (trunk upgraded to use ap_expr for condition testing)
2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=24418
+1: niq, rpluem, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@892261
13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_filter: dispatch correctly where dispatch string doesn't exist
- PR 48054
- Trunk patch: n/a (trunk upgraded to use ap_expr for condition testing)
- 2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=24418
- +1: niq, rpluem, jim
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* Not sure if there's anything better to do with them
*/
if (!str) {
- if (provider->match_type == DEFINED && provider->match.string) {
- match = 0;
- }
+ match = 0;
}
/* we can't check for NULL in provider as that kills integer 0
* so we have to test each string/regexp case in the switch