Name

bounce — Metaproxy Bouncing Package Sink Module for all kind of metaproxy packages

DESCRIPTION

A sink that swallows all packages, and returns them almost unprocessed. It never sends any package of any type further down the row, but sets Z39.50 packages to Z_Close, and HTTP_Request packages to HTTP_Response err code 400 packages, and adds a suitable bounce message. The bounce filter is added at the end of filter routes to prevent infinite hanging of yet unprocessed packages. When a package is bounced, the client connection is closed as well.

SCHEMA

# Metaproxy XML config file schemas
#
#   Copyright (C) Index Data
#   See the LICENSE file for details.

namespace mp = "http://indexdata.com/metaproxy"

filter_bounce =
  attribute type { "bounce" },
  attribute id { xsd:NCName }?,
  attribute name { xsd:NCName }?

   

EXAMPLES

A typical configuration looks like this:

    <filter type="bounce"/>

   

SEE ALSO

metaproxy(1)

COPYRIGHT

Copyright (C) 2005-2023 Index Data