spring-framework/src
sdeleuze 0075f13126 Improve CORS list properties combination logic
This commit allows CorsConfiguration#combine()
to differentiate permit default values set by
CorsConfiguration#applyPermitDefaultValues()
from values configured explicitly by the user.

Those permit default values will be overridden
by any user-provided ones while user-provided values
will be combined in an additive way, including
when "*" is specified.

Documentation has been improved accordingly.

Issue: SPR-15772
2017-12-20 22:38:01 +01:00
..
docs Improve CORS list properties combination logic 2017-12-20 22:38:01 +01:00
eclipse
idea Import format fix according to Code Style 2016-10-25 17:22:38 +02:00
test Consistent use of @Nullable across the codebase (even for internals) 2017-06-07 14:19:15 +02:00