phpGroupWare - Patches: patch #3397, bug correction for vfs_dav :...
You are not allowed to post comments on this tracker with your current authentication level.
patch #3397: bug correction for vfs_dav : prevention of the creation of .htaccess in the Home dir
Submitter: | Caeies <Caeies> | ||
Submitted: | Wed 29 Sep 2004 07:11:46 AM UTC | ||
Category: | API - phpGWapi | Priority: | 7 - High |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Attached Files
file #5539: bug_vfs_dav.diff added by Caeies (536B - text/x-patch - Patch for correcting this small bug)
Depends on the following items: None found
Items that depend on this one
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2010-03-06 | skwashd | Assigned to | skwashd | ![]() |
None |
2004-09-29 | Caeies | Assigned to | None | ![]() |
skwashd |
2004-09-29 | Caeies | Dependencies | - | ![]() |
patch # is dependent |
2004-09-29 | Caeies | Attached File | - | ![]() |
Added bug_vfs_dav.diff, #3712 |
Carbon-Copy | - | ![]() |
Added oberger |
This small patch solve a little problem for creating the .htacess in the user dir when using DAV.
This is only important when DAV is publicly accessible trough another app than phpgw.
Problem :
When creating the Home dir, the mkdir failed to check for the existence of the created dir because the mask RELATIVE_NONE is missing in the file variable.
Solution :
See attached patch
More patches will follow,
Regards,
Caeies