[java-opensaml2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/main/java/org/opensaml/ESAPISecurityConfig.java

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 15 20:15:13 EDT 2012


Author: putmanb
Date: Wed Aug 15 20:15:13 2012
New Revision: 1588

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1588&view=rev
Log:
JOST-184: It would be nice if ESAPI.encodeForURL could be made to work

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/src/main/java/org/opensaml/ESAPISecurityConfig.java

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=1588&r1=1587&r2=1588&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Wed Aug 15 20:15:13 2012
@@ -1,5 +1,6 @@
 Changes in Release 2.5.4
 =============================================
+[JOST-184] - It would be nice if ESAPI.encodeForURL could be made to work
 [JOST-185] - Defaultbootstrap does not initialize the providers from the WS-Trust and WS-Policy schemas in openws
 [JOST-187] - Velocity initialization code uses an invalid key for the configuration properties set
 [JOST-188] - DefaultBootstrap is unnecessarily calling Velocity singleton initialization

Modified: branches/REL_2/src/main/java/org/opensaml/ESAPISecurityConfig.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/java/org/opensaml/ESAPISecurityConfig.java?rev=1588&r1=1587&r2=1588&view=diff
==============================================================================
--- branches/REL_2/src/main/java/org/opensaml/ESAPISecurityConfig.java (original)
+++ branches/REL_2/src/main/java/org/opensaml/ESAPISecurityConfig.java Wed Aug 15 20:15:13 2012
@@ -103,7 +103,7 @@
 
     /** {@inheritDoc} */
     public String getCharacterEncoding() {
-        return null;
+        return "UTF-8";
     }
 
     /** {@inheritDoc} */



More information about the commits mailing list