[Koha-bugs] [Bug 2418] New: Default configuration of SRU biblio/authority servers not working

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Jul 29 20:54:30 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2418

           Summary: Default configuration of SRU biblio/authority servers
                    not working
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P3
         Component: Z39.50 / SRU / OpenSearch Servers
        AssignedTo: jmf at liblime.com
        ReportedBy: chris.catalfo at liblime.com
         QAContact: koha-bugs at lists.koha.org


SRU queries are returning 'Error 404. Description: Not Found' from zebrasrv
with default koha configuration.

Example query (host and port omitted) submitted on localhost via curl:

curl <host>:<port> -g -d
"version=1.1&operation=searchRetrieve&recordSchema=dc&query=creator%3DSmith"

SRU server correctly returns Explain doc:
curl <host>:<port> -g -d "version=1.1&operation=explain"

SRU server correctly returns 'Unsupported index' if wrong index is supplied.

Zebrasrv-specific x-pquery=xml request (see
http://www.indexdata.dk/zebra/doc/zebrasrv.tkl) fails with same 404 response.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list