From f443ea9984839335a7b337d9412f161685017dc6 Mon Sep 17 00:00:00 2001 From: fluxo Date: Fri, 25 Oct 2024 08:24:43 -0700 Subject: [PATCH] clarify 404 policy for rao/people --- content/pages/infra-ban.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/pages/infra-ban.md b/content/pages/infra-ban.md index 90f3136ad..397ffc9d7 100644 --- a/content/pages/infra-ban.md +++ b/content/pages/infra-ban.md @@ -35,5 +35,8 @@ If you break one of these rules, **your IP will be banned** from all services ac - More than 25,000 `repository.apache.org` visits per 24 hours. - More than 100,000 `builds.apache.org` visits per 12 hours. - More than 2,500 code `429` (rate-limited) responses not respected per 12 hours. Services like Gitbox, Jira, Confluence, and Bugzilla have rate limits imposed. Abusing these services will result in a `429 HTTP` response code. Not respecting the HTTP response may result in a **permanent ban**. + - Excessive 404 result codes on `repository.apache.org` or `people.apache.org`. Neither repository.apache.org nor people.apache.org are general purpose Maven repositories, and should **only be used for the testing of pre-production ASF code artifacts**. Maven Central is the correct public java artifact repository service. + +Please evaluate your systems and update your configuration to use maven central, not repository.apache.org or people.apache.org If you think we banned your IP address by mistake, or if you have been banned but have an explanation why we should bend the rules for your specific case (for instance, if you have a NAT IP address that a lot of people use), contact us at `abuse@infra.apache.org` or through the "asfinfra" Slack channel. We will consider leniency and allow-listing on a case-by-case basis.