File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
framework-docs/src/docs/asciidoc/web Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2005,7 +2005,7 @@ generally supported for all return values.
2005
2005
value) is considered to have fully handled the response if it also has a `ServerHttpResponse`,
2006
2006
a `ServerWebExchange` argument, or an `@ResponseStatus` annotation. The same is also true
2007
2007
if the controller has made a positive ETag or `lastModified` timestamp check.
2008
- // TODO: See <<webflux-caching-etag-lastmodified>> for details.
2008
+ See <<webflux-caching-etag-lastmodified>> for details.
2009
2009
2010
2010
If none of the above is true, a `void` return type can also indicate "`no response body`" for
2011
2011
REST controllers or default view name selection for HTML controllers.
@@ -4443,7 +4443,7 @@ the example:
4443
4443
}
4444
4444
----
4445
4445
4446
- // TODO: See also <<webflux-caching-static-resources, HTTP caching support for static resources>>.
4446
+ See also <<webflux-caching-static-resources, HTTP caching support for static resources>>.
4447
4447
4448
4448
The resource handler also supports a chain of
4449
4449
{api-spring-framework}/web/reactive/resource/ResourceResolver.html[`ResourceResolver`] implementations and
You can’t perform that action at this time.
0 commit comments