[java-idp-plugin-jetty] 86/186: Comments nits
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:57:17 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=6e3ec8cb30fb90b0aec9ad9016b11747f79ebd71
commit 6e3ec8cb30fb90b0aec9ad9016b11747f79ebd71
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Feb 8 09:58:27 2022 -0600
Comments nits
---
src/main/resources/jetty-base/etc/jetty-requestlog.xml | 2 +-
src/main/resources/jetty-base/start.d/idp.ini | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/jetty-base/etc/jetty-requestlog.xml b/src/main/resources/jetty-base/etc/jetty-requestlog.xml
index ebafc21..660f7b3 100644
--- a/src/main/resources/jetty-base/etc/jetty-requestlog.xml
+++ b/src/main/resources/jetty-base/etc/jetty-requestlog.xml
@@ -8,7 +8,7 @@
<!-- =========================================================== -->
<!-- Configure Request Log for Server -->
- <!-- (Use RequestLogHandler for a context specific RequestLog -->
+ <!-- Use RequestLogHandler for a context specific RequestLog -->
<!-- =========================================================== -->
<Set name="RequestLog">
<New id="RequestLog" class="org.eclipse.jetty.server.CustomRequestLog">
diff --git a/src/main/resources/jetty-base/start.d/idp.ini b/src/main/resources/jetty-base/start.d/idp.ini
index f559329..d52e920 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -31,5 +31,5 @@ jetty.sslContext.renegotiationAllowed=false
## Connector port to listen on
jetty.ssl.port=443
-# Route request logging through standard logging API
+## Route request logging through standard logging API
etc/jetty-requestlog.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list