﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2730	CreateFolder uses incorrent HTTP method	Michael Osipov		"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 [http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/http/HttpServlet.html#doGet(javax.servlet.http.HttpServletRequest,%20javax.servlet.http.HttpServletResponse) here] for GET and [http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/http/HttpServlet.html#doPost(javax.servlet.http.HttpServletRequest,%20javax.servlet.http.HttpServletResponse) here] for POST.
Unfortunately I wasn't able to find other sources yet."	Bug	closed	Normal		File Browser	FCKeditor 2.6.3	fixed		
