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/03792725
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/03792725
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/03792725

Branch: refs/heads/SYNCOPE-652
Commit: 03792725c6caebfab70c51b56a50246e866e9b72
Parents: ef4069a
Author: Francesco Chicchiriccò <[email protected]>
Authored: Fri Jul 17 15:27:14 2015 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Fri Jul 17 15:27:14 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/03792725/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>
   

Reply via email to