Skip to content

Commit bc585eb

Browse files
remove line in jetty docs about JDK9 and HTTP2 (#2230)
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
1 parent 00baf88 commit bc585eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jetty/content.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ RUN java -jar $JETTY_HOME/start.jar --add-to-startd=http2 --approve-all-licenses
9090

9191
This will add an `http2.ini` file to the `$JETTY_BASE/start.d` directory and download the required ALPN libraries into `$JETTY_BASE/lib/alpn`, allowing the use of HTTP/2. HTTP/2 connections should be made via the same port as normal HTTPS connections (container port 8443). If you would like to enable the `http2` module via `$JETTY_BASE/start.ini` instead, substitute `--add-to-start` in place of `--add-to-startd` in the `RUN` command above.
9292

93-
Once OpenJDK 9 becomes generally available with built-in support for ALPN, this image will be updated to enable HTTP/2 support by default.
94-
9593
# Security
9694

9795
By default, this image starts as user `root` and uses Jetty's `setuid` module to drop privileges to user `jetty` after initialization. The `JETTY_BASE` directory at `/var/lib/jetty` is owned by `jetty:jetty` (uid 999, gid 999).

0 commit comments

Comments
 (0)