]> git.evergreen-ils.org Git - Evergreen.git/commit
Support proxying bulk Read API requests for access rights
authorDan Scott <dan@coffeecode.net>
Thu, 2 Jun 2011 17:03:22 +0000 (13:03 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 21 Jun 2011 19:18:22 +0000 (15:18 -0400)
commit25468fa7e64263758f6b3d5741802ac462e029f9
tree0dcb4d082bc1ff3f7dd76f0aee8af03b96af7e73
parentb50a81676f63c97cf555f68a1bb2c2abc880f559
Support proxying bulk Read API requests for access rights

Using IP-based access right determination runs into problems with a pure
JavaScript API, as users may be accessing the API from any location in
the world. Proxying the requests via the library system server ensures
that the access rights for users of those libraries are properly
displayed.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent/OpenLibrary.pm