|
@@ -69,6 +69,7 @@ public class Saml2JavaConfigurationITests {
|
|
this.webClient = MockMvcWebClientBuilder.mockMvcSetup(this.mvc)
|
|
this.webClient = MockMvcWebClientBuilder.mockMvcSetup(this.mvc)
|
|
.withDelegate(new LocalHostWebClient(this.environment))
|
|
.withDelegate(new LocalHostWebClient(this.environment))
|
|
.build();
|
|
.build();
|
|
|
|
+ this.webClient.getOptions().setThrowExceptionOnScriptError(false);
|
|
this.webClient.getCookieManager().clearCookies();
|
|
this.webClient.getCookieManager().clearCookies();
|
|
}
|
|
}
|
|
|
|
|