urlDecode() - throws "Invalid URL encoding" exception

I’ve triaged the ticket, %25 is a % and lucee already automatically decodes the url scope, so you are trying to decode what is strictly a badly encoded url.

https://luceeserver.atlassian.net/browse/LDEV-5560?focusedCommentId=60674

Lucee used to be less strict and ACF likewise, but we switched to a standard library with 6, for better support for various other encoding edge cases

https://luceeserver.atlassian.net/browse/LDEV-4648

1 Like