-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF63, 2021.23
-
Component/s: OAuth
-
Release Notes Summary:OAuth2 servlet better handles unexpected error
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #65
-
Story Points:2
The response is not written in the expected format (text/html or application/json) when an uncaught exceptions occur in the NuxeoOAuth2Servlet.
Expected errors, such as invalid_client, invalid_grant, etc.. are correctly handled by the servlet. We should do the same for unexpected errors.
- is required by
-
JAVACLIENT-216 Make text of server-side exception visible in NuxeoClientRemoteException object
- Resolved