FileWriter exits if it tries to write the same file twice
Created by: mattclarke
The filewriter exits if it receives a command to write the same file twice. This was discovered by accident when I was messing around with the integration test.
I don't know what we would want it to do. Perhaps it should ignore (and log) the second request for now?
TBD