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@liblime.com ReportedBy: chris.catalfo@liblime.com QAContact: koha-bugs@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.