Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

SymphonyClientConfigBuilder doesn't correctly handle null configuration values #104

@pmonks

Description

@pmonks

org.symphonyoss.client.SymphonyClientConfigBuilder has a bug related to null handling, ultimately caused by the unfortunate fact that java.util.Properties does not allow null values to be stored (though it will happily return them, when they're populated via other means 🤦‍♂️).

Neither org.symphonyoss.client.SymphonyClientConfigBuilder nor org.symphonyoss.client.SymphonyClientConfig protect against this themselves.

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