Actions
Bug #6008
closedMetacat servlet API upload() method uses user-supplied filename for temp upload
Start date:
06/21/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
This can be problematic if users simultaneously attempt to upload a data file with the same name.
Related issues
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
Now using File.createTempFile() and deleting the data files when done.
Actions