This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new a18d7d7  Use an HTTPS URL to the Apache web site
a18d7d7 is described below

commit a18d7d7a21eea50baed8aec3f091f205a6ec919b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 14 10:36:20 2024 -0500

    Use an HTTPS URL to the Apache web site
---
 src/main/java/org/apache/commons/logging/LogFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java 
b/src/main/java/org/apache/commons/logging/LogFactory.java
index c94f1db..be80c99 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -369,7 +369,7 @@ public abstract class LogFactory {
                         if (implementsLogFactory) {
                             msg.append("The conflict is caused by the presence 
of multiple LogFactory classes ");
                             msg.append("in incompatible class loaders. ");
-                            msg.append("Background can be found in 
http://commons.apache.org/logging/tech.html. ");
+                            msg.append("Background can be found in 
https://commons.apache.org/logging/tech.html. ");
                             msg.append("If you have not explicitly specified a 
custom LogFactory then it is likely ");
                             msg.append("that the container has set one without 
your knowledge. ");
                             msg.append("In this case, consider using the 
commons-logging-adapters.jar file or ");
@@ -377,7 +377,7 @@ public abstract class LogFactory {
                         } else {
                             msg.append("Please check the custom 
implementation. ");
                         }
-                        msg.append("Help can be found 
@http://commons.apache.org/logging/troubleshooting.html.";);
+                        msg.append("Help can be found at 
https://commons.apache.org/logging/troubleshooting.html.";);
 
                         if (isDiagnosticsEnabled()) {
                             logDiagnostic(msg.toString());

Reply via email to