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
Currently there's a lot of try/catches in Jersey Resource classes. In general these exceptions should be handled by an Exception mapper. This cleans up a lot of code and should unify our returned HTTP status codes in case of exceptions.
Note: This issue has been automatically migrated from Bitbucket
Created by @michaeldejong on 2012-12-07 20:31:16+00:00, last updated: 2013-01-14 13:41:32+00:00
The text was updated successfully, but these errors were encountered:
Currently there's a lot of try/catches in Jersey Resource classes. In general these exceptions should be handled by an Exception mapper. This cleans up a lot of code and should unify our returned HTTP status codes in case of exceptions.
Note: This issue has been automatically migrated from Bitbucket
Created by @michaeldejong on 2012-12-07 20:31:16+00:00, last updated: 2013-01-14 13:41:32+00:00
The text was updated successfully, but these errors were encountered: