ENGAGE-406: My Collection's Save feature should make a PUT request to the server, not a GET request

Metadata

Source
ENGAGE-406
Type
Bug
Priority
Critical
Status
Closed
Resolution
Won't Fix
Assignee
Svetoslav Nedkov
Reporter
Colin Clark
Created
2010-02-19T00:25:23.000-0500
Updated
2017-12-22T09:44:27.066-0500
Versions
  1. 0.3b
  2. 0.3
Fixed Versions
  1. 0.5
Component
  1. My Collection

Description

At the moment, My Collection makes a GET request to the sendEmail spout with the information required by Hugues' script to send an email to the user. This is probably better represented as a PUT request, since it changes state on the remote server. While our spout is just a proxy, it should reflect the non-idempotent nature of this request.

Comments

  • Justin Obara commented 2017-12-22T09:44:27.064-0500

    The repository has been archived.