Page MenuHomePhabricator

Redirect `/source/x` (no slash) to `/source/x/` (canonical) when viewer is logged out and "x" is public
ClosedPublic

Authored by epriestley on Dec 20 2016, 1:42 PM.
Tags
None
Referenced Files
F18774222: D17097.id41123.diff
Thu, Oct 9, 3:58 PM
F18770991: D17097.id.diff
Wed, Oct 8, 4:45 PM
F18766893: D17097.id41124.diff
Tue, Oct 7, 7:15 PM
F18733442: D17097.id.diff
Tue, Sep 30, 10:34 PM
F18670438: D17097.diff
Thu, Sep 25, 12:19 AM
F18566015: D17097.id.diff
Sep 9 2025, 2:13 PM
F18549598: D17097.id.diff
Sep 8 2025, 9:26 AM
F18511076: D17097.diff
Sep 5 2025, 6:03 AM
Subscribers
None

Details

Summary

Fixes T12035. Normally, the "abc" -> "abc/" redirect is handled automatically when "abc" hits a 404.

However, in this case, "source/x" does not 404. We route this to a valid controller because some VCS requests omit the slashes, then manually perform the redirect if we aren't serving a VCS request.

Allow this controller to serve public resources so we can serve the redirect to logged-out users instead of prompting them to login so they can be redirected.

Test Plan

Visited /source/x as a logged-out user, where x is a public repository.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable