Chuck Esterbrook wrote: > On Wednesday 01 May 2002 02:11 am, Chuck Esterbrook wrote: > > If I try to upload a file without actually selecting one (or typing > > in a path), the app server hangs, but just on that request. > > > > This also happens in my own application. > > > > I haven't gone hunting for this yet. I'd like to know what results > > others get first. > > > > I'm running Webware CVS, Mandrake Linux 8.1, Apache 1.3.x and > > mod_webkit or WebKit.cgi. > > Happens with Mozilla 0.9.7 but NOT Opera 5.0 or Netscape 4.7 (all on > Linux). > > Haven't tried with IE yet. > > So maybe Mozilla sends poorly formed form data...
I'll bet it wedges the thread permanently. If your appserver is configured with 10 threads, then you'll probably wedge the appserver completely if you do this 10 times. For some more data points, IE 5.5, Netscape 4.73, Opera 6.01, and Mozilla 1.0rc1 all work properly on Windows. (i.e. you get an "AttributeError: file" traceback.) - Geoff
