"require" directives, instead of literal spaces only.
PR: 17135
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99727
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_auth_ldap: Use generic whitespace character class when parsing
+ "require" directives, instead of literal spaces only. PR 17135.
+ [André Malo]
+
*) Ensure that ssl-std.conf is generated at configure time, and switch
to using the expanded config variables to work the same as
httpd-std.conf PR 19611
method_restricted = 1;
t = reqs[x].requirement;
- w = ap_getword(r->pool, &t, ' ');
+ w = ap_getword_white(r->pool, &t);
if (strcmp(w, "valid-user") == 0) {
/*