Using ManifoldCF v 2.8.1: I think there is a problem with the Filesystem Output Connector's removeDocument method.
During testing, we noticed that documents removed from the source repository did not result in a zero-length file in the file system destination. When the "removeDocument()" method checks for existence of the root, it constructs a "File" object from an empty StringBuffer instead of the root path for the output destination. This causes removeDocument to return on condition that the path does not exist. Is this the expected behavior? Thanks, //david
