No functional change.
Followup to r1486454.
Backport of r1497588.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1497590 13f79535-47bb-0310-9956-
ffa450edef68
/* 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);