rails/actionpack/test
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
..
abstract Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Ruby 2.4: take advantage of String#unpack1 2018-03-01 22:42:51 -08:00
dispatch Use ASCII-8BIT paths in ActionDispatch::Static 2018-03-22 04:23:49 +00:00
fixtures Use ASCII-8BIT paths in ActionDispatch::Static 2018-03-22 04:23:49 +00:00
journey Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
lib/controller Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
abstract_unit.rb let drb make temprary server 2017-12-29 23:58:43 +09:00