Skip to content

Commit e37c80d

Browse files
committed
fix testSpnegoNotSupportedErrorPageWithMalformedUrl
1 parent 4c7bedc commit e37c80d

File tree

1 file changed

+1
-1
lines changed
  • dev/com.ibm.ws.security.spnego_fat/fat/src/com/ibm/ws/security/spnego/fat

1 file changed

+1
-1
lines changed

dev/com.ibm.ws.security.spnego_fat/fat/src/com/ibm/ws/security/spnego/fat/BasicAuthTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ public void testNtlmTokenReceivedWebErrorPageWithBadUrl() throws Exception {
673673
@Test
674674
@AllowedFFDC({ "java.net.MalformedURLException" })
675675
public void testNtlmTokenReceivedErrorPageWithMalformedUrl() throws Exception {
676-
setSpnegoServerConfig(configFile, keytabFile, this.SPN, "false", null, MALFORMED_URL_ERROR_PAGE, null, false);
676+
setSpnegoServerConfig(configFile, keytabFile, this.SPN, "false", null, null, MALFORMED_URL_ERROR_PAGE, false);
677677
Map<String, String> headers = testHelper.setTestHeaders("Negotiate " + NTLM_TOKEN, SPNEGOConstants.FIREFOX, TARGET_SERVER, null);
678678
String response = unsuccessfulSpnegoServletCall(headers, SPNEGOConstants.DONT_IGNORE_ERROR_CONTENT);
679679

0 commit comments

Comments
 (0)