remove Apache auth wrapper for alt hold pull list
authorBill Erickson <berick@esilibrary.com>
Fri, 11 Jul 2014 14:56:13 +0000 (10:56 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 11 Jul 2014 14:56:13 +0000 (10:56 -0400)
The application proper performs an authentication check before rendering
the list.  Adding an extra Apache auth layer over it is unnecessary and
complicates the handoff from the browser app to the pull list.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/apache/eg_vhost.conf.in
Open-ILS/examples/apache_24/eg_vhost.conf.in

index 18c6ed8..5eb7c97 100644 (file)
@@ -458,18 +458,6 @@ RewriteRule .? - [E=locale:%{HTTP:Accept-Language}]
     allow from all
 </Location>
 
-<Location /opac/extras/circ>
-    AuthType Basic
-    AuthName "Circ Extras Login"
-    PerlOptions +GlobalRequest
-    PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
-    PerlAuthenHandler OpenILS::WWW::Proxy::Authen
-    require valid-user
-    Options +ExecCGI
-    PerlSendHeader On
-    allow from all
-</Location>
-
 <Location /collections>
     SetHandler perl-script
     AuthType Basic
index a44b9ad..318989f 100644 (file)
@@ -462,18 +462,6 @@ RewriteRule .? - [E=locale:%{HTTP:Accept-Language}]
     Require all granted 
 </Location>
 
-<Location /opac/extras/circ>
-    AuthType Basic
-    AuthName "Circ Extras Login"
-    PerlOptions +GlobalRequest
-    PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
-    PerlAuthenHandler OpenILS::WWW::Proxy::Authen
-    require valid-user
-    Options +ExecCGI
-    PerlSendHeader On
-    Require all granted 
-</Location>
-
 <Location /collections>
     SetHandler perl-script
     AuthType Basic