From ecb6b343de9253ac166bca70c0d483ed13532f0f Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Thu, 30 Aug 2012 18:49:55 -0400 Subject: [PATCH] A note about open-ils.url_verify.verify_url for future reference Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm index 7fbe2d628a..86d95c3b26 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm @@ -298,6 +298,9 @@ sub sort_and_fire_domains { } +# XXX I really want to move this method to open-ils.storage, so we don't have +# to authenticate a zillion times. LFW + __PACKAGE__->register_method( method => 'verify_url', api_name => 'open-ils.url_verify.verify_url', -- 2.11.0