Opened 12 years ago
Closed 12 years ago
#22796 closed defect (bug) (fixed)
Images using query parameters with an uncommon filetype are not recognized in insert from URL
Reported by: | koopersmith | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
We're being a little overzealous when trimming the query parameter, as we use the URL variable to double check that nothing has changed in the image's onload callback.
Patch fixes the issue, an example test URL is http://syndetics.com/index.php?isbn=9781423146193/lc.jpg&client=milwp&type=rn12
Attachments (3)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Simple coding error caused by accidentally overwriting a variable.