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

noreply at shibboleth.net noreply at shibboleth.net
Sat Jun 20 12:23:38 EDT 2015


Author: rdw
Date: Sat Jun 20 12:23:37 2015
New Revision: 7582

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7582&view=rev
Log:
IDP-666 Non ANSI messages

https://issues.shibboleth.net/jira/browse/IDP-666 change charset on message sources to UTF-8

(manual) merge of R6450 http://svn.shibboleth.net/view/java-identity-provider?view=revision&revision=7450

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

Modified: branches/3.1/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-conf/src/main/resources/system/conf/global-system.xml?rev=7582&r1=7581&r2=7582&view=diff
==============================================================================
--- branches/3.1/idp-conf/src/main/resources/system/conf/global-system.xml	(original)
+++ branches/3.1/idp-conf/src/main/resources/system/conf/global-system.xml	Sat Jun 20 12:23:37 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