1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Fix indentation (plus now needed line-wrap).

Followup to r1470940.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1497588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Jung
2013-06-27 22:25:56 +00:00
parent 9e7ff1c42e
commit 5dde0f74ca

View File

@@ -663,8 +663,9 @@ static dav_error * dav_process_if_header(request_rec *r, dav_if_header **p_ih)
/* the resources we will compare to have unencoded paths */
if (ap_unescape_url(parsed_uri.path) != OK) {
return dav_new_error(r->pool, HTTP_BAD_REQUEST,
DAV_ERR_IF_TAGGED, rv,
"Invalid percent encoded URI in tagged If-header.");
DAV_ERR_IF_TAGGED, rv,
"Invalid percent encoded URI in "
"tagged If-header.");
}
uri_len = strlen(parsed_uri.path);