DataFed
DataFed copied to clipboard
RepoServer does not report error for invalid path
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.