Skip to content

Forkproperties regression with Jetty #44

Closed
@mecseid

Description

@mecseid

With commit 79ac348, Jetty cannot start, because the split makes empty sytem properties.
I get a startup failure with stactrace about empty key.

Based on the mentioned commit, a simple example:

jshell> "-Dsome.property=value".split("-D")
$1 ==> String[2] { "", "some.property=value" }

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