Skip to content

Commit

Permalink
Incorporate sbordet\'s suggestions from pull request jetty#9151
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Poulos committed Feb 1, 2023
1 parent eae4b2b commit a89163a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ The `{ee-current}-deploy` module creates `$JETTY_BASE/webapps`, which is the dir
Activating one of Jetty's `{ee-all}-deploy` modules enables web application deployment.
Whether these web applications are served via clear-text HTTP/1.1, or secure HTTP/1.1, or secure HTTP/2, or HTTP/3 (or even all of these protocols) depends on if the correspondent Jetty modules have been enabled.
Refer to the xref:og-protocols[section about protocols] for further information.
modules)

Now you're ready to copy a web application to the `$JETTY_BASE/webapps` directory.
You can use one of the demos shipped with Jetty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Only modules conforming to the "Servlet Container Profile" with the ServerAuthMo

Enable the `jaspi` module:

[subs=attributes]
----
include::{jetty-home}/modules/{ee-current}-jaspi.mod[]
----
Expand Down Expand Up @@ -67,7 +66,6 @@ Jetty provides an implementation of the `AuthConfigFactory` interface which is u
This custom module must reference an XML file which sets a new instance of the `AuthConfigFactory` with the static method `AuthConfigFactory.setFactory()`.
For an example of this see the `{ee-current}-jaspi-default-auth-config-factory` module, which provides the default implementation used by Jetty.

[subs=attributes]
----
include::{jetty-home}/modules/{ee-current}-jaspi-default-auth-config-factory.mod[]
----

0 comments on commit a89163a

Please sign in to comment.