Details
Assignee
Zac SpitzerZac SpitzerReporter
Pete FreitagPete FreitagNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Priority
Minor
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Pete Freitag
Pete FreitagNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Priority
Created 9 September 2019 at 16:40
Updated 5 days ago
The implementation of
this.blockedExtForFileUpload
in lucee does not implement the*
wildcard, which should prevent ALL file uploads within the Application (or server if set globally). ACF supports setting the value to*
, Lucee only accepts a list of file extensions.This wildcard setting is extremely useful for applications or servers that do not need to accept uploads.
Ideally Lucee will check this setting before creating the temporary file with the uploaded file contents, and simply throw an exception at that point.