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
With Lucee 6.1, the underlying decoder was switched to use Apache Common Codec, which is stricter but more standards compliant.
2
2
3
3
Use the `strict=false` argument for the older behaviour, which strips out invalid encodings and doesn't throw an exception.
4
+
5
+
By default, Lucee attempts to decode all values passed in the `url` and `form` scopes, using strict mode. If an decoding error occurs, Lucee passes the raw value thru.
0 commit comments