In place of the deprecated service_proxy_auth setting of
authorMike Taylor <mike@indexdata.com>
Mon, 22 Sep 2014 14:43:12 +0000 (16:43 +0200)
committerMike Taylor <mike@indexdata.com>
Mon, 22 Sep 2014 14:43:12 +0000 (16:43 +0200)
/service-proxy-testauth/, provide sp_auth_credentials

Also this test page previously explicitly set pazpar2_url, which is no
longer necessary, so I removed that propertly.

*** These changes should be made to all example pages that use a
    special /service-proxy-XYZauth/ URL. All of those are gone, and
    should be replaced with their credentials only.

examples/htdocs/jasmine-popup.html

index 7d1b157..57b8d9f 100644 (file)
@@ -52,8 +52,7 @@
     // use a our main service proxy with mkws test account
     var mkws_config = {
       perpage_default: 10,
-      pazpar2_url:          "//sp-mkws.indexdata.com/service-proxy/",
-      service_proxy_auth:   "//sp-mkws.indexdata.com/service-proxy-testauth"
+      sp_auth_credentials: "mkwstest/mkwstest"
     };
 
     var jasmine_config = {