RFR: 8281305: Test com/sun/net/httpserver/simpleserver/MapToPathTest.java fails on Windows 11 [v2]

Daniel Fuchs dfuchs at openjdk.java.net
Wed Feb 16 09:42:09 UTC 2022


On Wed, 16 Feb 2022 09:05:46 GMT, Julia Boes <jboes at 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


More information about the net-dev mailing list