Skip to:
Content

BuddyPress.org

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)

#1 @boonebgorges
15 years ago

  • Milestone Awaiting Review1.6
  • Priority normalmajor

#2 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(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.

Note: See TracTickets for help on using tickets.