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

Re: 200 OK error on update with files that contain non-alphanumeric characters

From: Gautier DI FOLCO <gautier.difolco_at_gmail.com>
Date: Wed, 24 Oct 2012 13:18:55 +0200

2012/10/24 Nico Kadel-Garcia <nkadel_at_gmail.com>

> There's also my SRPM building patches and files at
> http://github.com/nkadel/subversion-1.7.6-srpms/ and
> subversoin-1.6.18-srpms/. I need to update those to 1.7.7 and 1.6.19:
> they're what were used for the last updates at "rpmforge-extras",
> which is noticeably ahead of Red Hat's published packages. They're
> useful partly because they publish all the source. I'd welcome any
> testing of those you can try.
>

Thanks, I put it in my bookmarks for the next update :)
In fact my problem was due to nginx: when I recieve a request
nginx give it to a backend which return an X-Accel-Redirect
with the good URI to nginx which load that URI, but nginx
url encode that uri so it was url encoded two time (first the
uri give to my backend, then the uri returned by my backend).
I have added an uri decode to the return uri, in my backend and
it works!
Received on 2012-10-24 13:35:04 CEST

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.