Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for files and directories with + as a character in the file name b0rking Rack::Directory #265

Closed
wants to merge 2 commits into from

Commits on Nov 16, 2011

  1. Unescaping PATH_INFO transforms /file_name.file on the filesystem to …

    …/file name.file from the POV of the web server, which is a Bad Thing.
    VictorLowther committed Nov 16, 2011
    Copy the full SHA
    245b420 View commit details
    Browse the repository at this point in the history
  2. Unescaping PATH_INFO transforms /file+name.file on the filesystem to …

    …/file name.file from the POV of the web server, which is a Bad Thing.
    VictorLowther committed Nov 16, 2011
    Copy the full SHA
    290cbe7 View commit details
    Browse the repository at this point in the history