From: Lebbeous Fogle-Weekley Date: Thu, 30 Aug 2012 22:49:55 +0000 (-0400) Subject: A note about open-ils.url_verify.verify_url for future reference X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ecb6b343de9253ac166bca70c0d483ed13532f0f;p=evergreen%2Fequinox.git A note about open-ils.url_verify.verify_url for future reference Signed-off-by: Lebbeous Fogle-Weekley --- 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',