Loading modules/dav/main/util.c +3 −2 Original line number Diff line number Diff line Loading @@ -639,7 +639,8 @@ static dav_error * dav_process_if_header(request_rec *r, dav_if_header **p_ih) if (ap_unescape_url(parsed_uri.path) != OK) { return dav_new_error(r->pool, HTTP_BAD_REQUEST, DAV_ERR_IF_TAGGED, "Invalid percent encoded URI in tagged If-header."); "Invalid percent encoded URI in " "tagged If-header."); } uri_len = strlen(parsed_uri.path); Loading Loading
modules/dav/main/util.c +3 −2 Original line number Diff line number Diff line Loading @@ -639,7 +639,8 @@ static dav_error * dav_process_if_header(request_rec *r, dav_if_header **p_ih) if (ap_unescape_url(parsed_uri.path) != OK) { return dav_new_error(r->pool, HTTP_BAD_REQUEST, DAV_ERR_IF_TAGGED, "Invalid percent encoded URI in tagged If-header."); "Invalid percent encoded URI in " "tagged If-header."); } uri_len = strlen(parsed_uri.path); Loading