Plaindoux created OLTU-178: ------------------------------ Summary: initial responseCode not set in the OAuthProblemException Key: OLTU-178 URL: https://issues.apache.org/jira/browse/OLTU-178 Project: Apache Oltu Issue Type: Bug Components: oauth2-client Affects Versions: oauth2-1.0.0 Reporter: Plaindoux
In the {{OAuthClientValidator#validateErrorResponse()}} method the responseCode is not set when a custom exception is built. As a consequence it always returns a bad request status (400). This value is correctly set in the OAuthClientResponse but it's lost later in the call stack. In order to fix it {{OAuthClientValidator#responseStatus(int)}} can be call in the validateErrorResponse method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)