"[email protected]" <[email protected]>
writes:
> 16:00:39.663920000 +0200
> +++ subversion/mod_authz_svn/mod_authz_svn.c 2011-07-21
> 16:00:55.006891000 +0200
> @@ -245,7 +245,7 @@
> get_username_to_authorize(request_rec *r, authz_svn_config_rec *conf)
> {
> char *username_to_authorize = r->user;
> - if (conf->force_username_case)
> + if (username_to_authorize && conf->force_username_case)
> {
> username_to_authorize = apr_pstrdup(r->pool, r->user);
> convert_case(username_to_authorize,
Thanks! I've put it on trunk and proposed it for 1.7.
--
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com