Permission Issues in 1.1.9-dev r3444

The CAssetManager improvements introduces in

svn revision 3444 "Better performance for CAssetManager when forceCopy is used"

now need the webserver process to have write permission in the asset source directories.

>> touch($src,$maxmtime);

I think this is a security issue, I would like to restrict write permissions to as few places as possible.

Hopefully this work-in-progress is this going to change again?

[ Sorry, not sure, if this should open a bug-ticket, as this is trunk version … and don’t have gmail yet … ]

I’m not sure what you mean exactly but the webserver should have a write permission to the assets folder in any case… because the “assets” files are copied there in the first place :)

why would that be a security issue?

CAssetManager:234-239, looks like the source files/ folders that are to be published will be touched by this code.

Removed that part for now.