Loading ssl_engine_kernel.c +2 −0 Original line number Diff line number Diff line Loading @@ -880,6 +880,8 @@ int ssl_hook_UserCheck(request_rec *r) password = auth_line; if ((username[0] == '/') && strEQ(password, "password")) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, "Encountered FakeBasicAuth spoof: %s", username); return HTTP_FORBIDDEN; } } Loading Loading
ssl_engine_kernel.c +2 −0 Original line number Diff line number Diff line Loading @@ -880,6 +880,8 @@ int ssl_hook_UserCheck(request_rec *r) password = auth_line; if ((username[0] == '/') && strEQ(password, "password")) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, "Encountered FakeBasicAuth spoof: %s", username); return HTTP_FORBIDDEN; } } Loading