[ZCM] [ZC] 225/ 3 Comment "standard auth login box causes standard_error_message to fire"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Fri, 15 Feb 2002 17:04:17 -0500
Issue #225 Update (Comment) "standard auth login box causes standard_error_message to fire"
Status Pending, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/225
==============================================================
= Comment - Entry #3 by jens on Feb 15, 2002 5:04 pm
this did not happen in 2.3.x . processing standard_error_messages also causes unnecessary processing in this case. furthermore, it is bothersome to those people who have expanded customized standard_error_messages that do stuff like send email.
________________________________________
= Comment - Entry #2 by chrisw on Feb 15, 2002 4:53 pm
I'm sure this is an artefact of how Basic Authentication works. Why is it a problem?
________________________________________
= Request - Entry #1 by jens on Feb 15, 2002 2:53 pm
When someone navigates to a page that requires authentication and gets the standard login box, standard_error_message is getting called in the background with an "Unauthorized" exception. The user never sees the output of that, but it does get executed silently during the normal login process, and that should not happen.
==============================================================