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:
Steven Glover
2013-10-21 10:34:05 +00:00
parent 84ebbccb48
commit e95c088a0e

View File

@@ -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"/>