[hornetq-commits] JBoss hornetq SVN: r9286 - trunk/src/main/org/hornetq/core/remoting/impl/netty.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 1 08:57:33 EDT 2010


Author: ataylor
Date: 2010-06-01 08:57:32 -0400 (Tue, 01 Jun 2010)
New Revision: 9286

Modified:
   trunk/src/main/org/hornetq/core/remoting/impl/netty/NettyConnector.java
Log:
https://jira.jboss.org/browse/HORNETQ-403 - fixed servlet using ssl

Modified: trunk/src/main/org/hornetq/core/remoting/impl/netty/NettyConnector.java
===================================================================
--- trunk/src/main/org/hornetq/core/remoting/impl/netty/NettyConnector.java	2010-05-29 00:11:49 UTC (rev 9285)
+++ trunk/src/main/org/hornetq/core/remoting/impl/netty/NettyConnector.java	2010-06-01 12:57:32 UTC (rev 9286)
@@ -336,7 +336,7 @@
          {
             List<ChannelHandler> handlers = new ArrayList<ChannelHandler>();
 
-            if (sslEnabled)
+            if (sslEnabled && !useServlet)
             {
                SSLEngine engine = context.createSSLEngine();
 



More information about the hornetq-commits mailing list