Assert.assertTrue(this.authenticator.authenticate(request, response, loginConfig));
}
@Test
public void testSecurityCheckQueryString() {
this.authenticator.setAuth(new MockWindowsAuthProvider());
final LoginConfig loginConfig = new LoginConfig();
loginConfig.setErrorPage("error.html");
loginConfig.setLoginPage("login.html");
final SimpleHttpRequest request = new SimpleHttpRequest();
request.setQueryString("j_security_check");