url -> uri

This commit is contained in:
Dan Mills 2008-11-06 17:38:35 -08:00
parent 4d7fbe6ec5
commit 0fac05e0b5

View File

@ -61,7 +61,7 @@ function async_test() {
let auth = new BasicAuthenticator(new Identity("secret", "guest", "guest"));
Auth.defaultAuthenticator = auth;
PubKeys.defaultKeyUrl = "http://localhost:8080/pubkey";
PubKeys.defaultKeyUri = "http://localhost:8080/pubkey";
server = httpd_setup({"/pubkey": pubkey_handler,
"/privkey": privkey_handler,