#3779 closed defect (bug) (fixed)
Audit trailingslash links
Reported by: | boonebgorges | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.6 | Priority: | major |
Severity: | normal | Version: | |
Component: | Core | Keywords: | needs-patch |
Cc: |
Description
In r5412 (see #2681) trailing slashes were enforced before BP content resolves. This should be accompanied by a careful look at our own interior redirects and links, to ensure that we are minimizing necessary redirects by always pointing users to the trailingslashed version of a URL. (Note: for URLs that don't have an associated screen function - they are actions - it doesn't matter, since they never resolve, and canonicalization only happens at template loading time.)
I will probably work on this a component at a time. Patches welcome.
Change History (7)
Note: See
TracTickets for help on using
tickets.
(In [5414]) Ensures links are constructed with trailing slash in activity component. See #3779