mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
CLOUD-2113 "CMIS atom URL used to support versions/1/atom form but no longer does"
CLOUD-2129 "CMIS Endpoints allow bogus values for version " - this has already been addressed in the code git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@56836 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -739,6 +739,15 @@
|
|||||||
<property name="version" value="1.0"/>
|
<property name="version" value="1.0"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<bean id="cmisAtomPubDispatcher1" class="org.alfresco.opencmis.PublicApiAtomPubCMISDispatcher" init-method="init">
|
||||||
|
<property name="descriptorService" ref="DescriptorService"/>
|
||||||
|
<property name="cmisServiceFactory" ref="publicApiCMISServiceFactory"/>
|
||||||
|
<property name="registry" ref="cmisDispatcherRegistry" />
|
||||||
|
<property name="serviceName" value="cmis" />
|
||||||
|
<property name="baseUrlGenerator" ref="baseUrlGenerator" />
|
||||||
|
<property name="version" value="1"/>
|
||||||
|
</bean>
|
||||||
|
|
||||||
<bean id="cmisAtomPubDispatcher1.1" class="org.alfresco.opencmis.PublicApiAtomPubCMISDispatcher" init-method="init">
|
<bean id="cmisAtomPubDispatcher1.1" class="org.alfresco.opencmis.PublicApiAtomPubCMISDispatcher" init-method="init">
|
||||||
<property name="descriptorService" ref="DescriptorService"/>
|
<property name="descriptorService" ref="DescriptorService"/>
|
||||||
<property name="cmisServiceFactory" ref="publicApiCMISServiceFactory"/>
|
<property name="cmisServiceFactory" ref="publicApiCMISServiceFactory"/>
|
||||||
|
Reference in New Issue
Block a user