SVN-Web - Re: URI encoding of forward slash to percent 2F messes up repository browsing

Posted on Wed Mar 28 21:33:04 2007 by ajo in response to 4578 (See the whole thread of 6)
Re: URI encoding of forward slash to percent 2F messes up repository browsing
There is another solution if you use Apache >= 2.0.46. Add the following directive in the apache conf:
AllowEncodedSlashes On
This will allow %2F in urls and it solved the problems for me.
Write a response