As part of the cleanup, we need to address the Part.write() API. This is currently always copying the part into a new file. However the API allows for this to be a move operation.
Potentially the parts should be stored in the non-context temp directory and only moved the the location directory when given a filename here . This will allows the DelayedHandler to avoid being context specific with its temp file usage.
Enhancement Description
A number of improvements have been discovered while working on #9066 and should be addressed (but are not related to #9066)
The text was updated successfully, but these errors were encountered: