Merge branch '6.2.x' into 6.3.x

This commit is contained in:
Josh Cummings
2024-12-10 13:03:12 -07:00
7 changed files with 18 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