Bug #4831
The fileStatus URL does not work correctly if the file type has not previously been set
Start date:
10/23/2013
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
The remote fts calls the local side with fileType?dest=...
to get the file status. However, the dest argument is ignored, which means that if the local side doesn't already know the correct file type it gets set to default, which may cause the incorrect status to be returned to the remote server.
History
#1 Updated by Robert Illingworth about 7 years ago
- % Done changed from 0 to 50
fileType now works correctly. But it should really give an error if deducing the type fails.
#2 Updated by Robert Illingworth about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Not determining a file type not causes an error.
#3 Updated by Robert Illingworth about 7 years ago
- Status changed from Resolved to Closed