(matching the test for the Method <> URI)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1757593 13f79535-47bb-0310-9956-
ffa450edef68
goto rrl_done;
}
+ /* Verify uri terminated with a single SP, otherwise mark in error */
+ if (strictspaces && ll[0] && (ll[0] != ' ' || apr_isspace(ll[1]))
+ && deferred_error == rrl_none) {
+ deferred_error = rrl_excesswhitespace;
+ }
+
/* Advance protocol pointer over leading whitespace,
* then NUL terminate the uri string
*/