hiro117 / scim

Automatically exported from code.google.com/p/scim
0 stars 0 forks source link

Bulk API: When exceeding the size limit the error handling specified doesn't jive w/ the rest of the spec #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We don't have a response structure for the specified error. Recommend changing 
the response to fit other SCIM error messages.  

Original issue reported on code.google.com by treydr...@gmail.com on 20 Jan 2012 at 4:10

GoogleCodeExporter commented 9 years ago
from:

{
  "maxOperations": 1000,
  "maxPayload": 1048576
}

to:

HTTP/1.1 413 Request Entity Too Large
Content-Type: application/json
Location: https://example.com/v1/Bulk/yfCrVJhFIJagAHj8

"status": {
  "code": "413",
  "description": "Request exceeds maxOperations allowed (1000) or maximum allowable payload size (1048576)."
}

Original comment by treydr...@gmail.com on 25 Jan 2012 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by treydr...@gmail.com on 27 Jan 2012 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by treydr...@gmail.com on 27 Jan 2012 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by e...@wahlstromstekniska.se on 16 May 2012 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by e...@wahlstromstekniska.se on 16 May 2012 at 3:16