From: Bill Erickson Date: Thu, 9 Aug 2012 20:42:20 +0000 (-0400) Subject: URLVerify.pm; docs; url shuffling X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bdcb8f2caf1afc8da058471dfaef3a52c6d90880;p=evergreen%2Fequinox.git URLVerify.pm; docs; url shuffling Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm index 5a99a8fe40..23a4b84466 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm @@ -55,8 +55,6 @@ sub validate_session { my ($self, $client, $auth, $session_id, $url_ids, $options) = @_; $options ||= {}; - # TODO: Avoid testing URLs having the same domain sequentially - my $e = new_editor(authtoken => $auth, xact => 1); return $e->die_event unless $e->checkauth; return $e->die_event unless $e->allowed('VERIFY_URL');