RFR: 8245095: Implementation of JEP 408: Simple Web Server [v8]

Julia Boes jboes at openjdk.java.net
Wed Sep 29 11:02:05 UTC 2021


> 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 the first such module entry point in the JDK.
> 
> The server is a minimal HTTP server that serves the static files of a given directory, similar to existing alternatives on other platforms and convenient for testing, development, and debugging.
> 
> Additionally, a small API is introduced for programmatic creation and customization.
> 
> Testing: tier1-3.

Julia Boes has updated the pull request incrementally with one additional commit since the last revision:

  update output for all interfaces

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5505/files
  - new: https://git.openjdk.java.net/jdk/pull/5505/files/7f994476..a7ce5b2c

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5505&range=07
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5505&range=06-07

  Stats: 12 lines in 4 files changed: 0 ins; 0 del; 12 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5505.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5505/head:pull/5505

PR: https://git.openjdk.java.net/jdk/pull/5505


More information about the core-libs-dev mailing list