Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Work around Apache's AllowEncodedSlashes issues #62

Open
bobthecow opened this issue Nov 24, 2012 · 0 comments
Open

Work around Apache's AllowEncodedSlashes issues #62

bobthecow opened this issue Nov 24, 2012 · 0 comments
Labels

Comments

@bobthecow
Copy link
Owner

Crazy collection names and server names with authentication might contain URL encoded slashes. By default, when it comes across a URL encoded slash Apache throws a fit (or a 404, more precisely).

Since a lot of PHP users need Apache support, there should probably be a workaround for this other than requiring them to add AllowEncodedSlashes to their virtual host config.

bobthecow added a commit that referenced this issue Nov 24, 2012
See #16

Note that this doesn't work if genghis.php is behind Apache unless `AllowEncodedSlashes` is enabled.

See #62
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant