On Fri, 9 May 2025 09:53:08 GMT, Volkan Yazici <vyaz...@openjdk.org> wrote:
>> Allows relative paths in the content root directory passed to the >> `jwebserver`. Changes effect both the `jwebserver` executable and the `java >> -m jdk.httpserver` execution. >> >> ### Implementation notes >> >> Received `Path` is read using `toRealPath()`, and then employed in >> `s.n.h.s.FileServerHandler`, which is the only place in the web server code >> where an absolute path requirement is present. > > Volkan Yazici has updated the pull request incrementally with two additional > commits since the last revision: > > - Fix license year > - Move path resolution back to option parsing @vy Your change (at version c28a65c1c4d0b6e835487a7f971ba23459840ecc) is now ready to be sponsored by a Committer. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25113#issuecomment-2873703209