Reputation: 3853
I'm getting an error when accessing the /image
view of an Image object. The weird part is that I'm logged in as an administrator, and the Error log shows "Anonymous User (None)" as the user trying to access the image.
How is this possible? What should be the things I should be looking for in this case?
Upvotes: 0
Views: 69
Reputation: 2254
I think it would be a lot weirder if the error log showed "admin" as the user. The fact that it shows "Anonymous" is evidence that it is failing to find your credentials at some point, as you would expect an administrator to never have Unauthorized errors .
Is this a stock Plone image type? I have often seen this sort of error concealing a programming error in my own custom code.
Upvotes: 1