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
2024-11-17 11:25:46 WARN org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Could not resolve type id 'urn:enum-value-update' as a subtype of `net.ivoa.calycopis.openapi.model.IvoaAbstractUpdate`: known type ids = [IvoaAbstractUpdate, uri:enum-value-update, uri:integer-delta-update, uri:integer-value-update, uri:string-value-update] (for POJO property 'update')]
We should catch unknown types and return a NO response with an appropriate message rather than allowing the Exception to bubble up into the response.
The text was updated successfully, but these errors were encountered: