You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2004/06/06 19:32:21 UTC

svnserve sends back URI-decoded repos root

Hello, URI-decoders all over the world,

I think I found an error in svnserve regarding its handling of the
repository root URL. During connection establishment (Section 2), the
server sends back the repository root in the repos-info. That URL gets
sent URI-decoded, or what we'll call it. This has to be a server bug. The
client expects the URL encoded, so this leads to the same problem in the
RA layer function get_repos_root as in ra_local before r9931.

It seems pretty easy to fix, but I don't know how we will handle
compatibility between 1.0 and 1.1. Can we just treat it as a bug and not a
protocol change?

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnserve sends back URI-decoded repos root

Posted by Greg Hudson <gh...@MIT.EDU>.
On Sun, 2004-06-06 at 15:32, Peter N. Lundblad wrote:
> It seems pretty easy to fix, but I don't know how we will handle
> compatibility between 1.0 and 1.1. Can we just treat it as a bug and not a
> protocol change?

I think we can treat it as a bug.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org