Vojtěch Knyttl
12/07/2020, 7:25 PMfield=foo|bar as input to Path.string().of("field") - browsers normally escape foo|bar to foo%7Cbar which in 249 always arrived as foo|bar to the controller. Now it arrives as foo%7Cbar. I can prepare a demo if it helps.dave
12/07/2020, 7:41 PMVojtěch Knyttl
12/07/2020, 8:31 PMVojtěch Knyttl
12/07/2020, 8:31 PMdave
12/07/2020, 9:19 PMVojtěch Knyttl
12/07/2020, 9:58 PMEduardo Narros
01/17/2022, 8:17 AM