On Wed, Jul 3, 2013 at 10:40 AM, <phi...@apache.org> wrote: > Author: philip > Date: Wed Jul 3 14:40:21 2013 > New Revision: 1499423 > > URL: http://svn.apache.org/r1499423 > Log: > Fix busted-proxy detection: any 411 will be received without a > Subversion error. Tested by tweaking the testsuite code to set > busted-proxy=yes and running the entire testsuite through nginx; > all tests pass in this configuration.
Excellent. Thanks for the patch/fix and the testing! > One remaining problem is > that redirect_tests.py 2 and 3 FAIL when busted-proxy is set and > the client connects directly to httpd without a proxy. The redirects should work now. Daniel pointed me to a handy way to test: $ svn ls http://svn.apache.org/viewvc/subversion/trunk/notes/locking (or checkout, or whatever) ... it properly redirects for me. I've added a couple more revs to the backport, and merged them to the branch. Of course, I left your -1 there until you review/test. Thanks! -g