mirror of https://github.com/apache/activemq.git
apply patch for: https://issues.apache.org/jira/browse/AMQ-3012
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1143604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ec990575d
commit
060f97dd87
|
@ -213,7 +213,7 @@ public class HttpTunnelServlet extends HttpServlet {
|
|||
HashMap options = new HashMap(transportOptions);
|
||||
transport = transportFactory.serverConfigure(answer, null, options);
|
||||
} catch (Exception e) {
|
||||
IOExceptionSupport.create(e);
|
||||
throw IOExceptionSupport.create(e);
|
||||
}
|
||||
|
||||
// Wait for the transport to be connected or disposed.
|
||||
|
|
Loading…
Reference in New Issue