Support @CrossOrigin as a merged composed annotation [SPR-13468] #18047
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Nicolas Labrot opened SPR-13468 and commented
Given this composed annotation:
The resulting
@CrossOrigin
"origins" attribute is not merged. Issue seems to come fromRequestMappingHandlerMapping#initCorsConfiguration
which does not useAnnotatedElementUtils.findMergedAnnotation(*, CrossOrigin.class);
.Affects: 4.2 GA
Issue Links:
@ResponseStatus
as a merged composed annotation@Cache
* as merged composed annotationsReferenced from: commits e4c0859, 0ad59dd
0 votes, 5 watchers
The text was updated successfully, but these errors were encountered: