Re: url encoding of java string in freemarker template file
Posted by
taher on
URL: http://ofbiz.116.s1.nabble.com/url-encoding-of-java-string-in-freemarker-template-file-tp4708874p4708876.html
I'm not sure there is a problem? FreeMarker is doing exactly what
you're telling it to do by escaping any URL characters. This behavior
is well documented [1]
So I guess the question is, why and in what context are you using the
url() built-in for.
[1]
http://freemarker.org/docs/ref_builtins_string.html#ref_builtin_urlOn Wed, Jul 26, 2017 at 5:04 AM, Wai <
[hidden email]> wrote: