This version of the docs is a work in progress. If you don’t see what you are looking for check the legacy wiki.

General filter information

  • Name: ???

  • Default Configuration: ???.cfg.xml

  • Released: v?.?.?.?

  • Bundle: repose-filter-bundle

  • Schema

Prerequisites & Postconditions

Required Request Headers

???.

Required Preceding Filters

???.

Request Headers Created

???.

Request Body Changes

???.

???.

Response Body Changes

???.

Response Headers Created

???.

Response Status Codes

???.

Examples

Shows how to ???

This configuration will ???.

???.cfg.xml
<??? xmlns="http://docs.openrepose.org/repose/???/v1.0">
    <???> (1)
    </???>
</???>
1 Specifies ???.

Additional Information

Metrics

This component reports the following metrics to the Metrics Service:

Metric Type Metric Name Description

Meter

org.openrepose.filters.urinormalization.UriNormalizationFilter.Normalization.<request-method>.<uri-regex>

Counts the number of times that the query parameters of a request with method request-method and a URL matching uri-regex are normalized by this filter. request-method is the HTTP method of the request. uri-regex is the configured target uri-regex that matches the request URL.

Meter

org.openrepose.filters.urinormalization.UriNormalizationFilter.Normalization.ACROSS ALL

Counts the number of times that the query parameters of a request are normalized by this filter. This meter is the sum of all org.openrepose.filters.urinormalization.UriNormalizationFilter.Normalization.<request-method>.<uri-regex> meters.