-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
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
Labels
No labels