Skip to content

Commit bfc003c

Browse files
authored
Merge pull request #30955 from Zech-Hein/fix-spnego-test-malformedURLErrorPage
fix testSpnegoNotSupportedErrorPageWithMalformedUrl
2 parents 83d46b1 + e37c80d commit bfc003c

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
@@ -677,7 +677,7 @@ public void testNtlmTokenReceivedWebErrorPageWithBadUrl() throws Exception {
677677
@Test
678678
@AllowedFFDC({ "java.net.MalformedURLException" })
679679
public void testNtlmTokenReceivedErrorPageWithMalformedUrl() throws Exception {
680-
setSpnegoServerConfig(configFile, keytabFile, this.SPN, "false", null, MALFORMED_URL_ERROR_PAGE, null, false);
680+
setSpnegoServerConfig(configFile, keytabFile, this.SPN, "false", null, null, MALFORMED_URL_ERROR_PAGE, false);
681681
Map<String, String> headers = testHelper.setTestHeaders("Negotiate " + NTLM_TOKEN, SPNEGOConstants.FIREFOX, TARGET_SERVER, null);
682682
String response = unsuccessfulSpnegoServletCall(headers, SPNEGOConstants.DONT_IGNORE_ERROR_CONTENT);
683683

0 commit comments

Comments
 (0)