Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
The MirroredWagon class includes a get method that runs into an infinite loop.
I think a return is required after this.impl.get( resource, destination );
public void get( String resource, File destination )
throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
{
try
{
while ( true )
{
try
catch ( TransferFailedException e )
{ nextMirror(); } }
}
catch ( ExhaustedMirrorsException e )
{
}
}
Attachments
Attachments
Issue Links
- is depended upon by
-
WAGON-75 m2eclipse is having issues with wagon
- Closed