Subversion clients following HTTP 302 response codes.
From: Paul Hammant <paul_at_hammant.org>
Date: Sun, 15 Apr 2018 08:52:52 -0400
It would be cool if svn.exe (the client) could follow HTTP return code '302'
I'm thinking that this is just for GET* of resources, and that someone
(request)
GET /repos/asf/!svn/rvr/1234/path/to/movie.mp4 HTTP/1.1
(response)
302 Found
(subsequent request)
GET 1234/path/to/movie.mp4 HTTP/1.1
(Amazon itself does more 302's here, probably)
* You could make a general case that any (or more than just GET) of the
Also, you could make a case for 307 responses too -
I'd go ahead a raise a Jira feature request, depending on the outcome of
Thoughts?
- Paul
|
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.