Re: IE 6 causes broken pipe exception

2003-09-20 Thread Chris Rolfe
on 9/20/03 11:07 AM, Anton Tagunov wrote: > Hello Chris! > > CR> IE 6 is sending two GET requests for each .mp3 file. I haven't tested the > CR> behavior on IE 5.x or other plugin-handled mime types. [snip] > CR> So, two questions for the karmically kind: > > CR> 1) Any bright ideas on a workaro

Re: IE 6 causes broken pipe exception

2003-09-20 Thread Anton Tagunov
Hello Chris! CR> IE 6 is sending two GET requests for each .mp3 file. I haven't tested the CR> behavior on IE 5.x or other plugin-handled mime types. CR> The first GET sets the request header: CR> user-agent = contype CR> and is a Microsoft (ie, non-standard) attempt at data-sniffing intended t

IE 6 causes broken pipe exception

2003-09-20 Thread Chris Rolfe
Here's a followup to: >Subject: DefaultServlet throws a LOT of broken pipe exceptions on mp3s. --- I found the cause of my java.io.IOException "Broken pipe" errors. IE 6 is sending two GET requests for each .mp3 file. I haven't tested the behavior on IE 5.x or other plugin-handled mime types.