Commit 91eca17
committed
org.apache.commons.vfs2.provider.sftp.SftpClientFactory might now always
resolve the current directory properly on Java 25
- Using File("") can yield unexpected results
- See https://bugs.openjdk.org/browse/JDK-80246951 parent a1e2e01 commit 91eca17
File tree
2 files changed
+3
-1
lines changed- commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp
- src/changes
2 files changed
+3
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
310 | | - | |
| 311 | + | |
311 | 312 | | |
312 | 313 | | |
313 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments