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();
>
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