Deprecate HttpStatus codes 419, 420, 421

Issue: SPR-7942
This commit is contained in:
Rossen Stoyanchev
2012-05-14 14:34:33 -04:00
parent 59084354e2
commit 698d004260
2 changed files with 11 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ Changes in version 3.2 M1
* translate IOException from Jackson to HttpMessageNotReadableException
* fix content negotiation issue when sorting selected media types by quality value
* Prevent further writing to the response when @ResponseStatus contains a reason
* Deprecate HttpStatus codes 419, 420, 421
Changes in version 3.1.1 (2012-02-16)
-------------------------------------