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

Re: 400 bad request from client

From: Steve Peterson <stevep-hv_at_zpfe.com>
Date: 2006-09-06 02:18:30 CEST

Thanks for the pointer to previous occurrences. It looks like
http://svn.haxx.se/users/archive-2006-07/0424.shtml refers to a
similar problem.

I downloaded the svn binaries and ended up with the same problem, so
3 clients exhibited the same issue.

In this case, the fix was telling Kaspersky Anti-Virus 6.0 to trust
the network traffic generated by the SVN clients when it is destined
for my svn server. It looks like an interaction between their http
proxy and the contents of the SVN message are causing the problem. I
put in a help desk ticket with them to see if it can be
resolved. More details on how to set Kaspersky to avoid the problem
are available at
http://www.jroller.com/page/chemeia?entry=subversion_and_kaspersky.

Looking at the HTTP headers created by the SVN clients and the
content of the message doesn't yield any obvious SVN problem to be
fixed. In the sample below the actual length of the body is 235
octets, so it doesn't seem to be a problem with the Content-Length header.

Steve

At 06:45 PM 9/5/2006, you wrote:

>On Sep 6, 2006, at 00:06, Steve Peterson wrote:
>
>>I sniffed the traffic between the client and server and the error
>>seems to occur after authentication occurs, during the following
>>exchange. Note the missing closing > in both hunks of XML. The
>>same behavior is repeatable and occurs with both clients.
>>
>>The trace:
>>
>>...
>>
>>REPORT /LNSS/!svn/vcc/default HTTP/1.1
>>Host: svn.lifetouch.net
>>User-Agent: SVN/1.3.2 (r19776) neon/0.25.5
>>Connection: TE
>>TE: trailers
>>Content-Length: 236
>>Content-Type: text/xml
>>Accept-Encoding: gzip
>>Accept-Encoding: gzip
>>Authorization: Basic xxx=
>>
>><S:update-report send-all="true" xmlns:S="svn:"><S:src-path>
>>http:// svn.lifetouch.net/LNSS/account-management/src </S:src-
>>path><S:target-revision>2310</S:target-revision><S:entry
>>rev="2310" start-empty="true"></S:entry></S:update-report
>
>The problem of the missing closing bracket on the XML response has
>come up on the mailing list before but I do not remember the outcome
>of the discussion. You may be able to find it if you search the
>archives at http://svn.haxx.se
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 6 02:20:37 2006

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.