]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1271559 fix z39.50 timeout Staff Client network error user/ldw/LP1271559_z3950_timeout
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Tue, 7 Jan 2014 03:22:50 +0000 (19:22 -0800)
committerLiam Whalen <whalen.ld@gmail.com>
Mon, 10 Mar 2014 17:50:05 +0000 (10:50 -0700)
commita2d5c97c0d73706fd6080c097ec4beae9424ffee
treee71e33d5322e023b60fb1be386cc34b5e0eb1096
parentb9f8c5bcd24ccbda14210d9700d3404cb78ede16
LP1271559  fix z39.50 timeout Staff Client network error

When doing a z39.50 search in the staff client, if a z39.50 server
timesout, then the result set returned is null.  Currenlty, this breaks
the code on the server and sends a Network Error to the staff client.

This code adds a check to ensure that the results are populated in order
to avoid creating the server error.
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm