Sadly, GALILEO/EBSCO does not use HTTPS, so this will create errors for patrons who...
authorChris Sharp <csharp@georgialibraries.org>
Sat, 28 Feb 2015 12:54:21 +0000 (07:54 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 28 Feb 2015 12:54:21 +0000 (07:54 -0500)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm

index 48e320e..d786352 100644 (file)
@@ -524,7 +524,7 @@ sub load_galileo {
     );
 
     return $self->generic_redirect(
-        "https://www.galileo.usg.edu/express?pinesid=$token");
+        "http://www.galileo.usg.edu/express?pinesid=$token");
 }