GET /{projId}/outputFiles.zip leaks the archive file

Issue #10 resolved
Chase Tingley created an issue

The /{projId}/outputFiles.zip endpoint creates a local temp file to hold the project contents, and then returns the temp file directly. The temp file is never cleaned up. These files can be identified by their ~okapi-3_[...] prefix in the temp directory.

Comments (2)

  1. Log in to comment