Closed (fixed)
Project:
WebDAV for Drupal
Version:
6.x-1.0-rc7
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2009 at 03:46 UTC
Updated:
1 Jun 2009 at 22:30 UTC
I found that webdav-6.x-1.0-rc7 did not work for me at all out of the box trying to use either cadaver or OS X Finder's WebDAV.
$ ls -l webdav-6.x-1.0-rc7.tar.gz
-rw-r--r-- 1 marca users 92210 Feb 3 09:31 webdav-6.x-1.0-rc7.tar.gz
$ md5 webdav-6.x-1.0-rc7.tar.gz
MD5 (webdav-6.x-1.0-rc7.tar.gz) = 59041e14915ce01fb68f844a70757a55
I tracked it down to a typo in the name of the constant WEBDAV_PERMS_WEBDAV_ACCESS in webdav.module:184, for which I'm attaching a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_permissions_check.patch | 897 bytes | msabramo |
Comments
Comment #1
killes@www.drop.org commentedThis patch works. If you do not apply this patch you cannot use the module for users != No. 1 => critical
Comment #2
Yoran commentedThank you. Patch applied in HEAD.