I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-03-28 18:33:04-07 by ajo in response to 4578
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.
Direct Responses: Write a response