Michael Osipov
Michael Osipov
Is this resolved?
Still waiting for an answer...
Looking forward too. This may be related also the the `-R` switch...
> -R [--recursive] : determine recursive access to PATH From `svnauthz h accessof`
The error message is confusing. I have removed all authentication code from WebSVN. Authn has to happen by webserver means. @rm5248 Can you retry from master?
So as far as I understand the issue, `$REMOTE_USER` differs from the value the `mod_authz_svn` is using to query the `authz` file? If so, I'd rather set an env variable...
Here is the spot: https://github.com/apache/subversion/blob/6c1f16d0c4a1ca44a214d04a31817dfd83fa85e4/subversion/mod_authz_svn/mod_authz_svn.c#L513-L523
> I'm not clear what you mean by "set an env variable with the same value as with AuthzForceUsernameCase". Would this mean that I can configure WebSVN (in config.php) to...
I would not touch repo and path names because they are case sensitive. URIs are always case-sensitive. This looks fine to me: $ grep -r strtolower . ./filedetails.php: $extn =...
@jmwf This could work. Though still ugly, because I think that username normalization is a auth provider issue. I see the directory in the module as a compromise too. @ams-tschoening...