1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Use UserWebTestClientConfigurer

Closes gh-17496
This commit is contained in:
Rob Winch
2025-07-07 11:37:17 -05:00
parent dbb3b7e1f5
commit e48fdd5ed4
7 changed files with 18 additions and 181 deletions
+1
View File
@@ -176,6 +176,7 @@
**** xref:reactive/test/web/authentication.adoc[Testing Authentication]
**** xref:reactive/test/web/csrf.adoc[Testing CSRF]
**** xref:reactive/test/web/oauth2.adoc[Testing OAuth 2.0]
**** xref:reactive/test/web/x509.adoc[Testing X509]
** xref:reactive/configuration/webflux.adoc[WebFlux Security]
* xref:native-image/index.adoc[GraalVM Native Image Support]
** xref:native-image/method-security.adoc[Method Security]
@@ -0,0 +1,4 @@
= X509
Spring Framework provides first class support for testing X509 with `WebTestClient`.
For details refer to javadoc:{spring-framework-api-url}org.springframework.test.web.reactive.server.UserWebTestClientConfigurer[].