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

Re: user friendly multiple repositories, how to & repo browser bug

From: Juanma Barranquero <lektu_at_mi.madritel.es>
Date: 2004-10-21 02:59:17 CEST

On Wed, 20 Oct 2004 07:48:57 -0500, Ben Collins-Sussman <sussman@collab.net> wrote:

> On Oct 19, 2004, at 10:03 AM, Molle Bestefich wrote:
>
> > The Repo-Browser sends duplicate "Accept-Encoding: gzip" headers.
> > Reproduce: Sniff using ethereal while repo browsing, apply this
> > filter: 'http.request.method == "PROPFIND"'.
>
> Hm, dunno if that's a problem, seems harmless. Still, it's a
> curiosity. I wonder why.

Is not just the Tortoise repo-browser; the command-line SVN client does
the same.

I start netcat in one CMD window:

  nc -L localhost -p 80
  
and from another CMD window I do a simple:

  svn ls http://localhost/
  
(or checkout, whatever), and netcat gets:

  PROPFIND / HTTP/1.1
  Host: localhost
  User-Agent: SVN/1.1.0 (r11180) neon/0.24.7
  Keep-Alive:
  Connection: TE, Keep-Alive
  TE: trailers
  Content-Length: 300
  Content-Type: text/xml
  Depth: 0
  Accept-Encoding: gzip
  Accept-Encoding: gzip

(+ body, of course).

                                                           /L/e/k/t/u

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 21 02:59:41 2004

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.