http://jira.jboss.com/jira/browse/JBAS-3390
What is the current state of the protocol handler for use by the Connector? The
Http11Protocol is deprecated and there seems to be a need to use Http11AprProtocol. But
there is no way the plugged in "Http11AprProtocol" is getting used for the
"setAttribute" call, because the protocolHandler is taken as the default
"Http11Protocol" (even though the protocolHandlerClassName has been changed to
the Apr one).
So the connector interface needs to be updated such that the Http11AprProtocol gets used.
The issue is that the setAttribute call is not happening on a plugged in SSLImplementation
(in our case JBossSocketFactory).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957840#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...