-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8361121 | 21.0.9-oracle | Aditya Bugadi | P4 | Resolved | Fixed | master |
JDK-8361119 | 17.0.17-oracle | Aditya Bugadi | P4 | Resolved | Fixed | master |
JDK-8361120 | 11.0.29-oracle | Aditya Bugadi | P4 | Resolved | Fixed | master |
UNCTest.java was written to test that the URLConnection returned by URL::openConnection for a UNC path does not return the connection in an open state.
However, since the UNC path does not exist, an FtpURLConnection is returned instead, so the test doesn't really execute its intended code paths.
Most CI Windows instances seem to have Administrative Shares enabled, so we can use an UNC path like "\\computername\C$\Windows" instead and just skip the test in the case that Administrative Shares is disabled.
However, since the UNC path does not exist, an FtpURLConnection is returned instead, so the test doesn't really execute its intended code paths.
Most CI Windows instances seem to have Administrative Shares enabled, so we can use an UNC path like "\\computername\C$\Windows" instead and just skip the test in the case that Administrative Shares is disabled.
- backported by
-
JDK-8361119 UNCTest should use an existing UNC path
-
- Resolved
-
-
JDK-8361120 UNCTest should use an existing UNC path
-
- Resolved
-
-
JDK-8361121 UNCTest should use an existing UNC path
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/e6cea402
-
Review(master) openjdk/jdk/24842