From 67e4ac4f1ed164998ea55b89e0a322dc221bcae9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 27 Oct 2022 16:56:34 +0100 Subject: [PATCH] Remove stale reference to MetricsWebFilter from the docs Closes gh-32909 --- .../spring-boot-docs/src/docs/asciidoc/web/reactive.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/reactive.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/reactive.adoc index 43b028e73dc..fec42b90968 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/reactive.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/reactive.adoc @@ -207,9 +207,6 @@ When it does so, the orders shown in the following table will be used: |=== | Web Filter | Order -| `MetricsWebFilter` -| `Ordered.HIGHEST_PRECEDENCE + 1` - | `WebFilterChainProxy` (Spring Security) | `-100`