Page MenuHomePhabricator
Paste P8468

gerrit redirects for /p/
ActivePublic

Authored by Paladox on May 2 2019, 4:46 PM.
Tags
None
Referenced Files
F28903494: raw.txt
May 2 2019, 4:46 PM
Subscribers
None
Cloning without the redirects:
git clone "https://gerrit.git.wmflabs.org/r/p/Backend"
Cloning into 'Backend'...
fatal: https://gerrit.git.wmflabs.org/r/p/Backend/info/refs not valid: is this a git repository?
Cloning with redirects:
git clone "https://gerrit.git.wmflabs.org/r/p/Backend"
Cloning into 'Backend'...
remote: Total 2 (delta 0), reused 2 (delta 0)
Unpacking objects: 100% (2/2), done.
Here's the header for the url
curl -I https://gerrit.git.wmflabs.org/r/p/Backend/info/refs
HTTP/1.1 301 Moved Permanently
Date: Thu, 02 May 2019 16:44:15 GMT
Server: Apache
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Location: https://gerrit.git.wmflabs.org/r/Backend/info/refs
Content-Type: text/html; charset=iso-8859-1