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
Original issue reported on code.google.com by
tfmorris
on 26 Jan 2012 at 6:47