mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
808cad2bb4f1534a66e20fb5bfedd09e3678e278
According to RFC 4627, only the following Unicode code points are allowed unescaped in JSON: unescaped = %x20-21 / %x23-5B / %x5D-10FFFF However, ActiveSupport::JSON did not escape the range %x00-1f. This caused parse errors when trying to decode the resulting output. [#3345 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%