Bug #35017 extra & sign on url (iincrementing)
Submitted: 3 Mar 2008 21:44 Modified: 24 Mar 2008 20:32
Reporter: Diego Medina Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Websites: MySQLForge Severity:S3 (Non-critical)
Version:forge1.mysql.com OS:Any
Assigned to: Jay Pipes CPU Architecture:Any

[3 Mar 2008 21:44] Diego Medina
Description:
Every time you click on the  Next link, there is an extra & added to the url

How to repeat:
1- go here http://forge1.mysql.com/tools/search.php?sortby=added_on&sortorder=desc&&page=3
2- click on the arrow to the right (single arrow) and you will see that the link is 
http://forge1.mysql.com/tools/search.php?sortby=added_on&sortorder=desc&&&page=4

3- now click on the arrow to the left, and note an extra & after the "desc" value.
[3 Mar 2008 21:56] Sveta Smirnova
Thank you for the report.

Verified as described.
[3 Mar 2008 22:02] Jay Pipes
Verified as above, but changing priority to minimal since it does not corrupt data nor produce incorrect results.  Will fix once critical bugs are assessed.
[10 Mar 2008 19:51] Jay Pipes
Fixed in r428.

Escaping must be done *after* regex_replace().
[24 Mar 2008 20:32] Diego Medina
Hi Jay,

was r428 applied to the forge.mysql.com site yet? because I just checked and the bug is still there.