Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2018-04-09
2018-04-09 09:47:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b4169ff1c28cb3ca8cd559e83583218e63c380f1 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
08f2d59882ea5365ead39ca1e9e6a9c1ad3e60c3
Filesystem
[WebDAV]
: Fixed DAVLock handling for 8-bit paths.
Fixes
[WS-249]
.
524:
id->method), id); } TRACE_LEAVE("Fall back to the default write access checks.");
-
return ::write_access(
encode_
path
(path)
, recursive, id);
+
return ::write_access(path, recursive, id);
} array find_dir( string f, RequestID id )