Skip to content

Commit 729418a

Browse files
ascopesjzheaux
authored andcommitted
Fix typo in headers asciidoc
1 parent 95c2403 commit 729418a

File tree

1 file changed

+1
-1
lines changed
  • docs/manual/src/docs/asciidoc/_includes/reactive/exploits

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/exploits/headers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Spring Security includes <<headers-cache-control,Cache Control>> headers by defa
9090
However, if you actually want to cache specific responses, your application can selectively add them to the https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/server/reactive/ServerHttpResponse.html[ServerHttpResponse] to override the header set by Spring Security.
9191
This is useful to ensure things like CSS, JavaScript, and images are properly cached.
9292

93-
When using Spring WebFluxZz, this is typically done within your configuration.
93+
When using Spring WebFlux, this is typically done within your configuration.
9494
Details on how to do this can be found in the https://docs.spring.io/spring/docs/5.0.0.RELEASE/spring-framework-reference/web-reactive.html#webflux-config-static-resources[Static Resources] portion of the Spring Reference documentation
9595

9696
If necessary, you can also disable Spring Security's cache control HTTP response headers.

0 commit comments

Comments
 (0)