aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/public/foo
Commit message (Collapse)AuthorAgeFilesLines
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-1712-1/+12
| | | | | | | | | | | RFC 3986[1] allows sub-delim characters in path segments unencoded, however Rack::File requires them to be encoded so we use URI's unescape method to leave them alone and then escape them again. Also since the path gets passed to Dir[] we need to escape any glob characters in the path. [1]: http://www.ietf.org/rfc/rfc3986.txt
* escape static file path to prevent double unescapingSergey Nartimov2012-02-161-0/+1
|
* Add testcase for non english filename. Related to #2982.kennyj2012-02-051-0/+1
|
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-262-0/+2