Scott Andrews 0dc2caccc6 SPR-6296 Spring:url tag should not use application/x-www-form-urlencoded encoding
Work around for application/x-www-form-urlencoded encoding.  Replaces '+' from java.net.URLDecoder with charset specific encoded space value ('%20' for most charsets).

The custom urlEncode method should be replaced with calls to a true URL encoder once available.


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2244 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-03 21:01:23 +00:00
2009-10-30 20:35:29 +00:00
S
Description
No description provided
438 MiB
Languages
Java 97.6%
Kotlin 2.3%