auth_domain guessing with protocol independend links, MKWS-103
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 22 Jan 2014 16:25:03 +0000 (16:25 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 22 Jan 2014 16:25:03 +0000 (16:25 +0000)
tools/htdocs/mkws.js

index 4df6f70..7343749 100644 (file)
@@ -1084,7 +1084,7 @@ function mkws_service_proxy_auth(auth_url, auth_domain, pp2_url) {
     debug("Run service proxy auth URL: " + auth_url);
 
     if (!auth_domain) {
-       auth_domain = pp2_url.replace(/^https?:\/\/(.*?)\/.*/, '$1');
+       auth_domain = pp2_url.replace(/^(https?:)?\/\/(.*?)\/.*/, '$2');
        debug("guessed auth_domain '" + auth_domain + "' from pp2_url '" + pp2_url + "'");
     }