JVM arg ending in backslash doesn't work

Description

The following server.json doesn't work:

which outside of the JSON looks like this

breaks runwar since it turns the JVM args into a semi-colon delimited list and the trailing backslash escapes the semicolon which causes the two args to get concatenated into a single one with a semicolon between them.

Runwar needs to allow a double backslash to escape a literal backslash.

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created March 6, 2021 at 11:13 PM
Updated March 8, 2021 at 5:16 PM
Resolved March 8, 2021 at 5:16 PM