Opened 7 years ago
Closed 6 years ago
#3199 closed defect (bug) (fixed)
bbp_logout_url filter incorrectly encodes $redirect_to
Reported by: | nevis2us | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.14 |
Component: | General | Keywords: | has-patch |
Cc: | nevis2us |
Description
bbp_logout_url filter incorrectly encodes $redirect_to which contains '&'.
E.g.
http://xxx.com/?p1&p2 -> http://xxx.com/?p1&p2 -> http://xxx.com/?p1&loggedout=true#038;p2
Patch attached.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 6835: