File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
java-configuration/saml2/login/src/integTest/java/example
xml/java/saml2/login-logout/src/integTest/java/example Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ void setup() {
6969 this .webClient = MockMvcWebClientBuilder .mockMvcSetup (this .mvc )
7070 .withDelegate (new LocalHostWebClient (this .environment ))
7171 .build ();
72+ this .webClient .getOptions ().setThrowExceptionOnScriptError (false );
7273 this .webClient .getCookieManager ().clearCookies ();
7374 }
7475
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ void setup() {
6868 this .webClient = MockMvcWebClientBuilder .mockMvcSetup (this .mvc )
6969 .withDelegate (new LocalHostWebClient (this .environment ))
7070 .build ();
71+ this .webClient .getOptions ().setThrowExceptionOnScriptError (false );
7172 this .webClient .getCookieManager ().clearCookies ();
7273 }
7374
You can’t perform that action at this time.
0 commit comments