1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Get Multi-Views working again. It wasn't working because we weren't

setting the path_info field correctly if we didn't find the specified
file.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-11-18 05:44:53 +00:00
parent 4be2035ab6
commit 0955906aea

View File

@@ -311,7 +311,6 @@ static int get_path_info(request_rec *r)
"access to %s failed", r->uri);
return HTTP_FORBIDDEN;
}
last_cp = cp;
}
return OK;
}