eccsup / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

[RevisionMachine] Handling of paths in config files #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The system seems to just concatenate the path string with the filename string. 
If the paths do not have a trailing File.separator, the resulting concatenated 
path will be wrong.
The ConfigGUI has been fixed to ensure that those paths have a trailing 
File.separator.
However, if someone manually creates/alters a config file, this could be still 
the a bug-source.
It would be best to find all occurences where paths are built (path+filename) 
and ensure at those points that a file.separator is put in between.

Original issue reported on code.google.com by oliver.ferschke on 20 May 2011 at 1:50