URLVerify.pm; docs; url shuffling
authorBill Erickson <berick@esilibrary.com>
Thu, 9 Aug 2012 20:42:20 +0000 (16:42 -0400)
committerBill Erickson <berick@esilibrary.com>
Thu, 9 Aug 2012 20:42:20 +0000 (16:42 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm

index 5a99a8f..23a4b84 100644 (file)
@@ -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');