Browse Source

Remove stale reference to MetricsWebFilter from the docs

Closes gh-32909
pull/32920/head
Andy Wilkinson 3 years ago
parent
commit
67e4ac4f1e
  1. 3
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/reactive.adoc

3
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: @@ -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`

Loading…
Cancel
Save