Skip to content
Snippets Groups Projects
  • Vincent Petry's avatar
    e1dbae14
    Properly trigger testRemote after getting a 404 from remote fed share · e1dbae14
    Vincent Petry authored
    Whenever a remote fed share's shareinfo call returns a 404, don't
    directly assume the storage is not available by throwing
    StorageNotAvailableException. We need to properly throw
    NotFoundException to trigger the later logic that calls testRemote()
    that verifies that the 404 is not from a broken server but really from
    an obsolete share.
    e1dbae14
    History
    Properly trigger testRemote after getting a 404 from remote fed share
    Vincent Petry authored
    Whenever a remote fed share's shareinfo call returns a 404, don't
    directly assume the storage is not available by throwing
    StorageNotAvailableException. We need to properly throw
    NotFoundException to trigger the later logic that calls testRemote()
    that verifies that the 404 is not from a broken server but really from
    an obsolete share.