Opened 15 years ago
Closed 15 years ago
#3777 closed defect (bug) (fixed)
Querystring is stripped when redirection of nav item occurs
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.6 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
If a querystring is added to the top-level nav item URL, it is stripped when it reaches its subnav endpoint.
eg. example.com/members/boone/friends?new -> example.com/members/boone/friends/my-friends/
Related: #3771
This is applicable to trunk only.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5412]) Refactors URL canonicalization logic, moving it into the single bp_redirect_canonical() which is loaded from bp_core_load_template() instead of redirecting during the nav setup routine. See #1741. Combines all canonicalization into a single redirect. Fixes #3771. Ensures that query strings are preserved on redirects. Fixes #3777.