Skip to content

Commit 338a18e

Browse files
committed
Polish Web Improvements section
1 parent 42424d6 commit 338a18e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/asciidoc/whats-new.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ public @interface MyTestConfig {
501501
=== Web Improvements
502502

503503
* 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.
504+
* Built-in support for CORS including global (MVC Java config and XML namespace) and
505+
local (e.g. `@CrossOrigin`) configuration. See <<cors>> for details.
505506
* HTTP caching updates:
506507
** new `CacheControl` builder; plug into `WebContentGenerator`, `ResourceHttpRequestHandler`, `ResponseEntity`.
507508
** improved ETag/Last-Modified support in `WebRequest`.

0 commit comments

Comments
 (0)