Re: mod_dav_svn and Apache <Location> directive
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 14 Nov 2011 10:12:06 +0000
Michaël Bruneel <m_at_alethes.be> writes:
> IMHO, given <Location ~ "^/(?!viewvc)" > and URL '/', mod_dav_svn
That's only one case out of many. What about things like?
<Location ~ "/foo(?!xxx)">
Take that last one: "/foo/bar/zig/zag" matches "/foo/(?!xxx)/zig" but
What about SVNParentPath?
Are multiple regepxs allowed?
<Location ~ "/foo/(?!xxx)/zig/(?!yyy)">
Which things should be supported? How should they behave? What is the
-- PhilipReceived on 2011-11-14 11:12:51 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.