Merge branch '5.8.x' into 6.2.x

This commit is contained in:
Josh Cummings
2024-12-10 13:00:43 -07:00
6 changed files with 16 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ public class OAuth2LoginApplicationTests {
@BeforeEach
void setup() {
this.webClient.getCookieManager().clearCookies();
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
}
@Test