[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: httpd bug: bodies of bad requests not eaten correctly

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-06-25 23:51:06 CEST

Justin Erenkrantz <jerenkrantz@apache.org> writes:
> Hmph. I'll try to reproduce here, but without the series of SVN
> commands, this'll be hard. Even if you can send me hard repro
> recipies, I can probably sort it out.
>
> Looks like it's not eating the last line of the previous
> request. Odd. -- justin

Well, basically I just ran an svn tests over DAV:

   $ cd subversion/tests/clients/cmdline
   $ ./basic_tests.py 1 --url http://localhost

after having set up my Apache in the way recommended in the README in
that directory, of course.

However, the trick is to get your Apache to do early rejection of
requests. Ben C-S was doing the same thing on his FreeBSD box (I have
RedHat here), but Apache ate all of the initial request before
responding with a 404. In Ben's Ethereal capture, the 404 is not
interleaved with the client's request the way it is in mine.

Why the two behave differently, we don't know. If you can't reproduce
this in your environment, let me know, and we'll figure something out.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 25 23:59:04 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.