Browse Source
This commit updates the defaultResponseCharacterEncoding() `default` method in ConfigurableMockMvcBuilder so that it throws an UnsupportedOperationException instead of silently ignoring the user's request to set the default response character encoding. Note, however, that AbstractMockMvcBuilder already overrides the default method with a concrete implementation which is used by default in MockMvc. See gh-27230pull/27365/head
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue