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

Re: RewriteRule breaks slave SVN commits for 1.6.x clients only

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 20 Dec 2011 23:02:08 +0200

Pinzone Gerard (DS-1) wrote on Tue, Dec 20, 2011 at 20:50:44 +0000:
> Designation: Non-SSA/Finmeccanica
>
> Daniel Shahaf wrote:
> > Yeah, but you do that in three round-trips rather than two:
> >
> > GET /foo//bar//baz
> > 301 Moved Permanently
> > Location: /foo/bar//baz
> > GET /foo/bar//baz
> > 301 Moved Permanently
> > Location: /foo/bar//baz
> > GET /foo/bar/baz
> > 200 OK
>
> Right, but I don't know another way of accomplishing it. If you know how to do it more efficiently, I'm all ears.
>
> 3.1.1001

I've seen this:
http://httpd.apache.org/docs/current/rewrite/flags.html#flag_n

There may or may not be better ways. This is becoming a topic for
users_at_httpd.a.o (I imagine treatment of double slashes is a standard
issue there)
Received on 2011-12-20 22:03:24 CET

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.