Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Use File.createTempFile() when downloading artifacts from a remote repository during a proxy request.
Currently when a file is downloaded it is saved in a temporary location before being moved in place. If a second request for the same artifact is made it will try and write to the same location as the first request at the same time. This causes the repository server to return an error.
This is common in use cases where Archiva is proxying a large file from a slow connecton.
Activity
James William Dumay
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.1 [ 13861 ] | |
| Assignee | James William Dumay [ james.w.dumay ] |
James William Dumay
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
James William Dumay
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | In Progress [ 3 ] | Closed [ 6 ] |
Committed in r673685.