This commit is contained in:
Rossen Stoyanchev
2017-11-28 22:16:07 -05:00
parent bec63fbb33
commit 3650ecc3bb
9 changed files with 159 additions and 136 deletions

View File

@@ -59,11 +59,14 @@ all global and all local origins. The only exception are those attributes where
single value can be accepted such as `allowCredentials` and `maxAge`, in which case the
local overrides the global value.
[TIP]
====
To learn more from the source or make advanced customizations, check:
* `CorsConfiguration`
* `CorsProcessor`, `DefaultCorsProcessor`
* `AbstractHandlerMapping`
====

View File

@@ -59,11 +59,14 @@ all global and all local origins. The only exception are those attributes where
single value can be accepted such as `allowCredentials` and `maxAge`, in which case the
local overrides the global value.
[TIP]
====
To learn more from the source or make advanced customizations, check:
* `CorsConfiguration`
* `CorsProcessor`, `DefaultCorsProcessor`
* `AbstractHandlerMapping`
====