Mantis - Resin
Viewing Issue Advanced Details
5778 major always 07-16-14 12:50 08-27-14 15:46
marko_asplund  
ferg  
normal  
closed 4.0.40  
fixed  
none    
none 4.0.41  
0005778: Exception thrown in servlet init method renders other servlets inaccessible
I have a webapp W with servlets A and B.
Both servlets use the Servlet 3.0 API WebServlet annotation for configuring servlet mapping and no web.xml deployment descriptor is included.
If servlet A throws an exception in its init(ServletConfig) method, servlet B is not accessible either.
In this specific case servlet B doesn't implement init methods.

Notes
(0006479)
ferg   
08-27-14 15:46   
servlet/12r7

init() was called for WebServlet even if loadOnStartup was not set.