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/07/30 20:41:24 UTC

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

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

--- Comment #4 from Kevin Richter <ke...@uni-hildesheim.de> 2010-07-30 14:41:19 EDT ---
I have this bug, too.
My config: Apache 2.2.16, Subversion 1.6.12

<LocationMatch "^/">
  DAV svn
  ...
</LocationMatch>

The Apache log says then:
Invalid URI in request PROPFIND %5E/NameOfRepository/!svn/vcc/somefile HTTP/1.1
The %5E is the "^" char in the LocationMatch.

I found a posting with some detailed analysis:
http://www.issociate.de/board/index.php?t=msg&th=141306&rid=0
I hope it helps you to fix the problem.

-- 
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