You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/14 15:55:20 UTC

(commons-cli) branch master updated: Use an HTTPS URL

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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 587ffe0  Use an HTTPS URL
587ffe0 is described below

commit 587ffe00c631d2c54c4e174c5dd46667f2bf64e1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 14 10:55:17 2024 -0500

    Use an HTTPS URL
---
 src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java b/src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java
index 2439ead..5edb3a6 100644
--- a/src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java
+++ b/src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java
@@ -360,8 +360,8 @@ public class BugCLI162Test {
                 "                             with the -u option. You can obfuscate the" + CR +
                 "                             password with" + CR +
                 "                             org.mortbay.jetty.security.Password, see" + CR +
-                "                             https://docs.codehaus.org/display/JETTY/Securi" + CR +
-                "                             ng+Passwords" + CR +
+                "                             https://docs.codehaus.org/display/JETTY/Secur" + CR +
+                "                             ing+Passwords" + CR +
                 " -s,--sql <arg>              Runs SQL or {call stored_procedure(?, ?)} or" + CR +
                 "                             {?=call function(?, ?)}" + CR +
                 " -t,--printStack             Prints stack traces on errors" + CR +