Skip to content

Commit c068b31

Browse files
committed
TIKA-4545 -- fix for windows?
1 parent a41944f commit c068b31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public static void setUpSSL() throws Exception {
7676
json = json.replace("{SSL_KEYS}", TLS_KEYS
7777
.toAbsolutePath()
7878
.toString());
79+
json = json.replace("\\", "/");
7980

8081
TIKA_TLS_TWO_WAY_CONFIG = Files.createTempFile(TLS_CONFIG, "tika-config-tls-", ".json");
8182
Files.write(TIKA_TLS_TWO_WAY_CONFIG, json.getBytes(UTF_8));

0 commit comments

Comments
 (0)