URLs with encoded slashes don't work, especially in Author constraints


Added by Matt Quail, last edited by Matt Quail on Sep 25, 2007

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
FishEye 1.3 Documentation

Index

If the author names in your repository contain slashes or back-slashes, and you are using Apache, you may run into a problem where these characters are incorrectly escaped. By default Apache explicitly forbids encoded slashes or back-slashes in URLs. You can change this behavior with the following httpd.conf directive:

AllowEncodedSlashes On

This directive is documented here.