Author: dkulp
Date: Mon Apr 14 12:31:59 2008
New Revision: 647958
URL: http://svn.apache.org/viewvc?rev=647958&view=rev
Log:
Merged revisions 647935 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r647935 | dkulp | 2008-04-14 15:07:00 -0400 (Mon, 14 Apr 2008) | 2 lines
Make a method public to make it easier to programatically configure the
engines instead of always relying on spring
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.java
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.java?rev=647958&r1=647957&r2=647958&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.java
Mon Apr 14 12:31:59 2008
@@ -187,7 +187,7 @@
* engine is being Spring configured for TLS a GeneralSecurityException
* may be thrown.
*/
- protected synchronized JettyHTTPServerEngine
createJettyHTTPServerEngine(int port, String protocol)
+ public synchronized JettyHTTPServerEngine createJettyHTTPServerEngine(int
port, String protocol)
throws GeneralSecurityException, IOException {
LOG.fine("Creating Jetty HTTP Server Engine for port " + port + ".");
JettyHTTPServerEngine ref = retrieveJettyHTTPServerEngine(port);