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

Traffic-Server proxy / checkout failure

From: Kevin Blaisdell <blaisdellk_at_yahoo.com>
Date: 2003-05-21 21:34:08 CEST

I am stuck with a proxy issue, not knowing if it is
proxy configuration or svn limitation or both. I have
setup the subversion servers file with my proxy info
and that seems to work find since some of my http
requests go through before things break.

When behind the proxy I get;
>svn co http://1.1.1.1/test/inc
svn: RA layer request failed
svn: OPTIONS request failed on '/test/!svn/bc/7/'
svn: The OPTIONS request returned invalid XML in the
response: XML parse error at line 1: no element found.
(/test/!svn/bc/7/)

OR sometimes

C:\working\BofA\App>svn co http://1.1.1.1/test2/
svn: RA layer request failed
svn: OPTIONS request failed on '/!svn/bc/8/'
svn: OPTIONS of '/!svn/bc/8/': Could not read status
line: An established connection was aborted by the
software in your host machine. (http://1.1.1.1)

It seems to die on the following broken
request/response

OPTIONS http://1.1.1.1/test/!svn/bc/7/ HTTP/1.1
Host: 1.1.1.1
User-Agent: neon/0.23.9 SVN/0.23.0 (r5962)
Connection: TE
TE: trailers
Content-Length: 104
Content-Type: text/xml
Accept-Encoding: gzip
Accept-Encoding: gzip
Proxy-Authorization: Basic 1fJ6aG1qZz1rb1V04jI41Q==
Authorization: Basic a1V2hW36b2V2aW4=

<?xml version="1.0" encoding="utf-8"?><D:options
xmlns:D="DAV:"><D:activity-collection-set/></D:options>

HTTP/1.1 200 Ok
Date: Wed, 21 May 2003 19:08:42 GMT
Via: HTTP/1.1 cache1 (Traffic-Server/4.0.9 [c s f ])
Connection: close
Allow: CONNECT, DELETE, GET, HEAD, OPTIONS, POST,
PURGE, PUT, PUSH, TRACE
Content-Length: 0

The same exact thing works dialed up another network
to avoid the proxy. So I know this is a proxy
problem, but not sure exactly why it happens. I was
under the impression Traffic-Server 4.0.x fully
supports DAV (according to webdav.org). But obviously
the response to my OPTIONS request gets trashed for
some reason (missing stuff from Allow header, missing
content, content-length=0, etc.

If any Proxy/DAV expert out there has ideas on what
causes this I would love to know.

Thanks,
Kevin

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 21 21:35:03 2003

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.