to incorporate new bugs. Solve the 0index.html bad uri bug.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96316
13f79535-47bb-0310-9956-
ffa450edef68
*/
char *path = r->uri + r->server->pathlen;
while (*path == '/') {
- ++*path;
+ ++path;
}
if (apr_filepath_merge(&r->filename, conf->ap_document_root, path,
APR_FILEPATH_TRUENAME
*/
char *path = r->uri;
while (*path == '/') {
- ++*path;
+ ++path;
}
if (apr_filepath_merge(&r->filename, conf->ap_document_root, path,
APR_FILEPATH_TRUENAME