[Zope] Can't have custom 404 (NameNotFound) Errors?

Chris Withers chrisw@nipltd.com
Mon, 18 Feb 2002 07:50:28 +0000


"Chris A. Bruce" wrote:
> 
> I notice that when my "standard_error_message" is displayed, it seems to
> lose all AUTHENICATED_USER info too.  But I am using
> _.SecurityGetUser().getUserName() and it is coming back ANONYMOUS when
> the error page is displayed, but works fine on all other pages.  I am
> also using CookieUserFolder, not sure if that makes a difference.

What I'm guessing is happening here is that because no object could be found to
traverse to (hence "not found"), there is no need to challenge for
authentication so Zope never sorts out security.

If you consider this a bug, please file it in the collector:
http://collector.zope.org

cheers,

Chris