[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jun 4 15:07:15 EDT 2014
Author: scantor
Date: Wed Jun 4 15:07:15 2014
New Revision: 6042
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6042&view=rev
Log:
Default content types of views.
Modified:
trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml?rev=6042&r1=6041&r2=6042&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml Wed Jun 4 15:07:15 2014
@@ -64,12 +64,14 @@
<property name="cache" value="true"/>
<property name="prefix" value=""/>
<property name="suffix" value=".vm"/>
+ <property name="contentType" value="text/html;charset=utf-8" />
</bean>
<bean id="shibboleth.InternalViewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="viewClass" value="org.springframework.web.servlet.view.JstlView"/>
<property name="prefix" value="/WEB-INF/jsp/"/>
<property name="suffix" value=".jsp"/>
+ <property name="contentType" value="text/html;charset=utf-8" />
</bean>
</beans>
More information about the commits
mailing list