Changeset 14919 in josm


Ignore:
Timestamp:
2019-03-23T16:25:06+01:00 (6 years ago)
Author:
stoecker
Message:

see #16123 - use port 443 for tests always, not a specified non-standard port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TestHTTPS.pl

    r14900 r14919  
    3333    for my $e ($xpc->findnodes(".//j:*", $entry))
    3434    {
    35       if($e->textContent =~ /^http:\/\/(.*?)[\/]/)
     35      if($e->textContent =~ /^http:\/\/(.*?)[\/:]/)
    3636      {
    3737        my $u = $1;
     
    7272      }
    7373    }
    74     if($line =~ /http:\/\/(.*?)[\/]/)
     74    if($line =~ /http:\/\/(.*?)[\/:]/)
    7575    {
    7676      $urls{$1}{$name}++;
Note: See TracChangeset for help on using the changeset viewer.