RFR: 8245095: Implementation of JEP 408: Simple Web Server
Florent Guillaume
github.com+592810+efge at openjdk.java.net
Wed Sep 15 01:57:47 UTC 2021
On Tue, 14 Sep 2021 15:56:53 GMT, Julia Boes <jboes at openjdk.org> wrote:
>> I think you can ignore my comment above. I went and checked the `content-types.properties` in their current state for both unix and windows and they already have a separate `application/zip` which is mapped to `.zip`. So I think this above change shouldn't impact anything.
>
> That's right, there was a duplicate entry for `.zip` in the Windows properties file only, which I removed.
>
> I'm not sure if `.z` in the Unix properties file is intentional, but I do have a PR in progress in the same area, which I will link here shortly.
FWIW `.z` is the extension of the old Unix `compress` program.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5505
More information about the build-dev
mailing list