[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/installer/resources/conf-tmpl/internal.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jun 7 17:00:50 BST 2012
Author: lajoie
Date: Thu Jun 7 17:00:49 2012
New Revision: 3109
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3109&view=rev
Log:
set input/output encoding for velocity templates - SIDP-547
Modified:
branches/REL_2/doc/RELEASE-NOTES.txt
branches/REL_2/src/installer/resources/conf-tmpl/internal.xml
Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3109&r1=3108&r2=3109&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Thu Jun 7 17:00:49 2012
@@ -1,5 +1,6 @@
Changes in Release 2.3.7
=============================================
+[SIDP-547] - VelocityEngine initialization was not effectively using UTF-8 input and output encoding
[SIDP-549] - Incorrect handling of returned authn error in SSO profile handlers
[SIDP-550] - Default IdP metadata provider uses an undocumented plugin
Modified: branches/REL_2/src/installer/resources/conf-tmpl/internal.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/installer/resources/conf-tmpl/internal.xml?rev=3109&r1=3108&r2=3109&view=diff
==============================================================================
--- branches/REL_2/src/installer/resources/conf-tmpl/internal.xml (original)
+++ branches/REL_2/src/installer/resources/conf-tmpl/internal.xml Thu Jun 7 17:00:49 2012
@@ -39,6 +39,8 @@
<prop key="runtime.log.logsystem.class">
edu.internet2.middleware.shibboleth.common.util.Slf4JLogChute
</prop>
+ <prop key="input.encoding">UTF-8</prop>
+ <prop key="output.encoding">UTF-8</prop>
<prop key="resource.loader">classpath, string</prop>
<prop key="classpath.resource.loader.class">
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
More information about the commits
mailing list