On Wed, 16 Feb 2022 09:05:46 GMT, Julia Boes <jb...@openjdk.org> wrote:
>> This change adds a check for URI path segments that look like a root drive >> on Windows, e.g. "C:". Such path segments are not supported because a >> request path should really be relative to the working directory. >> >> The check is implemented with a platform-specific helper class, some >> additional test cases are included. >> >> Testing: tier 1-3, common Windows versions. > > Julia Boes has updated the pull request incrementally with one additional > commit since the last revision: > > fix package hierarchy LGTM ------------- Marked as reviewed by dfuchs (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7478