Closed (fixed)
Project:
Image
Version:
5.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2007 at 11:04 UTC
Updated:
5 Sep 2007 at 17:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedthat's by design. you need to use private file transfers. you can enable those from admin/settings/file-system but beware that it will increase the load on your server.
Comment #2
Hetta commentedAh, but my files are set to private, under admin/settings/file-system .
I'd love to move this to the relevant core component, but don't know which that would be.
Comment #3
drewish commentedmy bad. looking at image_file_download() we don't do enough permissions checking.
Comment #4
drewish commentedhere's the patch I committed to HEAD for this. it'll need some re-working for the 1.x-dev branch.
Comment #5
drewish commentedmarked http://drupal.org/node/140058 as a duplicate
Comment #6
Hetta commentedThe HEAD patch as reworked for 5.x-1.x-dev.
Comment #7
drewish commentedthanks! i swapped '_original' for IMAGE_ORIGINAL and committed it to DRUPAL-5.
Comment #8
(not verified) commented