Closed eckardt closed 9 years ago
This adds support for asset filenames with spaces in it. For this to work PATH_INFO needs to be unescaped as it is done in Rack::Directory prior to looking up the file name in the pipeline output directory.
https://github.com/rack/rack/blob/master/lib/rack/directory.rb#L59
This adds support for asset filenames with spaces in it. For this to work PATH_INFO needs to be unescaped as it is done in Rack::Directory prior to looking up the file name in the pipeline output directory.
https://github.com/rack/rack/blob/master/lib/rack/directory.rb#L59