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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user