Hi, I'm working with the trunk version of apache.commons.configuration. There, FileHandler allows to have passed a "FileBased" object in the constructor. I thought, I could implement that interface to provide an abstraction to the underlying file system. However, if I do it htat way, there is an exception "No file name has been set!". When going through the code, it seems that this object is the internal data storage for the configuration and not the external file storage.
Possibly, just the header comments of this constructor should be updated. Like sort of saying "this constructor is for internal use only". Cheers, Oliver
