Opened 7 years ago
Closed 7 years ago
#14949 closed defect (wontfix)
Infinite redirects for mercurial
Reported by: | gagern | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | website/wiki | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Trying to run ./pull
on an old clone of the source code, I get an error
abort: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Moved Permanently
The first request was for http://www.sagemath.org/hg/sage-main?cmd=capabilities, all subsequent ones for http://www.sagemath.org/hg/?cmd=capabilities, so the latter is the thing which loops. I guess that I'll be able to work around this by creating a new checkout, but this misconfiguration is a bit annoying and against the specs nevertheless.
Change History (5)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
- Milestone set to sage-duplicate/invalid/wontfix
Feel free to close if you have the power to do so.
comment:3 Changed 7 years ago by
- Status changed from new to needs_review
comment:4 Changed 7 years ago by
- Status changed from needs_review to positive_review
comment:5 Changed 7 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Since hg was replaced by git, I guess this ticket now obsolete.