Browse Source
In previous versions, HttpStatus.resolve (or valueOf) always returned non-deprecated HTTP status for given code. This was ensured implicitly, by placing non-deprecated enum entries before their respective deprecations. This was not ensured for 413 Content Too Large. See gh-35659 Signed-off-by: Damian Malczewski <damian.m.malczewski@gmail.com>pull/35684/head
1 changed files with 7 additions and 7 deletions
Loading…
Reference in new issue