You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JacksonFeature registers JsonParseExceptionMapper and JsonMappingExceptionMapper which returns 400 Bad Request as plain/text and does not allow to override them to return application/json.
Expected Behavior
We need to find the way to override them to return errors in JSON
Current Behavior
JacksonFeature
registersJsonParseExceptionMapper
andJsonMappingExceptionMapper
which returns 400 Bad Request asplain/text
and does not allow to override them to returnapplication/json
.Expected Behavior
We need to find the way to override them to return errors in JSON
Steps To Reproduce
for example in JavaScript:
returns
Environment - OS
Any
Polarion version
2404
Extension Version
6.1.0
Anything else
No response
The text was updated successfully, but these errors were encountered: