Opened 16 years ago
Closed 9 years ago
#2730 closed Bug (fixed)
CreateFolder uses incorrent HTTP method
Reported by: | Michael Osipov | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | FCKeditor 2.6.3 |
Keywords: | Cc: |
Description
The CreateFolder command uses HTTP GET to create a folder on the server.
The general contract of HTTP GET and POST mandates that GET should be used only for read-only actions which have no side-effects. Write actions should be restricted to POST only.
A general contract is described here for GET and here for POST. Unfortunately I wasn't able to find other sources yet.
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 16 years ago by
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
CKEditor doesn't use file browser anymore. File browsing is being done by separate application called CKFinder (of course you can use any other file manager compatible with CKEditor) and CKFinder uses POST method for createFolder command.
Colsong the ticket as fixed.
This could be corrected in the file browser for CKEditor 3.0.