Skip to content

Commit

Permalink
Update sysprop-envvar.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 2, 2024
1 parent aa9db36 commit e612a31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/main/java/resource/setting/sysprop-envvar.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,10 @@
"sysprop": "lucee.template.charset",
"envvar": "LUCEE_TEMPLATE_CHARSET",
"desc": ""
},
{
"sysprop": "lucee.url.encodeAllowPlus",
"envvar": "LUCEE_URL_ENCODEALLOWPLUS",
"desc": "Lucee before 6.2 would attempt to re-encode a url param which contained a space. If the url param was already encoded, it would trigger re-encoding the param again, breaking it. This was avoidable previously by using cfhttp encodeurl=false, set to false to enable previous behaviour"
}
]

0 comments on commit e612a31

Please sign in to comment.