Roxen.git/
server/
base_server/
module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-06-17
2003-06-17 12:41:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f404f34f00732a55b478e27c5b76c037f9edbd12 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Mode namespace updates.
Rev: server/base_server/module.pike:1.140
1:
// This file is part of Roxen WebServer. // Copyright © 1996 - 2001, Roxen IS.
-
// $Id: module.pike,v 1.
139
2003/06/17
11
:
58
:
34
grubba Exp $
+
// $Id: module.pike,v 1.
140
2003/06/17
12
:
41
:
55
grubba Exp $
#include <module_constants.h> #include <module.h>
351:
return iso8601_date_time(st->mtime); case "DAV:resourcetype": // 13.9 if (st->isdir) {
-
return ({
Parser.XML.Tree.Node(Parser.XML.Tree.XML_ELEMENT,
-
"DAV:collection", ([]),
0,
-
"DAV:collection")
});
// 12.2
+
return ({
+
Parser.XML.Tree.ElementNode(
"DAV:collection", ([])
)
,
//
12.2
+
});
} return ""; case "http://apache.org/dav/props/executable":