-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
In Alfresco there is a temp file provider that cleans up temp files that have not been cleaned properly within 24h. No such system exists in this project.
In
Line 344 in 60eb104
| final File targetFile = buildFile(targetFilename); |
If any of the exceptional conditions happen that result in the following lines of code: 364, 373, 389, 398, 407 executing, the transform method returns without a finally and leave the source and target files on disk and they are NEVER cleaned up.
The transform implementation that starts on line 165 (handles REST calls) doesn't appear to clean up temp files ever.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels