SPR-6709 Update changelog and add one test

This commit is contained in:
Rossen Stoyanchev
2011-06-03 09:38:22 +00:00
parent d2a99de9fc
commit f1ad53d570
4 changed files with 23 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ import java.lang.annotation.Target;
* the Servlet request HTTP contents. The request stream will be
* converted to the declared method argument type using
* {@linkplain org.springframework.http.converter.HttpMessageConverter message
* converters}.
* converters}. Such parameters may optionally be annotated with {@code @Valid}.
* <li>{@link org.springframework.http.HttpEntity HttpEntity&lt;?&gt;} parameters
* for access to the Servlet request HTTP headers and contents. The request stream will be
* converted to the entity body using