From: Mike Taylor Date: Mon, 22 Sep 2014 14:43:12 +0000 (+0200) Subject: In place of the deprecated service_proxy_auth setting of X-Git-Tag: 1.0.0~324^2~22^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=2b610402a3e1f1ee711f42607c975cb2230aab84 In place of the deprecated service_proxy_auth setting of /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. --- diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html index 7d1b157..57b8d9f 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -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 = {