From ed122dfa3c64c9a7b56950b342d938b8c056b1b1 Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Wed, 25 May 2022 15:22:08 +1000 Subject: [PATCH] update description in secure-redirect.mod Signed-off-by: Lachlan Roberts --- jetty-server/src/main/config/modules/secure-redirect.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-server/src/main/config/modules/secure-redirect.mod b/jetty-server/src/main/config/modules/secure-redirect.mod index fd845099fe87..a0b54bc6e781 100644 --- a/jetty-server/src/main/config/modules/secure-redirect.mod +++ b/jetty-server/src/main/config/modules/secure-redirect.mod @@ -1,7 +1,7 @@ DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html [description] -Enable SecuredRedirectHandler to redirect all http requests to https. +Enable SecuredRedirectHandler to redirect all http requests to https on the secure port configured in the server.ini file. [tags] handler