Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties file reader is sensitive to trailing spaces #29

Open
lefterav opened this issue May 29, 2013 · 0 comments
Open

Properties file reader is sensitive to trailing spaces #29

lefterav opened this issue May 29, 2013 · 0 comments
Labels

Comments

@lefterav
Copy link
Collaborator

When filenames are specified in the properties file, it is possible that one adds by accident a space in the end of the filename. This cannot be seen in a text editor, but quest will read the space as part of the filename and will try to find that. This will result in a FileNotFound exception, which will be very difficult to debug, because trailing spaces are not visible

I lost about 4 hours struggling to find why Giza file was not being read

The right behaviour is to trim the values of the properties files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant