Closed (fixed)
Project:
Manual Crop (old)
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Mar 2013 at 20:49 UTC
Updated:
4 Apr 2013 at 21:30 UTC
Jump to comment: Most recent file
Drupal 7.20 introduced a new security token on image URLs to prevent against DOS attacks. After updating to Drupal 7.20+, the http cache control query string created by Manual Crop no longer functions. The new query string prevents Manual Crop from correctly retrieving image information from the {file_managed} table because the URI in the table doesn't contain the query string, but Manual Crop does not remove it before querying the database.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | http-cache-control-broken-manual-crop-1949510-1.patch | 1.59 KB | Chaulky |
Comments
Comment #1
Chaulky commentedAttached patch seems to correct the issue.
Comment #2
matthijsPatch applied and committed, thanks a lot!
Matthijs