1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/fixtures/公共/foo
Andrew White 2ef1458833 Use ASCII-8BIT paths in ActionDispatch::Static
The rack gem returns PATH_INFO as an ASCII-8BIT encoded string but it
was being converted to US-ASCII by the match? method because it was
calling Rack::Utils.escape_path. To prevent incompatibile encoding
warnings use ASCII-8BIT strings for the root path and let Ruby handle
any filename encoding conversion.

Fixes #32294, Closes #32314.
2018-03-22 04:23:49 +00:00
..
bar.html Fix Encoding::CompatibilityError when public path is UTF-8 2013-12-29 18:38:53 +00:00
baz.css Fix Encoding::CompatibilityError when public path is UTF-8 2013-12-29 18:38:53 +00:00
index.html Fix Encoding::CompatibilityError when public path is UTF-8 2013-12-29 18:38:53 +00:00
other-index.html config.static_index configures directory index "index.html" filename 2015-05-28 09:41:00 +01:00
こんにちは.html Fix Encoding::CompatibilityError when public path is UTF-8 2013-12-29 18:38:53 +00:00
さようなら.html Use ASCII-8BIT paths in ActionDispatch::Static 2018-03-22 04:23:49 +00:00
さようなら.html.gz Use ASCII-8BIT paths in ActionDispatch::Static 2018-03-22 04:23:49 +00:00