[java-idp-jetty-base] 01/02: Comments nits

Tom Zeller tzeller at dragonacea.biz
Tue Feb 8 16:00:22 UTC 2022


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.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