X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fyaz-proxy.cpp;h=8f46b2ba87c06c23528d80eaee10f5290a36578e;hb=2d032227d603ed28d5c57ae5a3a2992328010272;hp=bd8dee54e8f48f4a8e4df22f70d9e13013f6067a;hpb=aa7a95a1c8d579f7c5f339f1bdece2e53424de30;p=yazpp-moved-to-github.git diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index bd8dee5..8f46b2b 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -2,7 +2,7 @@ * Copyright (c) 1998-2004, Index Data. * See the file LICENSE for details. * - * $Id: yaz-proxy.cpp,v 1.83 2004-01-07 22:19:05 adam Exp $ + * $Id: yaz-proxy.cpp,v 1.84 2004-01-07 22:28:08 adam Exp $ */ #include @@ -1573,6 +1573,13 @@ void Yaz_Proxy::handle_incoming_HTTP(Z_HTTP_Request *hreq) { Z_SRW_searchRetrieveRequest *srw_req = srw_pdu->u.request; + // recordXPath unsupported. + if (srw_req->recordXPath) + { + send_to_srw_client_error(72); + return; + } + // save stylesheet if (srw_req->stylesheet) m_s2z_stylesheet =