Class StripPrefixGatewayFilterFactory

All Implemented Interfaces:
org.springframework.beans.factory.Aware, GatewayFilterFactory<StripPrefixGatewayFilterFactory.Config>, Configurable<StripPrefixGatewayFilterFactory.Config>, ShortcutConfigurable, org.springframework.context.ApplicationEventPublisherAware

public class StripPrefixGatewayFilterFactory extends AbstractGatewayFilterFactory<StripPrefixGatewayFilterFactory.Config>
This filter removes the first part of the path, known as the prefix, from the request before sending it downstream.
Author:
Ryan Baxter