Index: trunk/scripts/TestHTTPS.pl
===================================================================
--- trunk/scripts/TestHTTPS.pl	(revision 18736)
+++ trunk/scripts/TestHTTPS.pl	(revision 18737)
@@ -33,5 +33,5 @@
     for my $e ($xpc->findnodes(".//j:*", $entry))
     {
-      if($e->textContent =~ /^http:\/\/(.*?)(:\d+)?[\/]/)
+      if($e->textContent =~ /^http:\/\/([^ ]+?)(:\d+)?[\/]/)
       {
         my $u = $1;
@@ -72,5 +72,5 @@
       }
     }
-    if($line =~ /http:\/\/(.*?)(:\d+)?[\/]/)
+    if($line =~ /http:\/\/([^ ]+?)(:\d+)?[\/]/)
     {
       $urls{$1}{$name}++;
