Loading ssl_engine_kernel.c +2 −2 Original line number Diff line number Diff line Loading @@ -880,7 +880,7 @@ 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, ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Encountered FakeBasicAuth spoof: %s", username); return HTTP_FORBIDDEN; } Loading Loading
ssl_engine_kernel.c +2 −2 Original line number Diff line number Diff line Loading @@ -880,7 +880,7 @@ 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, ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Encountered FakeBasicAuth spoof: %s", username); return HTTP_FORBIDDEN; } Loading