You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vadim Pakhnushev (Jira)" <ji...@apache.org> on 2023/03/02 09:49:00 UTC

[jira] [Updated] (IGNITE-18938) SSL integration tests fail on Windows

     [ https://issues.apache.org/jira/browse/IGNITE-18938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vadim Pakhnushev updated IGNITE-18938:
--------------------------------------
    Labels: ignite-3  (was: )

> SSL integration tests fail on Windows
> -------------------------------------
>
>                 Key: IGNITE-18938
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18938
>             Project: Ignite
>          Issue Type: Bug
>          Components: rest
>            Reporter: Vadim Pakhnushev
>            Assignee: Vadim Pakhnushev
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)