Skip to content

Instantly share code, notes, and snippets.

@folkengine
Created October 1, 2012 19:36
Show Gist options
  • Save folkengine/3813957 to your computer and use it in GitHub Desktop.
Save folkengine/3813957 to your computer and use it in GitHub Desktop.
Spring EL Placeholder URLEncoding another Placeholder
# http://static.springsource.org/spring/docs/3.1.1.RELEASE/spring-framework-reference/html/expressions.html
local.host=www.localhost.com:8080
local.host.encode= #{ T(java.net.URLEncoder).encode('${local.host}', 'UTF-8') }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment