[ https://issues.apache.org/activemq/browse/SM-372?page=comments#action_36072 ]
Guillaume Nodet commented on SM-372: ------------------------------------ Author: gnodet Date: Tue Apr 25 08:52:01 2006 New Revision: 396901 URL: http://svn.apache.org/viewcvs?rev=396901&view=rev Log: SM-372: HTTPS support for the servicemix-http component Patch provided by Mike Gerdes and enhanced to support client side https and to test endpoints for incompatible ssl parameters. Need to check why the test case is failing (out of date certificate ?) Added: incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/SslParameters.java incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/processors/CommonsHttpSSLSocketFactory.java incubator/servicemix/trunk/servicemix-http/src/test/resources/org/apache/servicemix/http/client.keystore (with props) incubator/servicemix/trunk/servicemix-http/src/test/resources/org/apache/servicemix/http/server.keystore (with props) Modified: incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/HttpEndpoint.java incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/HttpProcessor.java incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/ServerManager.java incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ProviderProcessor.java incubator/servicemix/trunk/servicemix-http/src/test/java/org/apache/servicemix/http/HttpSpringTest.java incubator/servicemix/trunk/servicemix-http/src/test/java/org/apache/servicemix/http/ServerManagerTest.java incubator/servicemix/trunk/servicemix-http/src/test/resources/org/apache/servicemix/http/spring.xml > HTTPS support for the servicemix-http component > ----------------------------------------------- > > Key: SM-372 > URL: https://issues.apache.org/activemq/browse/SM-372 > Project: ServiceMix > Type: New Feature > Components: servicemix-http > Reporter: Mike Gerdes > Attachments: ConsumerProcessor.java, ConsumerProcessor.patch, > HttpEndpoint.java, HttpEndpoint.patch, ServerManager.java, ServerManager.patch > > > Added support for the servicemix-http component. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
