Opened 8 years ago
Closed 8 years ago
#3199 closed defect (bug) (fixed)
bbp_logout_url filter incorrectly encodes $redirect_to
| Reported by: | nevis2us | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | 2.5.14 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 6835: