> This change implements a simple web server that can be run on the
> command-line with `java -m jdk.httpserver`.
>
> This is facilitated by adding an entry point for the `jdk.httpserver` module,
> an implementation class whose main method is run when the above command is
> executed. This is th
On Mon, 20 Sep 2021 15:28:05 GMT, Julia Boes wrote:
>> This change implements a simple web server that can be run on the
>> command-line with `java -m jdk.httpserver`.
>>
>> This is facilitated by adding an entry point for the `jdk.httpserver`
>> module, an implementation class whose main meth
On Mon, 20 Sep 2021 16:09:14 GMT, Daniel Fuchs 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 12 commits:
>>
>> - Merge branch 'master' into simpleserver
>> - check isHidden, isSymlink, isReadable for all p
On Thu, 16 Sep 2021 15:28:36 GMT, Julia Boes wrote:
>> This change adds some common types to the content-type.properties files,
>> notably .js, .css, and .jar, as well as some others.
>>
>> The duplicated entry for .zip is removed from the Windows properties file.
>
> Julia Boes has updated th
On Thu, 16 Sep 2021 15:28:36 GMT, Julia Boes wrote:
>> This change adds some common types to the content-type.properties files,
>> notably .js, .css, and .jar, as well as some others.
>>
>> The duplicated entry for .zip is removed from the Windows properties file.
>
> Julia Boes has updated th