You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/10/14 11:44:54 UTC

DO NOT REPLY [Bug 35077] mod_dav passes incorrect paths with LocationMatch

https://issues.apache.org/bugzilla/show_bug.cgi?id=35077

Andrey Niakhaichyk <an...@niakhaichyk.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #5 from Andrey Niakhaichyk <an...@niakhaichyk.org> 2010-10-14 05:44:49 EDT ---
Confirm

<LocationMatch "^/(?!external)">
  DAV svn
  SVNParentPath /data/subversion
</LocationMatch>

<Location /external/ad>
  DAV svn
  SVNPath /data/subversion/ad
  AuthType Basic
  ...
</Location>

Result:
In some cases we see the regexp symbols in log.
192.168.9.127 - - [14/Oct/2010:09:24:57 +0000] "OPTIONS /ad HTTP/1.1" 200 204
"-" "SVN/1.6.13 (r1002816) neon/0.29.3"
192.168.9.127 - - [14/Oct/2010:09:24:57 +0000] "PROPFIND /ad HTTP/1.1" 207 661
"-" "SVN/1.6.13 (r1002816) neon/0.29.3"
192.168.9.127 - - [14/Oct/2010:09:24:57 +0000] "PROPFIND
%5E/(%3F!external)/ad/!svn/vcc/default HTTP/1.1" 400 298 "-" "SVN/1.6.13
(r1002816) neon/0.29.3"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org