Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes edbadd5a9 -> 49bd08b33


[CXF-6547] Adding an init prefix property, thanks to James Carman


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/49bd08b3
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/49bd08b3
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/49bd08b3

Branch: refs/heads/3.0.x-fixes
Commit: 49bd08b33d320c2dfaea2c8747dbda267f8a4eee
Parents: edbadd5
Author: Sergey Beryozkin <[email protected]>
Authored: Tue Aug 18 15:09:41 2015 +0100
Committer: Sergey Beryozkin <[email protected]>
Committed: Tue Aug 18 15:16:23 2015 +0100

----------------------------------------------------------------------
 .../org/apache/cxf/transport/http/osgi/HTTPTransportActivator.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/49bd08b3/rt/transports/http/src/main/java/org/apache/cxf/transport/http/osgi/HTTPTransportActivator.java
----------------------------------------------------------------------
diff --git 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/osgi/HTTPTransportActivator.java
 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/osgi/HTTPTransportActivator.java
index c01afb4..1c49b45 100644
--- 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/osgi/HTTPTransportActivator.java
+++ 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/osgi/HTTPTransportActivator.java
@@ -113,6 +113,8 @@ public class HTTPTransportActivator
                 properties = new Properties();
             }
             Properties sprops = new Properties();
+            sprops.put("init-param", 
+                   getProp(properties, "org.apache.cxf.servlet.init-param", 
""));
             sprops.put("alias",
                        getProp(properties, "org.apache.cxf.servlet.context", 
"/cxf"));
             sprops.put("servlet-name", 

Reply via email to