Dwayne Litzenberger 808cad2bb4 Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f]
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>
2009-12-23 11:46:06 -08:00
2009-12-22 19:44:38 -06:00
2009-12-21 17:27:30 -06:00
2008-06-22 10:38:25 -07:00
2009-12-02 11:35:47 -08:00
2009-12-22 17:31:29 -08:00
2009-12-02 11:35:48 -08:00
2009-12-02 11:35:47 -08:00
2009-12-22 17:31:29 -08:00
2009-12-02 11:35:47 -08:00
2009-12-02 11:35:47 -08:00
Description
No description provided
85 MiB
Languages
Ruby 97.9%
CSS 1.5%
HTML 0.5%