Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In order to handle spec correct errors the response status code may vary in different cases. (e.g. 401 when client authentication fails). Adding this field to the OAuthProblemException class helps in creating the correct error response.
I also created a patch for this. See the attachment.