FYI: The gitbox web UI is deliberately returning 403 most URLs (besides
the basic "commit summary") as a spam/abuse prevention mechanism
The official recommendation from infra is "Browse / review commits on
github"
-Hoss
---------- Forwarded message ----------
Date: Mon, 11 Mar 2019 01:10:00 +0000 (UTC)
From: "Chris Lambertus (JIRA)" <[email protected]>
To: [email protected]
Subject: [jira] [Updated] (INFRA-17956) gitbox web ui returning 403 for some
types of requests
[
https://issues.apache.org/jira/browse/INFRA-17956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Lambertus updated INFRA-17956:
------------------------------------
Status: Waiting for user (was: Waiting for Infra)
Yes, we had to disable a number of features due to extreme abuse that was
taking gitbox down. Please use github's UI for now.
gitbox web ui returning 403 for some types of requests
------------------------------------------------------
Key: INFRA-17956
URL: https://issues.apache.org/jira/browse/INFRA-17956
Project: Infrastructure
Issue Type: Bug
Components: GitBox
Reporter: Hoss Man
Priority: Major
using the gitbox web ui to browse commit info returns 403 error codes for some
types of requests (ie: things that the gitbox web ui provides links to when
viewing a particular commit)
### examples of HTTP requests that work
# view a commit
https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b8d569a
# view a file as of a commit
https://gitbox.apache.org/repos/asf?p=lucene-solr.git;a=blob;f=solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java;h=ba94104bba12ff6e424fdd43b766167d8ae12e8b;hb=b8d569a
# view entire diff for a commit
https://gitbox.apache.org/repos/asf?p=lucene-solr.git;a=commitdiff;h=b8d569a
#### examples of HTTP requests that return 403 forbidden
# view commit as patch
https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b8d569a
# view diff of indvidual file mentioned in commit
https://gitbox.apache.org/repos/asf?p=lucene-solr.git;a=blobdiff;f=solr/CHANGES.txt;h=0d3b41e955a4e9d0e58c9f4fb6a20422a65631e4;hp=bd04156ba16b51ad243f07fd12344dd018202b7c;hb=b8d569a;hpb=a940c40b181e00478b63bb2b77e87cf6aabfc725
# view history of file as of a specific commit
https://gitbox.apache.org/repos/asf?p=lucene-solr.git;a=history;f=solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java;hb=b8d569a
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]