Archiva

Use File.createTempFile() when downloading files from a remote repository

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.1
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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

Hide
James William Dumay added a comment -

Committed in r673685.

Show
James William Dumay added a comment - Committed in r673685.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: