From c01d9e6b596c06b7cefd42dc9955755bcb2d0e35 Mon Sep 17 00:00:00 2001 From: PeichengLiu <1451795058@qq.com> Date: Mon, 3 Jun 2019 22:18:48 +0800 Subject: [PATCH] fix a syntax error in the document (#3525) --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 181a4a171..b16fbf6b8 100755 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -1768,7 +1768,7 @@ The following filters are installed (as normal Spring Beans): ** `ServletDetectionFilter`: Detects whether the request is through the Spring Dispatcher. Sets a boolean with a key of `FilterConstants.IS_DISPATCHER_SERVLET_REQUEST_KEY`. ** `FormBodyWrapperFilter`: Parses form data and re-encodes it for downstream requests. ** `DebugFilter`: If the `debug` request parameter is set, sets `RequestContext.setDebugRouting()` and `RequestContext.setDebugRequest()` to `true`. -*Route filters: +* Route filters: ** `SendForwardFilter`: Forwards requests by using the Servlet `RequestDispatcher`. The forwarding location is stored in the `RequestContext` attribute, `FilterConstants.FORWARD_TO_KEY`. This is useful for forwarding to endpoints in the current application. * Post filters: ** `SendResponseFilter`: Writes responses from proxied requests to the current response.