"Howard, Larry P" <larry.how...@vanderbilt.edu> writes:

> What we know is that mod_dav_svn works as expected without the
> mod_wsgi auth directives.  mod_wsgi works as expected without
> mod_dav_svn directives.  The intended Apache configuration works as
> expected with mod_dav_svn from Subversion 1.7.9 and mod_wsgi 3.3.
>
> Is there something more I can do to help clarify the report?

I can reproduce this.  I have a very simple mod_wsgi setup:

  WSGIAccessScript /home/pm/sw/subversion/obj/apache2/script.wsgi

where script.wsgi contains:

  def allow_access(environ, start_response):
    return True

It appears to be caused by r1514941 which added the translate_name and
map_to_storage hooks to mod_dav_svn.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to