mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user