From 611f8c8b0564bc3f1037013cc58ec41ffefc54f2 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 24 Apr 2024 18:18:05 +0200 Subject: [PATCH] Added link to list of rules. Signed-off-by: Simone Bordet --- .../main/asciidoc/operations-guide/modules/module-rewrite.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/jetty-documentation/src/main/asciidoc/operations-guide/modules/module-rewrite.adoc b/documentation/jetty-documentation/src/main/asciidoc/operations-guide/modules/module-rewrite.adoc index 45d6ee6492ed..22fc46b422e4 100644 --- a/documentation/jetty-documentation/src/main/asciidoc/operations-guide/modules/module-rewrite.adoc +++ b/documentation/jetty-documentation/src/main/asciidoc/operations-guide/modules/module-rewrite.adoc @@ -30,6 +30,8 @@ Rules can be matched against request data such as the request URI or the request The rule file `$JETTY_BASE/etc/jetty-rewrite-rules.xml` is initially empty, but contains commented examples of rules that you can add. +The list of available rules can be found link:{javadoc-url}/org/eclipse/jetty/rewrite/handler/package-summary.html[here]. + An example of `jetty-rewrite-rules.xml` is the following: [source,xml]