Files
rails/actionpack/test/dispatch
Andrew White 86d3bc37b8 Fix ActionDispatch::Static to serve files with unencoded PCHAR
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
2012-02-17 14:08:13 +00:00
..
2012-01-03 00:57:03 +03:00
2010-12-23 19:21:14 +01:00
2011-12-19 13:34:54 -08:00