File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1975,7 +1975,7 @@ generally supported for all return values.
1975
1975
value) is considered to have fully handled the response if it also has a `ServerHttpResponse`,
1976
1976
a `ServerWebExchange` argument, or an `@ResponseStatus` annotation. The same is also true
1977
1977
if the controller has made a positive ETag or `lastModified` timestamp check.
1978
- // TODO: See <<webflux-caching-etag-lastmodified>> for details.
1978
+ See <<webflux-caching-etag-lastmodified>> for details.
1979
1979
1980
1980
If none of the above is true, a `void` return type can also indicate "`no response body`" for
1981
1981
REST controllers or default view name selection for HTML controllers.
@@ -4194,7 +4194,7 @@ the example:
4194
4194
}
4195
4195
----
4196
4196
4197
- // TODO: See also <<webflux-caching-static-resources, HTTP caching support for static resources>>.
4197
+ See also <<webflux-caching-static-resources, HTTP caching support for static resources>>.
4198
4198
4199
4199
The resource handler also supports a chain of
4200
4200
{api-spring-framework}/web/reactive/resource/ResourceResolver.html[`ResourceResolver`] implementations and
You can’t perform that action at this time.
0 commit comments