Vadim Pakhnushev created IGNITE-18938:
-----------------------------------------
Summary: SSL integration tests fail on Windows
Key: IGNITE-18938
URL: https://issues.apache.org/jira/browse/IGNITE-18938
Project: Ignite
Issue Type: Bug
Reporter: Vadim Pakhnushev
Assignee: Vadim Pakhnushev
Integration tests using
{{org.apache.ignite.internal.rest.ssl.RestNode#bootstrapCfg}} fail on Windows.
Micronaut file path properties like {{micronaut.server.ssl.key-store.path}}
expect the "file:" prefix, but they don't use proper handling and simply cut
the prefix, so on Windows the property should look like {{file:C:\tmp}} instead
of {{file:/C:/tmp}}.
Also the config file parser expect escaped strings, so the backslashes should
be escaped and the whole string should be quoted.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)