We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42424d6 commit 338a18eCopy full SHA for 338a18e
src/asciidoc/whats-new.adoc
@@ -501,7 +501,8 @@ public @interface MyTestConfig {
501
=== Web Improvements
502
503
* HTTP Streaming and Server-Sent Events support, see <<mvc-ann-async-http-streaming>>.
504
-* Built-in support for CORS including global (MVC Java config) and local (e.g. `@CrossOrigin`) configuration.
+* Built-in support for CORS including global (MVC Java config and XML namespace) and
505
+ local (e.g. `@CrossOrigin`) configuration. See <<cors>> for details.
506
* HTTP caching updates:
507
** new `CacheControl` builder; plug into `WebContentGenerator`, `ResourceHttpRequestHandler`, `ResponseEntity`.
508
** improved ETag/Last-Modified support in `WebRequest`.
0 commit comments