#3081 closed Bug (invalid)
ckfinder: folderRename
Reported by: | Thomas Tallyce | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : PHP | Version: | |
Keywords: | Cc: |
Description
I think the permission model for folderRename and folderDelete is wrong.
Supposing we have this filesystem:
/somefolder/ /foldername/ /foldername/somefile.txt /foldername/subfolder/
If I set: folderRename = true on /foldername/
I would expect this to work like the unix model, namely:
- That I should be able to rename what is in the folder, namely somefile.txt and subfolder.
- But I should not be able to rename the folder itself.
Instead, foldername itself can be renamed, which seems odd. I think instead this should follow the unix model, which is that you can't make changes unless the container gives you that permission.
At present it's impossible to stop people breaking a site by renaming a containing high-level folder.
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Thanks. Moved to http://www.fckeditor.net/forums/viewtopic.php?f=10&t=13302
Setting as invalid, because it's not a FCKeditor issue. Feel tree to post your suggestions at CKFinder forum: http://www.fckeditor.net/forums/viewforum.php?f=10 (you can even just paste this ticket there), maybe other users will share their opinions about it.