Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2013-12-14
2013-12-14 15:38:11 by 0
1e54fa46211549e9b88038bd2536e24f4110da1b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
5.4
Don't use HTTP 200 OK when filtering out OS X files since it confuses
the OS X 10.9 WebDAV client.
928:
has_value(lower_case(id->not_query), ".ds_store")) // Skip elaborate error page since we get these e.g. for WebDAV // mounts in OS X Finder.
-
return Roxen.http_
string_answer
("No such file"
, "text/plain"
);
+
return Roxen.http_
status
(
404,
"No such file
.
");
} array a = id->not_query/"::";