[Zope] IE Auth failures, NS works fine
Ingo Assenmacher
ingo.assenmacher@post.rwth-aachen.de
Mon, 15 May 2000 21:55:29 +0200
Hi Jim.
Solved it.
Just do this within the GeneralUserFolder.py
line 432 is:
response=request['RESPONSE']
response.unauthorized = guf_unauthorized
simply add:
response.setStatus('OK')
this does the trick. IE5 works fine, HAHA!!
sorry, this should have been working earlier.
Regards, Ingo.
> I think you got it. IE displays some locally generated error page on
> auth failure rather than the server generated page, which contains the
> login screen. I'll have a peek at the IE settings and see if there is
> some way to turn this off and make it display the server page.
> nice work
> jim