You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/06/29 11:25:07 UTC

[2/4] stratos git commit: fixed missing value in cxf-servlet

fixed missing value in cxf-servlet


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/7b829dcc
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/7b829dcc
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/7b829dcc

Branch: refs/heads/master
Commit: 7b829dcc7446a1299d4dbd42c6cc35358d15a658
Parents: 246a5ba
Author: Pubudu Gunatilaka <pu...@gmail.com>
Authored: Mon Jun 29 14:11:53 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Mon Jun 29 14:54:58 2015 +0530

----------------------------------------------------------------------
 .../src/main/webapp/api/WEB-INF/cxf-servlet.xml                   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/7b829dcc/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/cxf-servlet.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/cxf-servlet.xml b/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/cxf-servlet.xml
index 08b440a..ca63eeb 100644
--- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/cxf-servlet.xml
+++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/cxf-servlet.xml
@@ -144,12 +144,13 @@
                 <value>accessUrls</value>
                 <value>kubernetesServices</value>
                 <value>publicIPs</value>
-                <value>ports</value>
+                <val>ports</val
                 <value>metadataKeys</value>
                 <value>networkInterfaces</value>
                 <value>iaasProvider</value>
                 <value>floatingNetworks</value>
                 <value>scalingDependents</value>
+                <value>aliases</value>
             </list>
         </property>
     </bean>