From: Adam Dickmeiss Date: Tue, 29 Jan 2008 16:51:12 +0000 (+0000) Subject: New feature: jilter sru_z3950 handles x-target=host . X-Git-Tag: METAPROXY.1.0.13~29 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=fded284bf0a30c454f83741d52ccb06023b5627f;hp=fded284bf0a30c454f83741d52ccb06023b5627f;p=metaproxy-moved-to-github.git New feature: jilter sru_z3950 handles x-target=host . Filter sru_z3950 now handles x-target=host . The value (host) is the address of a target (vhost). The vhost can be used by, for example, z3950_client to connect to any Z39.50 server. Note that at this stage the database is NOT set by the x-target. This must also be done in order for this feature to be useful. ---