From a26f652eab35b0043b792b27bde4f051be7e2ae6 Mon Sep 17 00:00:00 2001 From: sgibb Date: Tue, 5 Dec 2023 18:50:38 -0500 Subject: [PATCH] Adds TODO --- .../writing-custom-predicates-and-filters.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/spring-cloud-gateway-server-mvc/writing-custom-predicates-and-filters.adoc b/docs/modules/ROOT/pages/spring-cloud-gateway-server-mvc/writing-custom-predicates-and-filters.adoc index eb097de3..cc268853 100644 --- a/docs/modules/ROOT/pages/spring-cloud-gateway-server-mvc/writing-custom-predicates-and-filters.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-gateway-server-mvc/writing-custom-predicates-and-filters.adoc @@ -231,4 +231,6 @@ class RouteConfiguration { The above route will add a `X-Response-Id` header to the response. Note the use of the `after()` method, rather than `filter()`. -// TODO: advanced topics such as attributes, beans and more \ No newline at end of file +// TODO: registering for configuration + +// TODO: advanced topics such as attributes, beans and more