Skip to content

Commit b80d9c0

Browse files
authored
Merge pull request #4073 from RenanMarques/doc-fix-broken-link-gateway-filter
[doc] Fix broken link to GatewayFilter
2 parents 574341a + 72fc52e commit b80d9c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux

docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux/glossary.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
It is defined by an ID, a destination URI, a collection of predicates, and a collection of filters. A route is matched if the aggregate predicate is true.
77
* *Predicate*: This is a https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html[Java 8 Function Predicate]. The input type is a https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/ServerWebExchange.html[Spring Framework `ServerWebExchange`].
88
This lets you match on anything from the HTTP request, such as headers or parameters.
9-
* *Filter*: These are instances of https://github.com/spring-cloud/spring-cloud-gateway/blob/main/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/filter/GatewayFilter.java[`GatewayFilter`] that have been constructed with a specific factory.
9+
* *Filter*: These are instances of https://github.com/spring-cloud/spring-cloud-gateway/blob/main/spring-cloud-gateway-server-webflux/src/main/java/org/springframework/cloud/gateway/filter/GatewayFilter.java[`GatewayFilter`] that have been constructed with a specific factory.
1010
Here, you can modify requests and responses before or after sending the downstream request.
1111

0 commit comments

Comments
 (0)