Re: [Zope-dev] Overriding HTTPResponse.unauthorized()

2002-04-15 Thread Shane Hathaway
Matt Behrens wrote: > I've got some rather funky auth requirements where I need to stop Zope > from challenging Basic authentication when Unauthorized is raised. > > I seem to be able to do this if I monkey-patch > HTTPResponse.unauthorized(), but what I'd really like is to be able to > hook i

[Zope-dev] Overriding HTTPResponse.unauthorized()

2002-04-15 Thread Matt Behrens
I've got some rather funky auth requirements where I need to stop Zope from challenging Basic authentication when Unauthorized is raised. I seem to be able to do this if I monkey-patch HTTPResponse.unauthorized(), but what I'd really like is to be able to hook into it to make a user folder-ove