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

service.cfg file parses incorrectly if a space occurs after a continuation backslash #1

Open
mike-iris opened this issue Aug 6, 2018 · 0 comments

Comments

@mike-iris
Copy link
Contributor

Preliminary investigation shows that Java's Properties load method handles a space after a backslash as a new line rather than a continuation. As might be expected, this leads to a property object that has unexpected, strangely named properties as well as list items missing from the original desired list. Also, the resulting property object may be mostly intact, depending where the extra space occurs, leading to difficult to diagnose errors.

The probably solution is probably to preprocess the service.cfg file and remove any characters after the \ and before the end of line.

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

No branches or pull requests

1 participant