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
The way Exceptions currently work in Corto/Bindings should be part of this refactoring as well. There are a lot of different Exceptions that are thrown and caught and some bubble up while others are not. This should be streamlined and cleaned up a bit. (Alex Rothuis - Nov 22, 2016)
Also, after the response has been received and processed, there is an assumption that the Response contains an Assertion. IMHO, this should be explicitly validated before continuing. (Alex Rothuis - Nov 23, 2016)
Thought should also be put into how to deal with non-mapped, non-api-specific exceptions (for instance: invalid HTTP method or authentication issues). Currently a default (feedback) page is shown, but this is probably not preferable when accessing the engine API. (Alex Rothuis - Apr 13, 2017)
This issue is imported from pivotal - Originaly created at Nov 6, 2015 by Daan van Renterghem
Also refactor the FeedbackController and the way Response validation and Exceptions are handled.
The text was updated successfully, but these errors were encountered: