You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by md...@apache.org on 2015/08/14 10:30:31 UTC

[02/31] syncope git commit: Fix as per CXF-6499

Fix as per CXF-6499


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0d6187d1
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0d6187d1
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0d6187d1

Branch: refs/heads/SYNCOPE-156
Commit: 0d6187d1ff992e563bda761a91e69649f4e950f7
Parents: 252b151
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jul 17 15:27:14 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Aug 13 17:16:50 2015 +0200

----------------------------------------------------------------------
 core/rest-cxf/src/main/resources/restCXFContext.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0d6187d1/core/rest-cxf/src/main/resources/restCXFContext.xml
----------------------------------------------------------------------
diff --git a/core/rest-cxf/src/main/resources/restCXFContext.xml b/core/rest-cxf/src/main/resources/restCXFContext.xml
index 5818422..b26ed2e 100644
--- a/core/rest-cxf/src/main/resources/restCXFContext.xml
+++ b/core/rest-cxf/src/main/resources/restCXFContext.xml
@@ -85,6 +85,7 @@ under the License.
     <property name="useJaxbContextForQnames" value="true"/>
     <property name="ignoreMessageWriters" value="true"/>
     <property name="addResourceAndMethodIds" value="true"/>
+    <property name="usePathParamsToCompareOperations" value="false"/>
     <property name="javaDocPath" value="/WEB-INF/lib/syncope-common-rest-api-${syncope.version}-javadoc.jar"/>
   </bean>