PR: 16937
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98610
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) Fix mod_auth_digest not to use local paths for the domain parameter
+ on non-unix systems. PR 16937. [André Malo]
+
*) Let suexec send a message to stderr, if it failed or its policy
was violated. This message appears in the error log and allows
for easier debugging. PR 5381, 7638, 8255, 10773. [André Malo]
* dummy uri - this is the only way to specify that the protection
* space only covers a single uri.
*/
- if (dir[0] != '/') {
+ if (!ap_os_is_path_absolute(p, dir)) {
/* This doesn't work for Amaya (ok, it's of arguable validity in
* the first place), so just return the file name instead
return "http://0.0.0.0/";