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 Michael Osipov

This could be corrected in the file browser for CKEditor 3.0.

comment:2 Changed 16 years ago by Artur Formella

Keywords: Confirmed added

comment:4 Changed 9 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy