chrisamccoy / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 1 forks source link

Return all available HTTP error information on when Fetch URL fails #523

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently Refine returns the Java exception message as the error message when 
the user asks for errors to be recorded, but this is often uninformative.  For 
example, for a 404 the exception is File Not Found and the message is the URL, 
so all the user sees is the failing URL (which they already knew).

Instead we should return the HTTP error code, error message, and HTML error 
page (contents of error stream) in the form "<code>, <message> | <html>"

Original issue reported on code.google.com by tfmorris on 26 Jan 2012 at 6:47

GoogleCodeExporter commented 8 years ago
Fixed in r2429.

Original comment by tfmorris on 26 Jan 2012 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 3:05