RFR: 8245095: Implementation of JEP 408: Simple Web Server [v9]
Julia Boes
jboes at openjdk.java.net
Mon Oct 18 12:21:59 UTC 2021
On Mon, 18 Oct 2021 11:38:22 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> Julia Boes has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 24 commits:
>>
>> - Minor rewording of bind address output
>> - Merge branch 'master' into simpleserver
>> - Merge branch 'master' into simpleserver
>> - update output for all interfaces
>> - use ipv4/ipv6 specific loopback address and add add how-to output for all interfaces
>> - Merge branch 'master' into simpleserver
>> - change default bind address from anylocal to loopback
>> - address PR comments
>> - Merge branch 'master' into simpleserver
>> - Merge remote-tracking branch 'origin/simpleserver' into simpleserver
>> - ... and 14 more: https://git.openjdk.java.net/jdk/compare/b1b66965...e86609d0
>
> test/jdk/com/sun/net/httpserver/simpleserver/ServerMimeTypesResolutionTest.java line 200:
>
>> 198: */
>> 199: // @Test(dataProvider = "commonExtensions")
>> 200: public static void testCommonExtensions(String extension) {
>
> Is this test and the one below supposed to be commented out?
Yes, `testCommonExtensions` is a manual test to find common mime types that are currently not supported, `printUnsupportedFileExtensions` prints the list of types found.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5505
More information about the core-libs-dev
mailing list