Issues
- Different output for fileOpen() between ACF & Lucee 6LDEV-5414Resolved issue: LDEV-5414Pothys - MitrahSoft
- add FileModeToSymbolic functionLDEV-5312Resolved issue: LDEV-5312Pothys - MitrahSoft
- use java.nio.file.Files for file deletion for better exceptionsLDEV-5264Zac Spitzer
- FileDelete will delete an empty directoryLDEV-4494Michael Offner
- FileWriteLine uses wrong line seperator on windowsLDEV-4332Resolved issue: LDEV-4332
- blockedExtensions arguments doesn't works in fileUpload/fileUploadAllLDEV-4238Resolved issue: LDEV-4238Pothys - MitrahSoft
- Regression - this.blockedextforfileupload doesn't works for the file uploadLDEV-4237Resolved issue: LDEV-4237Pothys - MitrahSoft
- Incompatibility - fileUpload/fileUploadAll doesn't support strict argumentLDEV-4232Resolved issue: LDEV-4232Pothys - MitrahSoft
- FileWrite exception is missing the filepathLDEV-4081Resolved issue: LDEV-4081Michael Offner
- Add throwOnMissing boolean argument to fileDelete() and directoryDelete()LDEV-4014
- Deleting a file that isn't there = "success", aside from the exception.LDEV-3918
- FileExists behavior inconsistent with ACFLDEV-3773Michael Offner
- NullPointerException - Using gettempfile() with named paramsLDEV-3749Resolved issue: LDEV-3749Michael Offner
- cfdirectory mode is not applied to new parent dirs with createPath=trueLDEV-3506Resolved issue: LDEV-3506Zac Spitzer
- Conflict in same thread whilst running test casesLDEV-3495Michael Offner
- DirectoryRename should return the new path, not voidLDEV-3453Resolved issue: LDEV-3453Pothys - MitrahSoft
- FileAppend does not support file objectLDEV-3424Resolved issue: LDEV-3424Mircea Botez
- FileSetAttribute failing on windowsLDEV-3312Resolved issue: LDEV-3312Pothys - MitrahSoft
- DirectoryCopy only throws a mysterious ApplicationException, without causeLDEV-3299Mircea Botez
- add a DirectoryInfo(dir) function, like FileInfoLDEV-3294Resolved issue: LDEV-3294Pothys - MitrahSoft
- add created date to resourcesLDEV-3271Michael Offner
- getFileInfo is missing created dateLDEV-3270Resolved issue: LDEV-3270Pothys - MitrahSoft
- cfdirectory action=create with attribute nameconflict=skip doesn't workLDEV-3192Resolved issue: LDEV-3192Pothys - MitrahSoft
- can't create directory error needs more informationLDEV-2897Michael Offner
- directoryDelete() can throw NPELDEV-2857Resolved issue: LDEV-2857Michael Offner
- Uploaded files no longer inherit the destination directory's permissionsLDEV-2713Resolved issue: LDEV-2713Pothys - MitrahSoft
- Status showing open - when using Fileclose()LDEV-2533Resolved issue: LDEV-2533Michael Offner
- fileUpload() not compatible with ACFLDEV-2414
- FileSetAttribute(file, "normal") does not clear Read-Only attributeLDEV-2410Resolved issue: LDEV-2410Zac Spitzer
- FileGetMimeType() - doesn't throw an error when the file does not exist or is emptyLDEV-2395Resolved issue: LDEV-2395Pothys - MitrahSoft
- FileCopy- Destination file losses the original access modeLDEV-2349Resolved issue: LDEV-2349Michael Offner
- FileMove() is unable to move a file with the read-only file attributeLDEV-2339Resolved issue: LDEV-2339Michael Offner
- allow specifying a file extension for getTempFileLDEV-2331Resolved issue: LDEV-2331Pothys - MitrahSoft
- cffile write nameconflict skip - writes an empty fileLDEV-2159Resolved issue: LDEV-2159Michael Offner
- executable bit is lost on files when using directoryCopy() on binariesLDEV-2116Resolved issue: LDEV-2116Michael Offner
- DirectoryCopy doesn't check the thread interruptLDEV-1956Michael Offner
- FileSetAttribute doesn't hidden given fileLDEV-1880Resolved issue: LDEV-1880Pothys - MitrahSoft
- FILE CLOSE STATUS STILL BE IN OPENLDEV-1877Resolved issue: LDEV-1877Michael Offner
- directoryList( listInfo="query" ) returns wrong path for symlinks on *nixLDEV-1710Michael Offner
- cffile - mimetype of MS Office files incorrect in 5.2.2.71+LDEV-1549Resolved issue: LDEV-1549Michael Offner
- getFileInfo reports the wrong file sizeLDEV-1533Resolved issue: LDEV-1533Igal Sapir
- Double spaces in filename combined to one in cfdirectory name attributeLDEV-678Resolved issue: LDEV-678Pothys - MitrahSoft
- fileSetLastModified() Fails Silently on Non-Existent FileLDEV-475Resolved issue: LDEV-475Michael Offner
- Incorrect mime type detection of ms excelLDEV-390Resolved issue: LDEV-390Michael Offner
44 of 44
Different output for fileOpen() between ACF & Lucee 6
Fixed
Description
Attachments
2
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Gary StantonGary StantonLabels
New 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
Fix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Gary Stanton
Gary StantonLabels
New 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
Fix versions
Priority
Created 19 March 2025 at 12:18
Updated last week
Resolved last week
Activity
Show:
Pothys - MitrahSoftlast weekEdited
I tested this ticket with Lucee version 7.0.0.169-SNAPSHOT. When I tried to execute the fileOpen()
function, the returned size now shows the number value, and the bytes are no longer included. Both ACF and Lucee now return the same results.
Zac Spitzerlast week
Zac Spitzer19 March 2025 at 12:39
both getMetaData(fileObj)
and fileObj.getMetaData()
are returning empty structs?
The response from a
fileOpen()
call is different between Lucee 6 and ACF 2023.Specifically the FileSize value includes the word ‘bytes’ in Lucee.