Skip to content

Commit b73104c

Browse files
committed
Add missing WebFlux CORS Reference
Closes gh-9951
1 parent 895ef6c commit b73104c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/cors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[[webflux-cors]]
3-
== CORS
3+
= CORS
44

55
Spring Framework provides https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#webflux-cors-intro[first class support for CORS].
66
CORS must be processed before Spring Security because the pre-flight request will not contain any cookies (i.e. the `JSESSIONID`).

docs/manual/src/docs/asciidoc/_includes/reactive/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ include::webclient.adoc[leveloffset=+1]
1414

1515
include::method.adoc[leveloffset=+1]
1616

17+
include::cors.adoc[leveloffset=+1]
18+
1719
include::test.adoc[leveloffset=+1]
1820

1921
include::rsocket.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)