JavaHL: redirect cycle detected for non-cyclic redirects
From: Marc Strapetz <marc.strapetz_at_syntevo.com>
Date: Wed, 24 May 2017 12:19:13 +0200
I have following Apache virtual host configuration which contains a
RedirectMatch 301 ^/svntest/(.*)$ /svntests/$1
<Location /svntests>
When trying to access a redirected repository from command line, this
$ svn ls https://host/svntest/test1
When trying to access using JavaHL, a "Redirect cycle detected for URL"
RemoteFactory remoteFactory = new RemoteFactory();
As the definition is not cyclic and retryAttempts=100 should be
Tested with Subversion 1.9.5
-Marc
|
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.