You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(HyperRequest): Avoid double encoding using cfhttpparam
Lucee automatically encodes the `url` attribute. This led to double-encoding.
Instead, we use the `cfhttpparam` without doing any encoding ourselves
since the `cfhttpparam` always encodes.
0 commit comments