Forum Discussion
PaoloT
Lithium Alumni (Retired)
Hi vaishnavi
I have encountered the behavior once and it is being investigated ( JakeS may be interested in this topic). In the meantime, to overcome these encoding issues in the past, I have used a workaround
<#assign token = jsonResp.access_token?replace("&", "&")?replace("=", "=")?replace("<","<")?replace(">",">")?replace("&quot;","\"") />
This is, of course, just a workaround using string replace but it did the trick for me.
Thanks
Related Content
- 11 months ago