When POST requests attempts to construct a resource that already exists, we throw ResourceExistsException which currently maps to a 409 Conflict error response.
HTTP spec seems to say that 303 See Other can be used: https://tools.ietf.org/html/rfc7231#section-4.3.3
When
POSTrequests attempts to construct a resource that already exists, we throwResourceExistsExceptionwhich currently maps to a409 Conflicterror response.HTTP spec seems to say that
303 See Othercan be used: https://tools.ietf.org/html/rfc7231#section-4.3.3