Skip to content
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

x/pkgsite: visiting pkg.go.dev/golang.org/dl module root gives 400 #43075

Closed
dmitshur opened this issue Dec 8, 2020 · 1 comment
Closed

x/pkgsite: visiting pkg.go.dev/golang.org/dl module root gives 400 #43075

dmitshur opened this issue Dec 8, 2020 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Dec 8, 2020

Visiting https://pkg.go.dev/golang.org/dl shows 400 Bad Request:

image

Individual packages inside, such as https://pkg.go.dev/golang.org/dl/go1.15.6, work okay. But those pages include a link to the module root, which is broken as a result of this issue:

image

The golang.org/dl module is somewhat unusual in that it's the only module that begins with golang.org but doesn't have a golang.org/x prefix.

This problem does not reproduce at godoc.org: https://godoc.org/golang.org/dl#pkg-subdirectories.

CC @jamalc.

@dmitshur dmitshur added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite labels Dec 8, 2020
@dmitshur dmitshur added this to the pkgsite/godoc.org-redirect milestone Dec 8, 2020
@gopherbot
Copy link

Change https://golang.org/cl/276232 mentions this issue: internal/frontend: add support for golang.org/dl

@julieqiu julieqiu self-assigned this Dec 8, 2020
@golang golang locked and limited conversation to collaborators Dec 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Projects
None yet
Development

No branches or pull requests

3 participants