If a non-numeric value is passed to a download, Drupal will display an error message in IE.

I added the following before the db_insert line in track_da_files_register_new_display just to ensure the id is a valid integer:

$id = (int) $id;

Comments

federiko_’s picture

Thanks for posting this issue.
Here comes the patch.

  • federiko_ committed b520ef1 on 7.x-1.x authored by davidcz
    Issue #2449221 by federiko_, davidcz: Invalid Id Parameter Value
    
federiko_’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.