dev wrote regarding '[TSVN] neon following redirects?' on Thu, Jan 06 at 15:58:
[...]
> It send the request, receives a 401 "hey, who are you?", resends the
> auth data, and then stops at the 301. The authentication clearly
> works, but it just doesn't follow the redirect.
As a follow-up, if I specify a directory below the repository base,
such as teleo/deeptexture, the browser works fine. I can go to teleo/
in a web browser and it works (because the 301 is followed):
browser:
10.1.1.50 - - [06/Jan/2005:16:02:20 -0600] "GET /repos/teleo HTTP/1.1"
401 456 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5)
Gecko/20041107 Firefox/1.0"
10.1.1.50 - dsauer [06/Jan/2005:16:02:20 -0600] "GET /repos/teleo
HTTP/1.1" 301 286 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.7.5) Gecko/20041107 Firefox/1.0"
10.1.1.50 - dsauer [06/Jan/2005:16:02:20 -0600] "GET /repos/teleo/
HTTP/1.1" 200 312 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.7.5) Gecko/20041107 Firefox/1.0"
neon:
10.1.1.50 - - [06/Jan/2005:16:03:10 -0600] "PROPFIND /repos/teleo
HTTP/1.1" 401 456 "-" "SVN/1.1.2 (r12471) neon/0.24.7"
10.1.1.50 - dsauer [06/Jan/2005:16:03:10 -0600] "PROPFIND /repos/teleo
HTTP/1.1" 301 286 "-" "SVN/1.1.2 (r12471) neon/0.24.7"
--Danny
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jan 6 23:06:15 2005