6 May
1999
6 May
'99
4:02 p.m.
Brad Clemens wrote: > IE4 and 5 seems to have trouble getting the management icons from > ZopeHTTPServer. The page download never completes.. Same with me here (IE4 on an NT4SP3 box locally). However, it works after replacing ZopeHTTPServer.py with the old 1.10.2´s one. > I upgraded to ZServer, set use_chunked=0 and it's better, but the icon > for "control panel" still won't download correctly. In fact, I get just the top > part of the folder, say about 4 pixels.. I haven't looked at ZServer at all yet, but bugs a la "*some* images aren't shown completely" remind me of a silly problem I once had with Python's standard SimpleHTTPServer before 1.5.1: Files were not opened in binary mode, which bites you on a Windoze box. Stefan