server-dev  

[jira] Created: (HUPA-55) MessageSourceServlet has a close() not in a finally block.

Eric Jablow (JIRA)
Mon, 23 Nov 2009 13:12:05 -0800

MessageSourceServlet has a close() not in a finally block.
----------------------------------------------------------

                 Key: HUPA-55
                 URL: https://issues.apache.org/jira/browse/HUPA-55
             Project: JAMES Hupa
          Issue Type: Bug
            Reporter: Eric Jablow
            Assignee: Norman Maurer
            Priority: Minor


The output stream in MessageSourceServlet.doGet is closed within the try block, 
not a finally block.  If an exception occurs, it won't be closed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org