Corner case with UnavailableException

2005-12-01 Thread Jeanfrancois Arcand
Hi, I'm currently looking at a corner case when an UnavailableException is thrown. Mainly, the Servlet is doing: > public void service(HttpServletRequest req, HttpServletResponse resp) > throws ServletException, IOException { > > PrintWriter out = resp.getWriter(); >

Corner case with UnavailableException

2005-12-01 Thread Jeanfrancois Arcand
Hi, I'm currently looking at a corner case when an UnavailableException is thrown. Mainly, the Servlet is doing: public void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { PrintWriter out = resp.getWriter(); resp.s