﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
1428	web-API: rename should use POST, not GET	davidsarah	davidsarah	"The 'rename' button in WUI directory listings uses GET; it should use POST because it has side effects.

If we were to immediately remove the support in the web-API for doing a rename using GET, there would be a compatibility problem with old clients connecting to a new gateway. But we need to remove the support in order to conform to the HTTP spec, and to make browser clients do the right thing (for example they should not resubmit a rename request without user confirmation, because it's not idempotent).

So, let's do this in two steps:
 - in v1.9.0, add support for rename using POST and make the WUI use that support
 - later, remove support for rename using GET.
"	defect	closed	major	1.9.0	code-frontend-web	1.8.2	invalid	http standards security forward-compatibility backward-compatibility		
