Skip to content

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

@mike-iris

Description

@mike-iris

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions