@@ -69,6 +69,7 @@ public class Saml2JavaConfigurationITests {
|
||||
this.webClient = MockMvcWebClientBuilder.mockMvcSetup(this.mvc)
|
||||
.withDelegate(new LocalHostWebClient(this.environment))
|
||||
.build();
|
||||
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
||||
this.webClient.getCookieManager().clearCookies();
|
||||
}
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ public class CustomUrlsApplicationITests {
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
||||
this.webClient.getCookieManager().clearCookies();
|
||||
}
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ public class Saml2LoginApplicationITests {
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
||||
this.webClient.getCookieManager().clearCookies();
|
||||
}
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ public class Saml2LoginApplicationITests {
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
||||
this.webClient.getCookieManager().clearCookies();
|
||||
}
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ public class Saml2LoginApplicationITests {
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
||||
this.webClient.getCookieManager().clearCookies();
|
||||
}
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@ public class SamlExtensionFederationApplicationITests {
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
||||
this.webClient.getCookieManager().clearCookies();
|
||||
}
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ public class Saml2XmlITests {
|
||||
this.webClient = MockMvcWebClientBuilder.mockMvcSetup(this.mvc)
|
||||
.withDelegate(new LocalHostWebClient(this.environment))
|
||||
.build();
|
||||
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
||||
this.webClient.getCookieManager().clearCookies();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user