Skip to content

Proxito: check for forced redirects before system redirects #10314

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

Open
stsewd opened this issue May 10, 2023 · 0 comments
Open

Proxito: check for forced redirects before system redirects #10314

stsewd opened this issue May 10, 2023 · 0 comments
Labels
Needed: design decision A core team decision is required

Comments

@stsewd
Copy link
Member

stsewd commented May 10, 2023

What's the problem this feature will solve?

Currently, we do our system redirects (/ -> /en/latest/, /en/latest -> /en/latest/, etc), and after all those redirects have been done we check for forced redirects. This is a problem when you want to move a whole project to another domain, since then you'll need to create a forced redirect for /en/latest/, when you may not want that.

Describe the solution you'd like

Forced redirects should be checked before doing system redirects.

Alternative solutions

Create several forced redirects for each system redirect.

@stsewd stsewd added the Needed: design decision A core team decision is required label May 10, 2023
@stsewd stsewd changed the title Forced redirects: evaluate before system redirects Proxito: check for forced redirects before system redirects May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needed: design decision A core team decision is required
Projects
None yet
Development

No branches or pull requests

2 participants
@stsewd and others