-
Sub-task
-
Resolution: Unresolved
-
P4
-
26
Previously, `java.net.http.HttpRequest.BodyPublishers::ofFile(Path)` could throw `java.nio.file.NoSuchFileException` when the provided `Path` was not associated with the default file system. This inconsistency has been removed by mapping these to `java.io.FileNotFoundException`, in line with the `ofFile` API specification.