Closed (fixed)
Project:
Gallery
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2006 at 18:14 UTC
Updated:
24 May 2007 at 11:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
Signe commentedA much simpler solution. Don't attempt to create a G2 user for anonymous. This causes the Gallery module to return the standard G2 'path not found' error.
Comment #2
mindless commentedwhat if a non-guest accesses an invalid path?
Comment #3
kiz_0987 commentedCommitted a modified version of this. Still does not work for logged in users, but certainly helps.
Comment #4
profix898 commentedAs in the 5--2 branch the user sync does no longer happen in gallery_init(), this problem should be fixed. Invalid paths are handled in gallery_handle_request() now, this works for logged in users as well. (An admin will still see ERROR_MISSING_OBJECT, but its catched nicely and remains invisible for 'normal' users.)
Comment #5
(not verified) commented