Skip to content

x/website: /security is a redirection loop #64672

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

Closed
yansal opened this issue Dec 12, 2023 · 2 comments
Closed

x/website: /security is a redirection loop #64672

yansal opened this issue Dec 12, 2023 · 2 comments
Assignees
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Milestone

Comments

@yansal
Copy link
Contributor

yansal commented Dec 12, 2023

Go version

not relevant

What operating system and processor architecture are you using (go env)?

not relevant

What did you do?

➜  ~ curl https://go.dev/security    
<a href="/security/">Moved Permanently</a>.

➜  ~ curl https://go.dev/security/
<a href="/doc/security/">Moved Permanently</a>.

➜  ~ curl https://go.dev/doc/security/
<a href="/security">Moved Permanently</a>.

What did you expect to see?

not a redirection loop

What did you see instead?

a redirection loop

@yansal yansal changed the title website: /security is a redirection loop x/website: /security is a redirection loop Dec 12, 2023
@gopherbot gopherbot added this to the Unreleased milestone Dec 12, 2023
@prattmic
Copy link
Member

cc @golang/tools-team

@prattmic prattmic added the NeedsFix The path to resolution is known, but the work has not been done. label Dec 12, 2023
@rsc rsc self-assigned this Dec 12, 2023
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/549215 mentions this issue: cmd/golangorg: fix security redirect loop

@golang golang locked and limited conversation to collaborators Dec 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Projects
None yet
Development

No branches or pull requests

4 participants