-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1.x
-
Fix Version/s: 1.2.0
-
Component/s: mod_authz_svn
-
Labels:None
It is propably not a bad idea to change if (access_conf == NULL) { svn_err = svn_config_read(&access_conf, conf->access_file, FALSE, r->connection->pool); into if (access_conf == NULL) { svn_err = svn_config_read(&access_conf, conf->access_file, TRUE, r->connection->pool); and/or debate as to wether such a failure should let the web server start. Dw.
Original issue reported by dirkx