jquga / javarefactoring

Automatically exported from code.google.com/p/javarefactoring
0 stars 0 forks source link

Global exception handling #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. ALL exceptions should be catched and passed to some "Sorry, ..." page

Original issue reported on code.google.com by kalashni...@gmail.com on 23 Jul 2009 at 6:19

GoogleCodeExporter commented 9 years ago
<error-page>
<error-code>404</error-code>
<location>page-not-found.jsp</location>
</error-page>

<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>uncaught-error.jsp</location>
</error-page>

Original comment by kalashni...@gmail.com on 28 Jul 2009 at 1:58

GoogleCodeExporter commented 9 years ago
http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-sprin
g-mvc-part-2/

Original comment by kalashni...@gmail.com on 28 Jul 2009 at 2:02

GoogleCodeExporter commented 9 years ago

Original comment by kalashni...@gmail.com on 3 Aug 2010 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by kalashni...@gmail.com on 7 Apr 2011 at 8:52

GoogleCodeExporter commented 9 years ago
These bugs belong to the version 1 Myenvoc

Original comment by kalashni...@gmail.com on 7 Apr 2011 at 8:55