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 exception from construction of java.net.URI is not explictly handled but bubbles up and probably ends in generic wrapper, instead of more semantically meaningful message.
We should handle that explicitly to handle it better, to allow for more graceful handling at higher level.
The text was updated successfully, but these errors were encountered:
Ah! But handling of java.net.URL did NOT catch it -- fixing.
cowtowncoder
changed the title
Improve error-handling for java.net.URI deserialization
Improve error-handling for java.net.URL deserialization
Aug 31, 2016
(for background see dropwizard/dropwizard#1647)
Currently exception from construction of
java.net.URI
is not explictly handled but bubbles up and probably ends in generic wrapper, instead of more semantically meaningful message.We should handle that explicitly to handle it better, to allow for more graceful handling at higher level.
The text was updated successfully, but these errors were encountered: