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 38d338f commit 99116fbCopy full SHA for 99116fb
src/main/java/me/itzg/helpers/http/SpecificFileFetchBuilder.java
@@ -64,7 +64,7 @@ public Mono<Path> assemble() {
64
65
final boolean useIfModifiedSince = skipUpToDate && Files.exists(file);
66
67
- final Path tempDownloadFile = file.getParent().resolve(file.getFileName() + ".download");
+ final Path tempDownloadFile = file.resolveSibling(file.getFileName() + ".download");
68
return useReactiveClient(client ->
69
client
70
.doOnRequest((httpClientRequest, connection) ->
0 commit comments