Skip to content
Snippets Groups Projects
Commit 6bb5a8a3 authored by Tim Levett's avatar Tim Levett
Browse files

do something good with error condition

parent f9c6f9c8
No related branches found
No related tags found
1 merge request!2MUMMNG-2046 : Split into multimodule project so we can overwrite the inherited 404 and 500 page
......@@ -37,8 +37,7 @@ public class MyUWErrorValve extends ErrorReportValve implements Valve {
else
response.sendRedirect(ERROR_PAGE_LOCATION);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
super.report(request, response, throwable);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment