Code review comment for lp:~soren/nova/twisted-web-s3-server

Revision history for this message
justinsb (justin-fathomdb) wrote :

Bug in line 537?
images = [i for i in image.Image.all() if i.is_authorized(self.context)]

Shouldn't this be...
images = [i for i in image.Image.all() if i.is_authorized(request.context)]

review: Needs Fixing

« Back to merge proposal