Re: 207 Multi-Status using mod_authz_svn
From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-02-02 11:02:26 CET
On Fri, 30 Jan 2004 15:31:56 +0100 Juanma Barranquero
> These lines in httpd.conf:
I can bypass the problem with
BrowserMatch ^SVN/ no-gzip
but I'm still puzzled.
The client (svn.exe) sends the following headers:
PROPFIND /test/trunk HTTP/1.1
Host: localhost:80
(yes, "Accept-Encoding: gzip" appears twice), and the server is
HTTP/1.1 207 Multi-Status
It is very puzzling that the client should fail when
AddOutputFilterByType DEFLATE text/html
is used, because:
- as seen above,the server is sending back text/xml
- I also have an AddOutputFilterByType DEFLATE text/xml, which doesn't
- the <Location /svn> section has "SetOutputFilter DEFLATE", so all
So, is this a bug, and if so, filed at the issue tracker? Or not-a-bug,
Thanks,
Juanma
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.