2 Mar
2017
2 Mar
'17
2:57 p.m.
On Mar 2, 2017, at 2:49 PM, Stefan Paetow <Stefan.Paetow@jisc.ac.uk> wrote:
So today I had one of my sites deploy the new moonshot-targeted-ids file in the 3.0.x branch.
Everything so far, so good. Then I ask him to use a random string as the salt (which contained a closing curly bracket). The output was definitely *not* what was expected. This example below (salt = 'changeme}') illustrates the problem:
Yes, you need to escape curly close braces in xlat expansions. The escape sequence is %} -Arran