-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The web redirect to the github page is weirdly broken #28
Comments
That is weirdly inconclusive. It reminds me of the worst software insult I
ever heard, which was at NASA. Someone describe someone else's project as
non-deterministic. Brutal, if high-brow. :) Anyway, non-deterministic is
bad. Thank you for bringing it to my attention.
I'm pretty sure my documentation is terrible. But I'm not great at writing
documentation. So any feedback you guys have about that would be
appreciated.
On Jun 25, 2017 3:22 PM, "Jan Krutisch" <[email protected]> wrote:
I'm part of depfu.io and as part of our service that helps teams keeping
their dependencies up to date, we link to changelogs of projects.
Our heuristics to find the github repos (coming from the metadata stored at
rubygems.org) stumbled over your web server that gives very weird and
inconclusive results: Here's a curl session with a few tries:
$ curl -i http://valuable.mustmodify.com/
HTTP/1.1 <http://valuable.mustmodify.com/HTTP/1.1> 200 OK
Cache-Control: max-age=900
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 25 Jun 2017 20:11:04 GMT
Content-Length: 225
Age: 83
Connection: keep-alive
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
This website is temporarily unavailable, please try again later.
<!-- pageok -->
<!-- 12 -->
<!-- -->
</html>
$ curl -i http://valuable.mustmodify.com/
HTTP/1.1 <http://valuable.mustmodify.com/HTTP/1.1> 302 Found
Connection: close
Pragma: no-cache
cache-control: no-cache
Location: /
curl -i http://valuable.mustmodify.com/
HTTP/1.1 <http://valuable.mustmodify.com/HTTP/1.1> 301 Moved Permanently
Cache-Control: max-age=900
Content-Type: text/html
Location: http://github.com/mustmodify/valuable
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 25 Jun 2017 20:16:46 GMT
Content-Length: 0
Age: 0
Connection: keep-alive
This looks like a misconfigured web server. For some reason the redirect
generally works in the browser, but it would be nice if you could look into
the cause of this.
(also, it would be super nice if you could configure the "source code" URL
in rubygems, as this would make the automated lookup even simpler)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB-sIElDDIvLwNThx0oxPEWzA_nrFg-ks5sHsF9gaJpZM4OEtbP>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm part of depfu.io and as part of our service that helps teams keeping their dependencies up to date, we link to changelogs of projects.
Our heuristics to find the github repos (coming from the metadata stored at rubygems.org) stumbled over your web server that gives very weird and inconclusive results: Here's a curl session with a few tries:
This looks like a misconfigured web server. For some reason the redirect generally works in the browser, but it would be nice if you could look into the cause of this.
(also, it would be super nice if you could configure the "source code" URL in rubygems, as this would make the automated lookup even simpler)
The text was updated successfully, but these errors were encountered: