web-API: rename should use POST, not GET #1428

Closed
opened 2011-07-12 23:56:56 +00:00 by davidsarah · 2 comments
davidsarah commented 2011-07-12 23:56:56 +00:00
Owner

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.
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.
tahoe-lafs added the
code-frontend-web
major
defect
1.8.2
labels 2011-07-12 23:56:56 +00:00
tahoe-lafs added this to the 1.9.0 milestone 2011-07-12 23:56:56 +00:00
davidsarah commented 2011-07-12 23:58:56 +00:00
Author
Owner

Similar to #324, but not quite the same issue.

Similar to #324, but not quite the same issue.
davidsarah commented 2011-07-13 00:04:03 +00:00
Author
Owner

Oh, I'm wrong. The 'rename' button only gets you to the rename form, it doesn't actually rename anything.

Oh, I'm wrong. The 'rename' button only gets you to the rename form, it doesn't actually rename anything.
tahoe-lafs added the
invalid
label 2011-07-13 00:04:03 +00:00
davidsarah closed this issue 2011-07-13 00:04:03 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#1428
No description provided.