Browse Source
This change restricts the maximum number of forwards in MockMvcWebConnection to 100, in case a forward is configured in a way that causes a loop. This is necessary in HtmlUnit backed tests, unlike in classic MockMvc tests in which the forwards are not actually resolved. Closes gh-29483 Closes gh-29557 Co-authored-by: Simon Baslé <sbasle@vmware.com>pull/29946/head
3 changed files with 21 additions and 1 deletions
Loading…
Reference in new issue