[Zope] Fw: Re: [Zope] IE Auth failures, NS works fine
Ingo Assenmacher
ingo.assenmacher@post.rwth-aachen.de
Mon, 15 May 2000 22:13:12 +0200
Hmmm... sorry. False Alarm.
It works. Suddenly. I do not really know why.
You can forget the crab below.
Sorry, again. I think I will have to dig into this again.
ingo.
--- HIER BEGINNT DIE WEITERGELEITETE NACHRICHT ------------------------------
An: JB <jimbag@kw.igs.net>
Datum: 15.05.00, 21:55:29
Betreff: Re: [Zope] IE Auth failures, NS works fine
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.