DataFed icon indicating copy to clipboard operation
DataFed copied to clipboard

RepoServer does not report error for invalid path

Open dvstans opened this issue 3 years ago • 0 comments

When the repo server is processing a "get data size" command, it will check if the file path is valid; however, it simply sets the reply size to 0 and continues. It should catch the error and reply with an appropriate error message instead, such that the task processing code can properly report the issue to the end-user.

dvstans avatar Dec 30 '22 19:12 dvstans