Merge pull request #2757 from sullo/3.2

Lowercase URL to match 'HTTPS://<server>/'
This commit is contained in:
Dirk Wetter 2025-05-06 09:51:06 +02:00 committed by GitHub
commit 5719fccc93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21689,6 +21689,7 @@ parse_hn_port() {
local node_tmp=""
NODE="$1"
NODE="${NODE,,}" # Lowercase
NODE="${NODE/https\:\/\//}" # strip "https"
NODE="${NODE%%/*}" # strip trailing urlpath