I thinkI've found it this is 1.0b1: HTTP/None: 401 Unauthorized here is 1.0a2 HTTP/None 401 Unauthorized IE doesn't like the 'HTTP/None: 401' it wants "HTTP/None 401 ..." ^ this fixes the problem 148c148 < append("HTTP/%s: %s" % (self._http_version, status)) ---
append("HTTP/%s %s" % (self._http_version, status))
155a156 -steve
I should be more exhaustive. ;-) It appears to be only the Mac version of IE 4.0 that doesn't like the ':'. Wacky. Does the spec say anything about that? -steve
"Steve" == Steve Spicklemire <steve> writes:
Steve> IE doesn't like the 'HTTP/None: 401' it wants "HTTP/None Steve> 401 ..." ^
At 17:13 14-6-99 , Steve Spicklemire wrote:
I should be more exhaustive. ;-) It appears to be only the Mac version of IE 4.0 that doesn't like the ':'.
Wacky. Does the spec say anything about that?
-steve
"Steve" == Steve Spicklemire <steve> writes:
Steve> IE doesn't like the 'HTTP/None: 401' it wants "HTTP/None Steve> 401 ..." ^
Oh yes, the HTTP spec specifically says the colon shouldn't be there. It has been fixed quite a while ago in the CVS. The version of ZServer that comes with Zope2.0.0a1 is fixed already, I believe. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Martijn Pieters -
Steve Spicklemire