https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36479
Bug ID: 36479
Summary: Z39.50 responder does not support element set /
composition "B"
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Z39.50 / SRU / OpenSearch Servers
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
The Z39.50 responder currently has a hard-coded expectation that the element
set / composition provided by the client is either blank or "F".
It would be handy if it also supported "B" (brief) for backwards compatibility,
since the default Zebra configuration also supports "B" (as effective a synonym
for "F" (full)).
Doing this would avoid a compatibility issue when switching from zebrasrv as
the Z39.50 server to the Z39.50 responder for clients that happen to set the
element set to "B". In particular, we've seen at least one case where the
EBSCO/EDS item availability checker was configured to request "B".
The error message associated with this is
returning error 239: Unsupported syntax/composition 1.2.840.10003.5.10/B
Koha::Z3950Responder::Session::log_error
/usr/share/koha/lib/Koha/Z3950Responder/Session.pm (341)
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/