Closed (fixed)
Project:
Provision
Version:
5.x-0.1-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 16:56 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent
Comments
Comment #1
adrian commentedWhile busy working on http://drupal.org/node/237555 i needed to add more provision_check_path operations, so I went over the entire thing with a fine tooth comb.
I ended up splitting the big ugly switch into small provision_path_$op functions, and i pass a third variable to these functions as a reference, so that these functions can provide more accurate description of the issues.
Also added some helper functions to help checking for #245664. So now the chmod functions check that the user and groups exist, and that the user is in the group it is trying to change the file to, before attempting it.
still need to wrap my head around what is causing this specific case, but it's much closer and the testing is much more flexible now.
Also, it's exhaustively documented.
Will commit after some more testing.
Comment #2
adrian commentedfixed in http://drupal.org/cvs?commit=120930
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.