[java-idp-jetty-base] 03/04: IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
Rod Widdowson
rdw at steadingsoftware.com
Wed Oct 16 13:25:08 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2297
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=1e3c63332a16f34a91a855859ddae1bae58a9220
commit 1e3c63332a16f34a91a855859ddae1bae58a9220
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 16 14:17:36 2024 +0100
IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
https://shibboleth.atlassian.net/issues/IDP-2297
Add (commented out) stuff to turn on the rewrite module
---
.../idp/plugin/jettybase/module/jetty-base/start.d/idp.ini | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/jetty-base/start.d/idp.ini b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/jetty-base/start.d/idp.ini
index fd36b40..77e065d 100644
--- a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/jetty-base/start.d/idp.ini
+++ b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/jetty-base/start.d/idp.ini
@@ -41,3 +41,9 @@ jetty.http.host=127.0.0.1
# jetty.http.port=80
jetty.server.default.showContexts=false
+
+#
+# Uncomment the next line to enable the rewrote module
+# --module=rewrite
+# Documentation at
+# https://jetty.org/docs/jetty/12/operations-guide/modules/standard.html#rewrite
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list