Skip to content

Commit 46dbbcb

Browse files
committed
Updates from review.
Signed-off-by: Simone Bordet <[email protected]>
1 parent d4e38d7 commit 46dbbcb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

documentation/jetty/modules/operations-guide/pages/modules/standard.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,9 @@ include::{jetty-home}/modules/http3.mod[tags=documentation]
319319

320320
The `http-config` module provides HTTP configuration parameters that describe the HTTP semantic, and therefore do not depend on a specific HTTP protocol version.
321321

322+
This module creates an instance of `HttpConfiguration` for clear-text HTTP.
323+
For secure HTTP, the `ssl` module creates a copy of this `HttpConfiguration`.
324+
322325
The module properties are:
323326

324327
----

jetty-core/jetty-server/src/main/config/etc/jetty-http-config.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_10_0.dtd">
2-
2+
<!--
3+
This is the HTTP configuration for clear-text HTTP.
4+
For secure HTTP, a copy of this configuration is made
5+
in jetty-ssl.xml.
6+
-->
37
<Configure id="httpConfig" class="org.eclipse.jetty.server.HttpConfiguration">
48
<Set name="secureScheme" property="jetty.httpConfig.secureScheme" />
59
<Set name="securePort" property="jetty.httpConfig.securePort" />

0 commit comments

Comments
 (0)