[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 26 21:24:21 EDT 2015


Author: tzeller
Date: Thu Mar 26 21:24:20 2015
New Revision: 7450

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7450&view=rev
Log:
IDP-666 Changed messageSource default charset used when parsing properties files to UTF-8.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/global-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=7450&r1=7449&r2=7450&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Thu Mar 26 21:24:20 2015
@@ -35,7 +35,8 @@
 
     <bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource"
             p:cacheSeconds="%{idp.message.cacheSeconds:300}"
-            p:basenames-ref="%{idp.message.resources:shibboleth.MessageSourceResources}" />
+            p:basenames-ref="%{idp.message.resources:shibboleth.MessageSourceResources}"
+            p:defaultEncoding="UTF-8" />
 
     <import resource="../../conf/global.xml" />
     <import resource="../../conf/errors.xml" />



More information about the commits mailing list