ALF-19789 IE specific: Wiki RSS page is shown as xml

In web-scripts-application-context.xml was added webscripts.formats.IE bean.



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54866 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Pavel Yurke
2013-09-03 18:17:35 +00:00
parent c5d2fd4219
commit e3e2070937

View File

@@ -1982,4 +1982,19 @@
<property name="nodeService" ref="NodeService"/>
</bean>
<!-- END: Download -->
<!-- IE Specific set of API Formats -->
<bean id="webscripts.formats.IE" parent="webscripts.formatmap">
<property name="agent"><value>MSIE</value></property>
<property name="formats">
<props>
<prop key="atom">text/xml</prop>
<prop key="atomentry">text/xml</prop>
<prop key="atomfeed">text/xml</prop>
<prop key="rss">application/rss+xml</prop>
<prop key="opensearchdescription">text/xml</prop>
</props>
</property>
</bean>
</beans>