We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dfc97 commit 27befc8Copy full SHA for 27befc8
core/src/main/java/io/cucumber/core/plugin/PluginFactory.java
@@ -234,7 +234,7 @@ private static FileOutputStream createFileOutputStream(File file) {
234
}
235
236
try {
237
- return new FileOutputStream(file);
+ return new FileOutputStream(canonicalFile);
238
} catch (FileNotFoundException e) {
239
// See: https://github.com/cucumber/cucumber-jvm/issues/2108
240
throw new IllegalArgumentException(String.format("" +
0 commit comments