Thanks for all the feedback. This problem is strange in that I haven't
been able to duplicate it. IE got itself in a wierd situation where I
would hit Reload (and press OK to confirm a rePOST) and the problem
would consistently occur. Once I took IE out of that loop, I couldn't
duplicate it. 

The thing that bugged me is that when I google'd it I found a few other
people who had the same problem with POSTed multipart data. So I suspect
it's just some IE strangeness that causes the 'boundary' spec in the
header to be malformed in some circumstances and causes Apache to think
it's two pipelined requests, the second one which is asking for '/'.

I'll re-post if I come up with anything useful or am able to reproduce
this.

On Thu, 2003-07-17 at 04:39, Stas Bekman wrote:
> Mark Maunder wrote:
> > I'm running all scripts under Apache::Registry and using Apache::Request
> > because I'm handling file uploads. Sorry, should have included that. 
> > 
> > I did test this: I modified the Apache::Registry script that was being
> > posted to so that it didn't create an Apache::Registry request object,
> > but simply did a print "Content-type: text/html\n\nTesting123\n"; And I
> > got the same double request problem.  So it seems that it's Apache not
> > liking that particular request for some reason. 
> > 
> > Here's something wierd. I telnetted to my server's port 80 and pasted
> > the request, and it didn't reproduce the problem. 
> 
> Try using the command line user agent, e.g. lwp, lynx or else, where you can 
> control the involvement of the user agent. For example you can see response 
> headers, which probably aren't available under IE.
> 
> [...]
> 
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com
-- 
Mark Maunder <[EMAIL PROTECTED]>
ZipTree Inc.

Reply via email to